Home
last modified time | relevance | path

Searched refs:LPCR_PECE2 (Results 1 – 3 of 3) 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.c251 lpcr |= LPCR_PECE2; in feat_enable_idle_nap()
265 lpcr |= LPCR_PECE2; in feat_enable_idle_stop()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h466 #define LPCR_PECE2 ASM_CONST(0x0000000000001000) /* machine check etc can cause exit */ macro