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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dcpuid.c138 type = cache_type == 1 ? L1D :
209 * else the L1D.
213 else if (linesizes[L1D])
214 info_p->cache_linesize = linesizes[L1D];
H A Dcpuid.h258 typedef enum { Lnone, L1I, L1D, L2U, L3U, LCACHE_MAX } cache_type_t ; enumerator in enum:__anon701
H A Dmachine_routines.c424 cpu_infop->l1_dcache_size = cpuid_infop->cache_size[L1D];
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmachine_routines_asm.s1669 or r3,r3,r11 ; Turn on the flash invalidate L1D$
1671 oris r5,r11,0x0600 ; Set disable L1D$ bits
1676 mtspr hid4,r5 ; Un-invalidate and disable L1D$

Completed in 22 milliseconds