Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dspapr_cpu_core.c63 lpcr |= LPCR_LPES0 | LPCR_LPES1; in spapr_reset_vcpu()
H A Dspapr_nested.c408 lpcr &= ~LPCR_LPES0; in h_enter_nested()
1741 lpcr &= ~LPCR_LPES0; in nested_papr_load_l2()
/qemu/target/ppc/
H A Dexcp_helper.c1404 lpes0 = !!(env->spr[SPR_LPCR] & LPCR_LPES0); in powerpc_excp_books()
1740 bool lpes0 = !!(env->spr[SPR_LPCR] & LPCR_LPES0); in p7_next_unmasked_interrupt()
1830 bool lpes0 = !!(env->spr[SPR_LPCR] & LPCR_LPES0); in p8_next_unmasked_interrupt()
1971 bool lpes0 = !!(env->spr[SPR_LPCR] & LPCR_LPES0); in p9_next_unmasked_interrupt()
2072 bool lpes0 = !!(env->spr[SPR_LPCR] & LPCR_LPES0); in ppc_next_unmasked_interrupt()
H A Dcpu_init.c5426 KVM_REG_PPC_LPCR, LPCR_LPES0 | LPCR_LPES1); in register_power5p_lpar_sprs()
6078 pcc->lpcr_mask = LPCR_RMLS | LPCR_ILE | LPCR_LPES0 | LPCR_LPES1 | in POWERPC_FAMILY()
6198 LPCR_LPES0 | LPCR_LPES1 | LPCR_HDICE; in POWERPC_FAMILY()
6368 LPCR_MER | LPCR_TC | LPCR_LPES0 | LPCR_HDICE; in POWERPC_FAMILY()
6562 LPCR_HEIC | LPCR_LPES0 | LPCR_HVICE | LPCR_HDICE; in POWERPC_FAMILY()
6742 LPCR_HEIC | LPCR_LPES0 | LPCR_HVICE | LPCR_HDICE; in POWERPC_FAMILY()
H A Dcpu.h626 #define LPCR_LPES0 PPC_BIT(60) macro