Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/i386/
H A Dcpuid.c376 uint32_t cache_sharing; in cpuid_set_cache_info() local
393 cache_sharing = bitfield32(reg[eax], 25, 14) + 1; in cpuid_set_cache_info()
427 info_p->cache_sharing[type] = cache_sharing; in cpuid_set_cache_info()
434 cache_type_str[type], cache_sharing); in cpuid_set_cache_info()
493 info_p->cache_sharing[L2U] = 1; in cpuid_set_cache_info()
H A Dcpuid.h451 uint32_t cache_sharing[LCACHE_MAX]; member
H A Dcpu_threads.c143 nCPUsSharing = cpuinfo->cache_sharing[i]; in x86_LLC_info()
299 cur->maxcpus = cpuid_info()->cache_sharing[i]; in x86_cache_list()