Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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.c5427 KVM_REG_PPC_LPCR, LPCR_LPES0 | LPCR_LPES1); in register_power5p_lpar_sprs()
6080 pcc->lpcr_mask = LPCR_RMLS | LPCR_ILE | LPCR_LPES0 | LPCR_LPES1 | in POWERPC_FAMILY()
6200 LPCR_LPES0 | LPCR_LPES1 | LPCR_HDICE; in POWERPC_FAMILY()
6370 LPCR_MER | LPCR_TC | LPCR_LPES0 | LPCR_HDICE; in POWERPC_FAMILY()
6564 LPCR_HEIC | LPCR_LPES0 | LPCR_HVICE | LPCR_HDICE; in POWERPC_FAMILY()
6744 LPCR_HEIC | LPCR_LPES0 | LPCR_HVICE | LPCR_HDICE; in POWERPC_FAMILY()
H A Dcpu.h627 #define LPCR_LPES0 PPC_BIT(60) macro
/openbmc/linux/arch/powerpc/kernel/
H A Ddt_cpu_ftrs.c222 lpcr &= ~LPCR_LPES0; /* HV external interrupts */ in feat_enable_hv()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h474 #define LPCR_LPES0 ASM_CONST(0x0000000000000008) /* LPAR Env selector 0 */ macro