Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Dcpu_threads.c120 int cache_level = 0; in x86_LLC_info() local
137 if (cachep->level > cache_level) { in x86_LLC_info()
138 cache_level = cachep->level; in x86_LLC_info()
150 topoParms.LLCDepth = cache_level - 1; in x86_LLC_info()
H A Dcpuid.c380 uint32_t cache_level; in cpuid_set_cache_info() local
397 cache_level = bitfield32(reg[eax], 7, 5); in cpuid_set_cache_info()
407 switch (cache_level) { in cpuid_set_cache_info()