Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rm_xics.c140 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) | LPCR_MER); in icp_rm_set_vcpu_irq()
171 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) & ~LPCR_MER); in icp_rm_clr_vcpu_irq()
H A Dbook3s_hv_nested.c265 mask = LPCR_DPFD | LPCR_ILE | LPCR_TC | LPCR_AIL | LPCR_LD | LPCR_MER; in load_l2_hv_regs()
H A Dbook3s_hv.c4678 lpcr |= LPCR_MER; in kvmhv_run_single_vcpu()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h468 #define LPCR_MER ASM_CONST(0x0000000000000800) /* Mediated External Exception */ macro
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c405 lpcr_mask = LPCR_DPFD | LPCR_ILE | LPCR_AIL | LPCR_LD | LPCR_MER; in h_enter_nested()
1733 lpcr_mask = LPCR_DPFD | LPCR_ILE | LPCR_AIL | LPCR_LD | LPCR_MER; in nested_papr_load_l2()
/openbmc/qemu/target/ppc/
H A Dcpu_init.c6199 LPCR_MER | LPCR_TC | in POWERPC_FAMILY()
6370 LPCR_MER | LPCR_TC | LPCR_LPES0 | LPCR_HDICE; in POWERPC_FAMILY()
6563 | LPCR_MER | LPCR_GTSE | LPCR_TC | in POWERPC_FAMILY()
6743 | LPCR_MER | LPCR_GTSE | LPCR_TC | in POWERPC_FAMILY()
H A Dcpu.h623 #define LPCR_MER PPC_BIT(52) macro