Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/powermac/
Dcache.S91 rlwinm r3,r3,0,~(HID0_DCE | HID0_ICE)
95 ori r3,r3,(HID0_DCE|HID0_DCI|HID0_ICE|HID0_ICFI)
173 rlwinm r0,r0,0,~(HID0_DCE|HID0_ICE)
/Linux-v4.19/arch/powerpc/platforms/52xx/
Dlite5200_sleep.S95 ori r3, r3, HID0_ICE | HID0_DCE
96 xori r3, r3, HID0_ICE | HID0_DCE
/Linux-v4.19/arch/powerpc/kernel/
Dl2cr_6xx.S461 ori r3,r3, HID0_ICE|HID0_ICFI|HID0_DCE|HID0_DCI
Dcpu_setup_6xx.S91 ori r11,r11,HID0_ICE|HID0_DCE
Dhead_32.S1242 ori r10,r10,HID0_ICE|HID0_DCE
/Linux-v4.19/arch/powerpc/platforms/83xx/
Dsuspend-asm.S271 ori r3, r3, HID0_ICE
/Linux-v4.19/arch/powerpc/include/asm/
Dreg.h549 #define HID0_ICE (1<<15) /* Instruction Cache Enable */ macro