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