Home
last modified time | relevance | path

Searched refs:DCU_DC (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dcheetahregs.h80 #define DCU_DC INT64_C(0x0000000000000002) /* dcache enable */ macro
99 #define DCU_CACHE (DCU_IC|DCU_DC|DCU_WE|DCU_SPE|DCU_HPE|DCU_PE)
1171 #define CH_ERR_TSTATE_DC_ON (DCU_DC << CH_ERR_DCU_TO_TSTATE_SHFT)
H A Dcheetahasm.h1194 andn %g1, DCU_DC + DCU_IC, %g2; \
1198 and %g1, DCU_DC + DCU_IC, %g1; \
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetah_asm.S168 or %g3, DCU_DC, %g3
H A Dus3_common_asm.S58 btst DCU_DC, tmp1 /* is dcache enabled? */ ;\
143 btst DCU_DC, tmp1; /* is dcache enabled? */ \
998 andn %g1, DCU_DC + DCU_IC, %g4
1482 andn %g1, DCU_IC + DCU_DC, %g4
H A Dus3_cheetahplus_asm.S240 or %g3, DCU_DC, %g3
H A Dus3_jalapeno_asm.S596 or %g3, DCU_DC, %g3
H A Dus3_common.c2168 DCU_DC) { in cpu_parity_error()
2252 if (cache_boot_state & DCU_DC) { in cpu_parity_error()