Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dcpu_setup_power.c148 init_LPCR_ISA206(mfspr(SPRN_LPCR), LPCR_LPES1 >> LPCR_LPES_SH); in __setup_cpu_power7()
162 init_LPCR_ISA206(mfspr(SPRN_LPCR), LPCR_LPES1 >> LPCR_LPES_SH); in __restore_cpu_power7()
/openbmc/qemu/hw/ppc/
H A Dspapr_cpu_core.c63 lpcr |= LPCR_LPES0 | LPCR_LPES1; in spapr_reset_vcpu()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h475 #define LPCR_LPES1 ASM_CONST(0x0000000000000004) /* LPAR Env selector 1 */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h628 #define LPCR_LPES1 PPC_BIT(61) macro
H A Dcpu_init.c5427 KVM_REG_PPC_LPCR, LPCR_LPES0 | LPCR_LPES1); in register_power5p_lpar_sprs()
6080 pcc->lpcr_mask = LPCR_RMLS | LPCR_ILE | LPCR_LPES0 | LPCR_LPES1 | in POWERPC_FAMILY()
6200 LPCR_LPES0 | LPCR_LPES1 | LPCR_HDICE; in POWERPC_FAMILY()