Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c1731 bool hdice = !!(env->spr[SPR_LPCR] & LPCR_HDICE); in p7_next_unmasked_interrupt() local
1732 if ((msr_ee || !FIELD_EX64_HV(env->msr)) && hdice) { in p7_next_unmasked_interrupt()
1821 bool hdice = !!(env->spr[SPR_LPCR] & LPCR_HDICE); in p8_next_unmasked_interrupt() local
1822 if ((msr_ee || !FIELD_EX64_HV(env->msr)) && hdice) { in p8_next_unmasked_interrupt()
1953 bool hdice = !!(env->spr[SPR_LPCR] & LPCR_HDICE); in p9_next_unmasked_interrupt() local
1954 if ((msr_ee || !FIELD_EX64_HV(env->msr)) && hdice) { in p9_next_unmasked_interrupt()
2054 bool hdice = !!(env->spr[SPR_LPCR] & LPCR_HDICE); in ppc_next_unmasked_interrupt() local
2055 if ((async_deliver || !FIELD_EX64_HV(env->msr)) && hdice) { in ppc_next_unmasked_interrupt()