Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/arm/
H A Dcpu_topology.h49 uint32_t l2_cache_size; member
H A Dmachine_routines.h323 unsigned long l2_cache_size; member
366 uint32_t l2_cache_size; member
H A Dmachine_routines_common.c1382 ml_cpu_info->l2_cache_size = cpuid_cache_info->c_l2size; in ml_cpu_get_info_type()
/xnu-12377.1.9/iokit/Kernel/arm/
H A DAppleARMSMP.cpp192 this_processor_info.l2_cache_size = cpu_info->l2_cache_size; in cpu_boot_thread()
/xnu-12377.1.9/bsd/kern/
H A Dkern_mib.c404 val = (int)cpu_info.l2_cache_size; in sysctl_hw_generic()
405 qval = (long long)cpu_info.l2_cache_size; in sysctl_hw_generic()
499 if (cpu_info.l2_cache_size == UINT32_MAX) { in sysctl_hw_generic()
502 val = (int)cpu_info.l2_cache_size; in sysctl_hw_generic()
503 qval = (long long)cpu_info.l2_cache_size; in sysctl_hw_generic()
601 if (cpu_info.l2_cache_size == UINT32_MAX) { in sysctl_hw_generic()
/xnu-12377.1.9/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-12377.1.9/osfmk/arm64/
H A Dmachine_routines.c1199 cpu->l2_cache_size = (uint32_t)ml_readprop(child, "l2-cache-size", 0); in ml_parse_cpu_topology()
1639 this_cpu_datap->cpu_l2_size = in_processor_info->l2_cache_size; in ml_processor_register()