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.c1486 lpes0 = !!(env->spr[SPR_LPCR] & LPCR_LPES0); in powerpc_excp_books()
1832 bool lpes0 = !!(lpcr & LPCR_LPES0); in p9_interrupt_powersave()
1925 bool lpes0 = !!(lpcr & LPCR_LPES0); in p9_next_unmasked_interrupt()
2071 bool lpes0 = !!(lpcr & LPCR_LPES0); in ppc_next_unmasked_interrupt()
2221 bool lpes0 = !!(lpcr & LPCR_LPES0); in p8_deliver_interrupt()
H A Dcpu_init.c5432 KVM_REG_PPC_LPCR, LPCR_LPES0 | LPCR_LPES1); in register_970_lpar_sprs()
6091 pcc->lpcr_mask = LPCR_RMLS | LPCR_ILE | LPCR_LPES0 | LPCR_LPES1 | in POWERPC_FAMILY()
6212 LPCR_LPES0 | LPCR_LPES1 | LPCR_HDICE; in POWERPC_FAMILY()
6383 LPCR_MER | LPCR_TC | LPCR_LPES0 | LPCR_HDICE; in POWERPC_FAMILY()
H A Dcpu.h663 #define LPCR_LPES0 PPC_BIT(60)
631 #define LPCR_LPES0 global() 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()