Searched refs:LPCR_HDICE (Results 1 – 3 of 3) sorted by relevance
67 ori r8, r9, LPCR_HDICE
3449 mtspr(SPRN_LPCR, vcpu->kvm->arch.host_lpcr | LPCR_HDICE); in kvmhv_load_hv_regs_and_go()4901 lpcr |= (4UL << LPCR_DPFD_SH) | LPCR_HDICE | in kvmppc_core_init_vm_hv()
471 #define LPCR_HDICE ASM_CONST(0x0000000000000001) /* Hyp Decr enable (HV,PR,EE) */ macro