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.c1729 bool hdice = !!(env->spr[SPR_LPCR] & LPCR_HDICE); in p7_next_unmasked_interrupt() local
1730 if ((msr_ee || !FIELD_EX64_HV(env->msr)) && hdice) { in p7_next_unmasked_interrupt()
1822 bool hdice = !!(lpcr & LPCR_HDICE); in p8_next_unmasked_interrupt() local
1823 if ((msr_ee || !FIELD_EX64_HV(env->msr)) && hdice) { in p8_next_unmasked_interrupt()
1959 bool hdice = !!(lpcr & LPCR_HDICE); in p9_next_unmasked_interrupt() local
1960 if ((msr_ee || !FIELD_EX64_HV(env->msr)) && hdice) { in p9_next_unmasked_interrupt()
2064 bool hdice = !!(lpcr & LPCR_HDICE); in ppc_next_unmasked_interrupt() local
2065 if ((async_deliver || !FIELD_EX64_HV(env->msr)) && hdice) { in ppc_next_unmasked_interrupt()