Home
last modified time | relevance | path

Searched refs:cache_level (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/osfmk/i386/
H A Dcpu_threads.c117 int cache_level = 0; in x86_LLC_info() local
134 if (cachep->level > cache_level) { in x86_LLC_info()
135 cache_level = cachep->level; in x86_LLC_info()
147 topoParms.LLCDepth = cache_level - 1; in x86_LLC_info()
H A Dcpuid.c376 uint32_t cache_level; in cpuid_set_cache_info() local
393 cache_level = bitfield32(reg[eax], 7, 5); in cpuid_set_cache_info()
403 switch (cache_level) { in cpuid_set_cache_info()