Home
last modified time | relevance | path

Searched refs:last_inst (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/kvm/
H A Dtrace_booke.h47 __field( unsigned long, last_inst )
55 __entry->last_inst = vcpu->arch.last_inst;
68 __entry->last_inst
H A Dtrace_pr.h227 __field( unsigned long, last_inst )
236 __entry->last_inst = vcpu->arch.last_inst;
251 __entry->last_inst
H A Dbook3s_64_mmu_hv.c436 ppc_inst_t last_inst; in kvmppc_hv_emulate_mmio() local
460 if (kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst) != in kvmppc_hv_emulate_mmio()
472 if (ppc_inst_prefixed(last_inst) != is_prefixed) in kvmppc_hv_emulate_mmio()
485 if (instruction_is_store(last_inst) != !!is_store) in kvmppc_hv_emulate_mmio()
H A Dbook3s_hv_p9_entry.c769 vcpu->arch.last_inst = KVM_INST_FETCH_FAILED; in kvmhv_vcpu_entry_p9()
/linux/arch/powerpc/include/asm/
H A Dkvm_book3s_asm.h135 u32 last_inst; member