Home
last modified time | relevance | path

Searched refs:LPCR_AIL_3 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dsetup_64.c283 new_lpcr |= LPCR_AIL_3; in cpu_ready_for_interrupts()
287 new_lpcr |= LPCR_AIL_3; in cpu_ready_for_interrupts()
/linux/arch/powerpc/include/asm/
H A Dreg.h454 #define LPCR_AIL_3 ASM_CONST(0x0000000001800000) /* MMU on exception offset 0xc00...4xxx */ macro
/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c2152 if ((lpcr & LPCR_AIL) != LPCR_AIL_3) in kvmppc_filter_lpcr_hv()