Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c1739 bool heic = !!(lpcr & LPCR_HEIC); in p7_next_unmasked_interrupt() local
1741 if ((msr_ee && !(heic && FIELD_EX64_HV(env->msr) && in p7_next_unmasked_interrupt()
1832 bool heic = !!(lpcr & LPCR_HEIC); in p8_next_unmasked_interrupt() local
1834 if ((msr_ee && !(heic && FIELD_EX64_HV(env->msr) && in p8_next_unmasked_interrupt()
1883 bool heic = !!(lpcr & LPCR_HEIC); in p9_interrupt_powersave() local
1884 if (!heic || !FIELD_EX64_HV(env->msr) || in p9_interrupt_powersave()
1978 bool heic = !!(lpcr & LPCR_HEIC); in p9_next_unmasked_interrupt() local
1980 if ((msr_ee && !(heic && FIELD_EX64_HV(env->msr) && in p9_next_unmasked_interrupt()
2083 bool heic = !!(lpcr & LPCR_HEIC); in ppc_next_unmasked_interrupt() local
2085 if ((async_deliver && !(heic && FIELD_EX64_HV(env->msr) && in ppc_next_unmasked_interrupt()