Searched refs:l2_cache_size (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_mib.c253 if (cpu_info.l2_cache_size == 0xFFFFFFFF)
255 val = cpu_info.l2_cache_size;
297 if (cpu_info.l2_cache_size == 0xFFFFFFFF)
580 cachesize[2] = cpu_info.l2_settings ? cpu_info.l2_cache_size : 0;
593 cpu_info.l2_cache_size == 1 * 1024 * 1024)
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmachine_routines.h211 unsigned long l2_cache_size; member in struct:ml_cpu_info
H A Dmachine_routines.c428 cpu_infop->l2_cache_size = cpuid_infop->cache_size[L2U];
431 cpu_infop->l2_cache_size = 0xFFFFFFFF;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmachine_routines.h288 unsigned long l2_cache_size; member in struct:ml_cpu_info
H A Dmachine_routines.c600 ml_cpu_info->l2_cache_size = proc_info->pf.l2Size;
603 ml_cpu_info->l2_cache_size = 0xFFFFFFFF;

Completed in 20 milliseconds