Home
last modified time | relevance | path

Searched refs:LSU_DC (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dspitregs.h58 #define LSU_DC 0x00000000002 /* dcache enable */ macro
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_asm.S50 btst LSU_DC, tmp1 /* is dcache enabled? */ ;\
137 btst LSU_DC, tmp1; /* is dcache enabled? */ \
162 btst LSU_DC, tmp; /* is dcache enabled? */ \
H A Dspitfire.c449 cache_boot_state = get_lsu() & (LSU_IC | LSU_DC); in cpu_setup()