Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dexcp_helper.c1670 bool heic = !!(lpcr & LPCR_HEIC); in p7_next_unmasked_interrupt() local
1672 if ((msr_ee && !(heic && FIELD_EX64_HV(env->msr) && in p7_next_unmasked_interrupt()
1763 bool heic = !!(lpcr & LPCR_HEIC); in p8_next_unmasked_interrupt() local
1765 if ((msr_ee && !(heic && FIELD_EX64_HV(env->msr) && in p8_next_unmasked_interrupt()
1814 bool heic = !!(lpcr & LPCR_HEIC); in p9_interrupt_powersave() local
1815 if (!heic || !FIELD_EX64_HV(env->msr) || in p9_interrupt_powersave()
1909 bool heic = !!(lpcr & LPCR_HEIC); in p9_next_unmasked_interrupt() local
1911 if ((msr_ee && !(heic && FIELD_EX64_HV(env->msr) && in p9_next_unmasked_interrupt()
2018 bool heic = !!(lpcr & LPCR_HEIC); in ppc_next_unmasked_interrupt() local
2020 if ((async_deliver && !(heic && FIELD_EX64_HV(env->msr) && in ppc_next_unmasked_interrupt()