Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/platforms/powermac/
Dcache.S86 rlwinm r3,r3,0,~(HID0_DCE | HID0_ICE)
90 ori r3,r3,(HID0_DCE|HID0_DCI|HID0_ICE|HID0_ICFI)
168 rlwinm r0,r0,0,~(HID0_DCE|HID0_ICE)
/linux-5.19.10/arch/powerpc/platforms/52xx/
Dlite5200_sleep.S95 ori r3, r3, HID0_ICE | HID0_DCE
96 xori r3, r3, HID0_ICE | HID0_DCE
/linux-5.19.10/arch/powerpc/kernel/
Dl2cr_6xx.S448 ori r3,r3, HID0_ICE|HID0_ICFI|HID0_DCE|HID0_DCI
Dcpu_setup_6xx.S87 ori r11,r11,HID0_ICE|HID0_DCE
/linux-5.19.10/arch/powerpc/platforms/83xx/
Dsuspend-asm.S278 ori r3, r3, HID0_ICE
/linux-5.19.10/arch/powerpc/include/asm/
Dreg.h568 #define HID0_ICE (1<<15) /* Instruction Cache Enable */ macro