Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dexcp_helper.c1323 bool lpes0; in powerpc_excp_books() local
1329 lpes0 = !!(env->spr[SPR_LPCR] & LPCR_LPES0); in powerpc_excp_books()
1330 if (!lpes0) { in powerpc_excp_books()
1669 bool lpes0 = !!(lpcr & LPCR_LPES0); in p7_next_unmasked_interrupt() local
1674 (env->has_hv_mode && !FIELD_EX64_HV(env->msr) && !lpes0)) { in p7_next_unmasked_interrupt()
1762 bool lpes0 = !!(lpcr & LPCR_LPES0); in p8_next_unmasked_interrupt() local
1767 (env->has_hv_mode && !FIELD_EX64_HV(env->msr) && !lpes0)) { in p8_next_unmasked_interrupt()
1908 bool lpes0 = !!(lpcr & LPCR_LPES0); in p9_next_unmasked_interrupt() local
1913 (env->has_hv_mode && !FIELD_EX64_HV(env->msr) && !lpes0)) { in p9_next_unmasked_interrupt()
2017 bool lpes0 = !!(lpcr & LPCR_LPES0); in ppc_next_unmasked_interrupt() local
[all …]