Searched refs:CacheSize (Results 1 – 8 of 8) sorted by relevance
75 UINT32 CacheSize = ASL_STRING_CACHE_SIZE; in UtLocalCacheCalloc() local83 if (Length > CacheSize) in UtLocalCacheCalloc()85 CacheSize = Length; in UtLocalCacheCalloc()89 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize); in UtLocalCacheCalloc()109 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize); in UtLocalCacheCalloc()119 AslGbl_StringCacheLast = AslGbl_StringCacheNext + CacheSize; in UtLocalCacheCalloc()
90 UInt64 CacheSize; member
112 unsigned long CacheSize; /* L1 Cache size in KB. This is the */ member
327 REGSTR_VAL_CDCACHESIZE = `CacheSize`,
2163 UINT64 CacheSize;2149 UINT64 CacheSize; global() member
1556 {ACPI_DMT_UINT64, ACPI_HMAT2_OFFSET (CacheSize), "Memory Side Cache Size", 0},
373 printf(" CacheSize = %ld\n", be32toh(vpd->CacheSize)); in print_residual_device_info()
845 const int CacheSize = 128; in EmitTypeCheck() local846 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize); in EmitTypeCheck()851 CacheSize-1)); in EmitTypeCheck()