Lines Matching defs:inst
196 u32 inst;
206 inst = ppc_inst_val(pinst);
210 pr_debug("Emulating opcode %d / %d\n", get_op(inst), get_xop(inst));
212 rs = get_rs(inst);
213 rt = get_rt(inst);
214 sprn = get_sprn(inst);
216 switch (get_op(inst)) {
229 switch (get_xop(inst)) {
274 if (inst == KVMPPC_INST_SW_BREAKPOINT) {
290 emulated = vcpu->kvm->arch.kvm_ops->emulate_op(vcpu, inst,
297 "(op %d xop %d)\n", inst, get_op(inst), get_xop(inst));
301 trace_kvm_ppc_instr(inst, kvmppc_get_pc(vcpu), emulated);