Searched refs:cache_size (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmachine_routines.c423 cpu_infop->l1_icache_size = cpuid_infop->cache_size[L1I];
424 cpu_infop->l1_dcache_size = cpuid_infop->cache_size[L1D];
426 if (cpuid_infop->cache_size[L2U] > 0) {
428 cpu_infop->l2_cache_size = cpuid_infop->cache_size[L2U];
434 if (cpuid_infop->cache_size[L3U] > 0) {
436 cpu_infop->l3_cache_size = cpuid_infop->cache_size[L3U];
H A Dcpu_topology.h56 uint32_t cache_size; /* total size of cache */ member in struct:x86_cpu_cache
H A Dcpuid.c115 uint32_t cache_size; local
158 cache_size = cache_linesize * cache_sets * cache_associativity;
159 info_p->cache_size[type] = cache_size;
200 info_p->cache_size[L2U] = info_p->cpuid_cache_size * 1024;
H A Dcpu_topology.c257 return cachep ? cachep->cache_size : 0;
H A Dcpuid.h294 uint32_t cache_size[LCACHE_MAX]; member in struct:__anon703
H A Dcpu_threads.c322 cur->cache_size = cur->line_size * cur->ways * cur->partitions * nsets;
352 && cur_cache->cache_size == matcher->cache_size)

Completed in 83 milliseconds