HomeSort by: relevance | last modified time | path
    Searched refs:CacheSize (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslcache.c 183 UINT32 CacheSize = ASL_STRING_CACHE_SIZE;
191 if (Length > CacheSize)
193 CacheSize = Length;
197 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize);
218 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize);
228 AslGbl_StringCacheLast = AslGbl_StringCacheNext + CacheSize;
  /src/sys/arch/prep/include/
residual.h 112 unsigned long CacheSize; /* L1 Cache size in KB. This is the */
  /src/sys/external/bsd/acpica/dist/include/
actbl1.h 2298 UINT64 CacheSize;
  /src/sys/arch/prep/prep/
residual.c 373 printf(" CacheSize = %ld\n", be32toh(vpd->CacheSize));
379 printf(" I-CacheSize = %ld\n", be32toh(vpd->I_CacheSize));
382 printf(" D-CacheSize = %ld\n", be32toh(vpd->D_CacheSize));
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo1.c 1946 {ACPI_DMT_UINT64, ACPI_HMAT2_OFFSET (CacheSize), "Memory Side Cache Size", 0},

Completed in 19 milliseconds