Lines Matching defs:inst
196 u32 inst;
204 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &inst);
208 pr_debug("Emulating opcode %d / %d\n", get_op(inst), get_xop(inst));
210 rs = get_rs(inst);
211 rt = get_rt(inst);
212 sprn = get_sprn(inst);
214 switch (get_op(inst)) {
227 switch (get_xop(inst)) {
272 if (inst == KVMPPC_INST_SW_BREAKPOINT) {
288 emulated = vcpu->kvm->arch.kvm_ops->emulate_op(vcpu, inst,
295 "(op %d xop %d)\n", inst, get_op(inst), get_xop(inst));
299 trace_kvm_ppc_instr(inst, kvmppc_get_pc(vcpu), emulated);