Searched refs:LPCR_MER (Results 1 – 2 of 2) sorted by relevance
143 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) | LPCR_MER); in icp_rm_set_vcpu_irq()175 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) & ~LPCR_MER); in icp_rm_clr_vcpu_irq()
446 #define LPCR_MER ASM_CONST(0x0000000000000800) /* Mediated External Exception */ macro