Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_mib.c376 if (cpu_info.l3_cache_size == UINT32_MAX) { in sysctl_hw_generic()
379 val = (int)cpu_info.l3_cache_size; in sysctl_hw_generic()
380 qval = (long long)cpu_info.l3_cache_size; in sysctl_hw_generic()
383 if (cpu_info.l3_cache_size == UINT32_MAX) { in sysctl_hw_generic()
459 if (cpu_info.l3_cache_size == UINT32_MAX) { in sysctl_hw_generic()
462 val = (int)cpu_info.l3_cache_size; in sysctl_hw_generic()
463 qval = (long long)cpu_info.l3_cache_size; in sysctl_hw_generic()
554 if (cpu_info.l3_cache_size == UINT32_MAX) { in sysctl_hw_generic()
/xnu-8792.41.9/iokit/Kernel/arm/
H A DAppleARMSMP.cpp218 this_processor_info.l3_cache_size = cpu_info->l3_cache_size; in cpu_boot_thread()
/xnu-8792.41.9/osfmk/arm/
H A Dmachine_routines.h311 unsigned long l3_cache_size; member
326 uint32_t l3_cache_size; member
452 uint32_t l3_cache_size; member
H A Dmachine_routines_common.c1302 ml_cpu_info->l3_cache_size = 0xFFFFFFFF; in ml_cpu_get_info_type()
/xnu-8792.41.9/osfmk/i386/
H A Dmachine_routines.h313 uint32_t l3_cache_size; member
H A Dmachine_routines.c682 cpu_infop->l3_cache_size = cpuid_infop->cache_size[L3U]; in ml_cpu_get_info_type()
685 cpu_infop->l3_cache_size = 0xFFFFFFFF; in ml_cpu_get_info_type()
/xnu-8792.41.9/osfmk/arm64/
H A Dmachine_routines.c1011 cpu->l3_cache_size = (uint32_t)ml_readprop(child, "l3-cache-size", 0); in ml_parse_cpu_topology()
1342 this_cpu_datap->cpu_l3_size = in_processor_info->l3_cache_size; in ml_processor_register()