Searched refs:LPCR_MER (Results 1 – 4 of 4) sorted by relevance
140 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) | LPCR_MER); in icp_rm_set_vcpu_irq()178 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) & ~LPCR_MER); in icp_rm_clr_vcpu_irq()
280 LPCR_LPES | LPCR_MER; in kvmhv_enter_nested_guest()
4094 lpcr |= LPCR_MER; in kvmhv_run_single_vcpu()
456 #define LPCR_MER ASM_CONST(0x0000000000000800) /* Mediated External Exception */ macro