Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dexcp_helper.c309 if (!(pcc->lpcr_mask & LPCR_HAIL)) { in ppc_excp_apply_ail()
343 if (!(env->spr[SPR_LPCR] & LPCR_HAIL)) { in ppc_excp_apply_ail()
H A Dcpu.h590 #define LPCR_HAIL PPC_BIT(37) /* ISA v3.1 HV AIL=3 equivalent */ macro
H A Dcpu_init.c6637 pcc->lpcr_mask |= LPCR_HAIL; in POWERPC_FAMILY()