Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_interrupts.S68 ori r8, r9, LPCR_HDICE
H A Dbook3s_hv.c5454 lpcr |= (4UL << LPCR_DPFD_SH) | LPCR_HDICE | in kvmppc_core_init_vm_hv()
/openbmc/linux/arch/powerpc/kernel/
H A Dcpu_setup_power.c35 lpcr &= ~LPCR_HDICE; /* clear HDICE */ in init_LPCR_ISA300()
/openbmc/qemu/target/ppc/
H A Dexcp_helper.c1731 bool hdice = !!(env->spr[SPR_LPCR] & LPCR_HDICE); in p7_next_unmasked_interrupt()
1821 bool hdice = !!(env->spr[SPR_LPCR] & LPCR_HDICE); in p8_next_unmasked_interrupt()
1953 bool hdice = !!(env->spr[SPR_LPCR] & LPCR_HDICE); in p9_next_unmasked_interrupt()
2054 bool hdice = !!(env->spr[SPR_LPCR] & LPCR_HDICE); in ppc_next_unmasked_interrupt()
H A Dcpu_init.c6081 LPCR_RMI | LPCR_HDICE; 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.h631 #define LPCR_HDICE PPC_BIT(63) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h479 #define LPCR_HDICE ASM_CONST(0x0000000000000001) /* Hyp Decr enable (HV,PR,EE) */ macro
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c407 lpcr |= LPCR_HR | LPCR_UPRT | LPCR_GTSE | LPCR_HVICE | LPCR_HDICE; in h_enter_nested()
1740 lpcr |= LPCR_HR | LPCR_UPRT | LPCR_GTSE | LPCR_HVICE | LPCR_HDICE; in nested_papr_load_l2()