Home
last modified time | relevance | path

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

/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 Dguest-state-buffer.c235 mask = LPCR_DPFD | LPCR_ILE | LPCR_AIL | LPCR_LD | LPCR_MER | in kvmppc_gsid_mask()
H A Dbook3s_hv_nested.c265 mask = LPCR_DPFD | LPCR_ILE | LPCR_TC | LPCR_AIL | LPCR_LD | LPCR_MER; in load_l2_hv_regs()
/linux/arch/powerpc/include/asm/
H A Dreg.h464 #define LPCR_MER ASM_CONST(0x0000000000000800) /* Mediated External Exception */ macro