Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dkvm_asm.h153 #define KVM_INST_FETCH_FAILED -1 macro
H A Dkvm_ppc.h335 if (vcpu->arch.last_inst == KVM_INST_FETCH_FAILED) in kvmppc_get_last_inst()
340 *inst = ppc_inst(KVM_INST_FETCH_FAILED); in kvmppc_get_last_inst()
/linux/arch/powerpc/kvm/
H A Dbook3s_segment.S288 li r0, KVM_INST_FETCH_FAILED
H A Dbook3s_hv_p9_entry.c769 vcpu->arch.last_inst = KVM_INST_FETCH_FAILED; in kvmhv_vcpu_entry_p9()
H A Dbookehv_interrupts.S141 li r9, KVM_INST_FETCH_FAILED
H A Dbook3s_hv_rmhandlers.S1073 li r3,KVM_INST_FETCH_FAILED
1664 2: li r8, KVM_INST_FETCH_FAILED /* In case lwz faults */
H A Dbooke.c1017 u32 last_inst = KVM_INST_FETCH_FAILED; in kvmppc_handle_exit()