Home
last modified time | relevance | path

Searched refs:CacheSize (Results 1 – 3 of 3) sorted by relevance

/acpica-latest/source/compiler/
Daslcache.c183 UINT32 CacheSize = ASL_STRING_CACHE_SIZE; in UtLocalCacheCalloc() local
191 if (Length > CacheSize) in UtLocalCacheCalloc()
193 CacheSize = Length; in UtLocalCacheCalloc()
197 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize); in UtLocalCacheCalloc()
217 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize); in UtLocalCacheCalloc()
227 AslGbl_StringCacheLast = AslGbl_StringCacheNext + CacheSize; in UtLocalCacheCalloc()
/acpica-latest/source/include/
Dactbl1.h2265 UINT64 CacheSize; member
/acpica-latest/source/common/
Ddmtbinfo1.c1544 … {ACPI_DMT_UINT64, ACPI_HMAT2_OFFSET (CacheSize), "Memory Side Cache Size", 0},