Searched refs:kvmppc_get_last_inst (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Demulate.c205 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &pinst);
H A Demulate_loadstore.c81 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &inst);
H A Dbook3s_pr.c1099 emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst);
1293 emul = kvmppc_get_last_inst(vcpu, INST_SC, &last_sc);
1358 emul = kvmppc_get_last_inst(vcpu, INST_GENERIC,
1389 int emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst);
H A Dbooke.c1038 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &pinst);
1044 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &pinst);
H A Dbook3s_paired_singles.c636 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &pinst);
H A Dbook3s_hv.c1475 if (kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst) !=
1540 if (kvmppc_get_last_inst(vcpu, INST_GENERIC, &pinst) != EMULATE_DONE)
2073 r = kvmppc_get_last_inst(vcpu, INST_GENERIC, &pinst);
H A Dbook3s_64_mmu_hv.c460 if (kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst) !=
H A Dpowerpc.c309 kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst);
/linux-master/arch/powerpc/include/asm/
H A Dkvm_ppc.h328 static inline int kvmppc_get_last_inst(struct kvm_vcpu *vcpu, function

Completed in 149 milliseconds