Searched refs:DCU_IC (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/include/asm-sparc64/ |
D | dcu.h | 24 #define DCU_IC 0x0000000000000001 /* Instruction Cache Enable */ macro
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | traps.c | 824 : "i" (ASI_DCU_CONTROL_REG), "i" (DCU_IC) in cheetah_flush_icache() 1154 "i" (DCU_DC | DCU_IC) in cheetah_fecc_handler() 1342 "i" (DCU_IC) in cheetah_cee_handler() 1396 "i" (DCU_DC | DCU_IC) in cheetah_deferred_handler() 1470 "i" (DCU_IC | DCU_DC) in cheetah_deferred_handler() 1591 "i" (DCU_DC | DCU_IC) in cheetah_plus_parity_error()
|
D | entry.S | 1107 andn %g1, DCU_DC | DCU_IC, %g1 1116 andn %g1, DCU_DC | DCU_IC, %g1 1126 andn %g1, DCU_IC, %g1 1135 andn %g1, DCU_IC, %g1 1145 andn %g1, DCU_DC | DCU_IC, %g1; 1154 andn %g1, DCU_DC | DCU_IC, %g1; 1331 or %g1, (DCU_DC | DCU_IC), %g1
|
D | trampoline.S | 54 or %g5, DCU_DM | DCU_IM | DCU_DC | DCU_IC, %g5
|
D | head.S | 108 or %g5, DCU_DM | DCU_IM | DCU_DC | DCU_IC, %g5
|