Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dcheetahregs.h79 #define DCU_IC INT64_C(0x0000000000000001) /* icache enable */ macro
99 #define DCU_CACHE (DCU_IC|DCU_DC|DCU_WE|DCU_SPE|DCU_HPE|DCU_PE)
1170 #define CH_ERR_TSTATE_IC_ON (DCU_IC << CH_ERR_DCU_TO_TSTATE_SHFT)
H A Dcheetahasm.h160 btst DCU_IC, scr1; /* is Icache enabled? */ \
838 andn tmp2, DCU_IC, tmp1; \
1194 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.S191 or %g3, DCU_IC, %g3
H A Dus3_common_asm.S998 andn %g1, DCU_DC + DCU_IC, %g4
1300 andn %g1, DCU_IC, %g4
1482 andn %g1, DCU_IC + DCU_DC, %g4
H A Dus3_cheetahplus_asm.S270 or %g3, DCU_IC, %g3
H A Dus3_jalapeno_asm.S619 or %g3, DCU_IC, %g3
H A Dus3_common.c2207 if (cache_boot_state & DCU_IC) { in cpu_parity_error()