Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu_init.h74 LPCR_HEIC | LPCR_LPES0 | LPCR_HVICE | LPCR_HDICE)
H A Dexcp_helper.c1329 lpes0 = !!(env->spr[SPR_LPCR] & LPCR_LPES0); in powerpc_excp_books()
1669 bool lpes0 = !!(lpcr & LPCR_LPES0); in p7_next_unmasked_interrupt()
1762 bool lpes0 = !!(lpcr & LPCR_LPES0); in p8_next_unmasked_interrupt()
1908 bool lpes0 = !!(lpcr & LPCR_LPES0); in p9_next_unmasked_interrupt()
2017 bool lpes0 = !!(lpcr & LPCR_LPES0); in ppc_next_unmasked_interrupt()
H A Dcpu_init.c5450 KVM_REG_PPC_LPCR, LPCR_LPES0 | LPCR_LPES1); in register_power5p_lpar_sprs()
6109 pcc->lpcr_mask = LPCR_RMLS | LPCR_ILE | LPCR_LPES0 | LPCR_LPES1 | in POWERPC_FAMILY()
6230 LPCR_LPES0 | LPCR_LPES1 | LPCR_HDICE; in POWERPC_FAMILY()
6401 LPCR_MER | LPCR_TC | LPCR_LPES0 | LPCR_HDICE; in POWERPC_FAMILY()
H A Dcpu.h631 #define LPCR_LPES0 PPC_BIT(60) macro
/openbmc/qemu/hw/ppc/
H A Dspapr_cpu_core.c66 lpcr |= LPCR_LPES0 | LPCR_LPES1; in spapr_reset_vcpu()
H A Dspapr_nested.c408 lpcr &= ~LPCR_LPES0; in h_enter_nested()
1805 lpcr &= ~LPCR_LPES0; in nested_papr_load_l2()