Searched refs:LPCR_AIL_3 (Results 1 – 5 of 5) sorted by relevance
283 new_lpcr |= LPCR_AIL_3; in cpu_ready_for_interrupts()287 new_lpcr |= LPCR_AIL_3; in cpu_ready_for_interrupts()
543 (vcpu->arch.vcore->lpcr & LPCR_AIL) == LPCR_AIL_3 && in inject_interrupt()
175 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) | LPCR_AIL_3); in kvmppc_core_vcpu_put_pr()
2113 if ((lpcr & LPCR_AIL) != LPCR_AIL_3) in kvmppc_filter_lpcr_hv()
458 #define LPCR_AIL_3 ASM_CONST(0x0000000001800000) /* MMU on exception offset 0xc00...4xxx */ macro