Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu_init.h74 LPCR_HEIC | LPCR_LPES0 | LPCR_HVICE | LPCR_HDICE)
H A Dexcp_helper.c1398 lpes0 = !!(env->spr[SPR_LPCR] & LPCR_LPES0); in powerpc_excp_books()
1738 bool lpes0 = !!(lpcr & LPCR_LPES0); in p7_next_unmasked_interrupt()
1831 bool lpes0 = !!(lpcr & LPCR_LPES0); in p8_next_unmasked_interrupt()
1977 bool lpes0 = !!(lpcr & LPCR_LPES0); in p9_next_unmasked_interrupt()
2082 bool lpes0 = !!(lpcr & LPCR_LPES0); in ppc_next_unmasked_interrupt()
H A Dcpu_init.c5428 KVM_REG_PPC_LPCR, LPCR_LPES0 | LPCR_LPES1); in register_power5p_lpar_sprs()
6081 pcc->lpcr_mask = LPCR_RMLS | LPCR_ILE | LPCR_LPES0 | LPCR_LPES1 | in POWERPC_FAMILY()
6202 LPCR_LPES0 | LPCR_LPES1 | LPCR_HDICE; in POWERPC_FAMILY()
6373 LPCR_MER | LPCR_TC | LPCR_LPES0 | LPCR_HDICE; in POWERPC_FAMILY()
H A Dcpu.h629 #define LPCR_LPES0 PPC_BIT(60) macro
/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()
1752 lpcr &= ~LPCR_LPES0; in nested_papr_load_l2()
/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