Home
last modified time | relevance | path

Searched refs:LPCR_AIL (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c547 (vcpu->arch.vcore->lpcr & LPCR_AIL) == LPCR_AIL_3 && in inject_interrupt()
H A Dguest-state-buffer.c235 mask = LPCR_DPFD | LPCR_ILE | LPCR_AIL | LPCR_LD | LPCR_MER | in kvmppc_gsid_mask()
H A Dbook3s_hv_nested.c265 mask = LPCR_DPFD | LPCR_ILE | LPCR_TC | LPCR_AIL | LPCR_LD | LPCR_MER; in load_l2_hv_regs()
H A Dbook3s_pr.c144 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) & ~LPCR_AIL); in kvmppc_core_vcpu_load_pr()
/linux/arch/powerpc/include/asm/
H A Dreg.h452 #define LPCR_AIL ASM_CONST(0x0000000001800000) /* Alternate interrupt location */ macro