Home
last modified time | relevance | path

Searched refs:l3_cache_size (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.1.9/osfmk/arm/
H A Dcpu_topology.h51 uint32_t l3_cache_size; member
H A Dmachine_routines.h325 unsigned long l3_cache_size; member
368 uint32_t l3_cache_size; member
H A Dmachine_routines_common.c1387 ml_cpu_info->l3_cache_size = 0xFFFFFFFF; in ml_cpu_get_info_type()
/xnu-12377.1.9/bsd/kern/
H A Dkern_mib.c413 if (cpu_info.l3_cache_size == UINT32_MAX) { in sysctl_hw_generic()
416 val = (int)cpu_info.l3_cache_size; in sysctl_hw_generic()
417 qval = (long long)cpu_info.l3_cache_size; in sysctl_hw_generic()
422 if (cpu_info.l3_cache_size == UINT32_MAX) { in sysctl_hw_generic()
508 if (cpu_info.l3_cache_size == UINT32_MAX) { in sysctl_hw_generic()
511 val = (int)cpu_info.l3_cache_size; in sysctl_hw_generic()
512 qval = (long long)cpu_info.l3_cache_size; in sysctl_hw_generic()
608 if (cpu_info.l3_cache_size == UINT32_MAX) { in sysctl_hw_generic()
/xnu-12377.1.9/iokit/Kernel/arm/
H A DAppleARMSMP.cpp194 this_processor_info.l3_cache_size = cpu_info->l3_cache_size; in cpu_boot_thread()
/xnu-12377.1.9/osfmk/i386/
H A Dmachine_routines.h332 uint32_t l3_cache_size; member
H A Dmachine_routines.c743 cpu_infop->l3_cache_size = cpuid_infop->cache_size[L3U]; in ml_cpu_get_info_type()
746 cpu_infop->l3_cache_size = 0xFFFFFFFF; in ml_cpu_get_info_type()
/xnu-12377.1.9/osfmk/arm64/
H A Dmachine_routines.c1201 cpu->l3_cache_size = (uint32_t)ml_readprop(child, "l3-cache-size", 0); in ml_parse_cpu_topology()
1641 this_cpu_datap->cpu_l3_size = in_processor_info->l3_cache_size; in ml_processor_register()