Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/arm/
H A Dcpu_topology.h77 uint32_t l2_cache_size; member
H A Dmachine_routines.h333 unsigned long l2_cache_size; member
374 uint32_t l2_cache_size; member
H A Dmachine_routines_common.c1358 ml_cpu_info->l2_cache_size = cpuid_cache_info->c_l2size; in ml_cpu_get_info_type()
/xnu-11417.101.15/iokit/Kernel/arm/
H A DAppleARMSMP.cpp192 this_processor_info.l2_cache_size = cpu_info->l2_cache_size; in cpu_boot_thread()
/xnu-11417.101.15/bsd/kern/
H A Dkern_mib.c398 val = (int)cpu_info.l2_cache_size; in sysctl_hw_generic()
399 qval = (long long)cpu_info.l2_cache_size; in sysctl_hw_generic()
493 if (cpu_info.l2_cache_size == UINT32_MAX) { in sysctl_hw_generic()
496 val = (int)cpu_info.l2_cache_size; in sysctl_hw_generic()
497 qval = (long long)cpu_info.l2_cache_size; in sysctl_hw_generic()
595 if (cpu_info.l2_cache_size == UINT32_MAX) { in sysctl_hw_generic()
/xnu-11417.101.15/osfmk/i386/
H A Dmachine_routines.h330 uint32_t l2_cache_size; member
H A Dmachine_routines.c735 cpu_infop->l2_cache_size = cpuid_infop->cache_size[L2U]; in ml_cpu_get_info_type()
738 cpu_infop->l2_cache_size = 0xFFFFFFFF; in ml_cpu_get_info_type()
/xnu-11417.101.15/osfmk/arm64/
H A Dmachine_routines.c1192 cpu->l2_cache_size = (uint32_t)ml_readprop(child, "l2-cache-size", 0); in ml_parse_cpu_topology()
1632 this_cpu_datap->cpu_l2_size = in_processor_info->l2_cache_size; in ml_processor_register()