Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/Kernel/arm/
H A DAppleARMSMP.cpp186 this_processor_info.l2_cache_size = cpu_info->l2_cache_size; in cpu_boot_thread()
/xnu-8020.140.41/osfmk/arm/
H A Dmachine_routines.h305 unsigned long l2_cache_size; member
320 uint32_t l2_cache_size; member
445 uint32_t l2_cache_size; member
H A Dmachine_routines_common.c1242 ml_cpu_info->l2_cache_size = cpuid_cache_info->c_l2size; in ml_cpu_get_info_type()
1245 ml_cpu_info->l2_cache_size = 0xFFFFFFFF; in ml_cpu_get_info_type()
/xnu-8020.140.41/bsd/kern/
H A Dkern_mib.c367 val = (int)cpu_info.l2_cache_size; in sysctl_hw_generic()
368 qval = (long long)cpu_info.l2_cache_size; in sysctl_hw_generic()
446 if (cpu_info.l2_cache_size == UINT32_MAX) { in sysctl_hw_generic()
449 val = (int)cpu_info.l2_cache_size; in sysctl_hw_generic()
450 qval = (long long)cpu_info.l2_cache_size; in sysctl_hw_generic()
543 if (cpu_info.l2_cache_size == UINT32_MAX) { in sysctl_hw_generic()
/xnu-8020.140.41/osfmk/i386/
H A Dmachine_routines.h298 uint32_t l2_cache_size; member
H A Dmachine_routines.c667 cpu_infop->l2_cache_size = cpuid_infop->cache_size[L2U]; in ml_cpu_get_info_type()
670 cpu_infop->l2_cache_size = 0xFFFFFFFF; in ml_cpu_get_info_type()
/xnu-8020.140.41/osfmk/arm64/
H A Dmachine_routines.c986 cpu->l2_cache_size = (uint32_t)ml_readprop(child, "l2-cache-size", 0); in ml_parse_cpu_topology()
1311 this_cpu_datap->cpu_l2_size = in_processor_info->l2_cache_size; in ml_processor_register()