Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslcache.c183 UINT32 CacheSize = ASL_STRING_CACHE_SIZE; in UtLocalCacheCalloc() local
186 if (Length > CacheSize) in UtLocalCacheCalloc()
188 CacheSize = Length; in UtLocalCacheCalloc()
192 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize); in UtLocalCacheCalloc()
212 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize); in UtLocalCacheCalloc()
222 AslGbl_StringCacheLast = AslGbl_StringCacheNext + CacheSize; in UtLocalCacheCalloc()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dactbl1.h1868 UINT64 CacheSize; member
/f-stack/freebsd/contrib/dev/acpica/common/
H A Ddmtbinfo1.c1171 … {ACPI_DMT_UINT64, ACPI_HMAT2_OFFSET (CacheSize), "Memory Side Cache Size", 0},