Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Dcherrs.S10 andn %g1, DCU_DC | DCU_IC, %g1
23 andn %g1, DCU_DC | DCU_IC, %g1
36 andn %g1, DCU_IC, %g1
49 andn %g1, DCU_IC, %g1
62 andn %g1, DCU_DC | DCU_IC, %g1;
75 andn %g1, DCU_DC | DCU_IC, %g1;
287 or %g1, (DCU_DC | DCU_IC), %g1
H A Dtraps_64.c1013 : "i" (ASI_DCU_CONTROL_REG), "i" (DCU_IC) in cheetah_flush_icache()
1353 "i" (DCU_DC | DCU_IC) in cheetah_fecc_handler()
1536 "i" (DCU_IC) in cheetah_cee_handler()
1590 "i" (DCU_DC | DCU_IC) in cheetah_deferred_handler()
1664 "i" (DCU_IC | DCU_DC) in cheetah_deferred_handler()
1782 "i" (DCU_DC | DCU_IC) in cheetah_plus_parity_error()
H A Dtrampoline_64.S62 or %g5, DCU_DM | DCU_IM | DCU_DC | DCU_IC, %g5
H A Dhead_64.S505 or %g7, DCU_DM | DCU_IM | DCU_DC | DCU_IC, %g7
/openbmc/linux/arch/sparc/include/asm/
H A Ddcu.h26 #define DCU_IC _AC(0x0000000000000001,UL) /* Instruction Cache Enable */ macro