Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
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 Gbl_StringCacheLast = Gbl_StringCacheNext + CacheSize; in UtLocalCacheCalloc()
/illumos-gate/usr/src/cmd/acpi/common/
H A Ddmtbinfo1.c1164 … {ACPI_DMT_UINT64, ACPI_HMAT2_OFFSET (CacheSize), "Memory Side Cache Size", 0},
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactbl1.h1866 UINT64 CacheSize; member