Home
last modified time | relevance | path

Searched refs:LPCR_PECE0 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dcpu_setup_power.c33 lpcr |= LPCR_PECE0|LPCR_PECE1|LPCR_PECE2; in init_LPCR_ISA300()
H A Ddt_cpu_ftrs.c249 lpcr |= LPCR_PECE0; in feat_enable_idle_nap()
263 lpcr |= LPCR_PECE0; in feat_enable_idle_stop()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rmhandlers.S408 li r3, LPCR_PECE0
410 rlwimi r4, r3, 0, LPCR_PECE0 | LPCR_PECE1
490 li r3, (LPCR_PECEDH | LPCR_PECE0) >> 4
492 rlwimi r5, r3, 4, (LPCR_PECEDP | LPCR_PECEDH | LPCR_PECE0 | LPCR_PECE1)
2184 ori r5,r5,LPCR_PECE0 | LPCR_PECE1
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h464 #define LPCR_PECE0 ASM_CONST(0x0000000000004000) /* ext. exceptions can cause exit */ macro