Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv_rm_xics.c65 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) | LPCR_MER); in icp_rm_set_vcpu_irq()
86 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) & ~LPCR_MER); in icp_rm_clr_vcpu_irq()
/linux-4.4.14/arch/powerpc/include/asm/
Dreg.h333 #define LPCR_MER 0x00000800 /* Mediated External Exception */ macro