Home
last modified time | relevance | path

Searched refs:SPRN_HEIR (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_entry.c780 vcpu->arch.emul_inst = mfspr(SPRN_HEIR); in kvmhv_vcpu_entry_p9()
800 vcpu->arch.emul_inst = mfspr(SPRN_HEIR); in kvmhv_vcpu_entry_p9()
/linux/arch/powerpc/include/asm/
H A Dreg.h501 #define SPRN_HEIR 0x153 /* Hypervisor Emulated Instruction Register */ macro