Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c1398 bool lpes0; in powerpc_excp_books() local
1404 lpes0 = !!(env->spr[SPR_LPCR] & LPCR_LPES0); in powerpc_excp_books()
1405 if (!lpes0) { in powerpc_excp_books()
1740 bool lpes0 = !!(env->spr[SPR_LPCR] & LPCR_LPES0); in p7_next_unmasked_interrupt() local
1745 (env->has_hv_mode && !FIELD_EX64_HV(env->msr) && !lpes0)) { in p7_next_unmasked_interrupt()
1830 bool lpes0 = !!(env->spr[SPR_LPCR] & LPCR_LPES0); in p8_next_unmasked_interrupt() local
1835 (env->has_hv_mode && !FIELD_EX64_HV(env->msr) && !lpes0)) { in p8_next_unmasked_interrupt()
1971 bool lpes0 = !!(env->spr[SPR_LPCR] & LPCR_LPES0); in p9_next_unmasked_interrupt() local
1976 (env->has_hv_mode && !FIELD_EX64_HV(env->msr) && !lpes0)) { in p9_next_unmasked_interrupt()
2072 bool lpes0 = !!(env->spr[SPR_LPCR] & LPCR_LPES0); in ppc_next_unmasked_interrupt() local
[all …]