Searched refs:L2U (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dcpuid.c264 "Lnone", "L1I", "L1D", "L2U", "L3U"
350 type = cache_type == 3 ? L2U :
384 if (type == L2U)
424 info_p->cache_size[L2U] = info_p->cpuid_cache_size * 1024;
425 info_p->cache_sharing[L2U] = 1;
426 info_p->cache_partitions[L2U] = 1;
428 linesizes[L2U] = info_p->cpuid_cache_linesize;
430 DBG(" cache_size[L2U] : %d\n",
431 info_p->cache_size[L2U]);
432 DBG(" cache_sharing[L2U]
[all...]
H A Dmachine_routines.c473 if (cpuid_infop->cache_size[L2U] > 0) {
475 cpu_infop->l2_cache_size = cpuid_infop->cache_size[L2U];
H A Dcpuid.h226 typedef enum { Lnone, L1I, L1D, L2U, L3U, LCACHE_MAX } cache_type_t ; enumerator in enum:__anon921
H A Dcpu_threads.c69 [L2U] = { 2, CPU_CACHE_TYPE_UNIF },

Completed in 35 milliseconds