Lines Matching refs:inst
214 u32 inst; in kvmppc_emulate_instruction() local
222 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &inst); in kvmppc_emulate_instruction()
226 pr_debug("Emulating opcode %d / %d\n", get_op(inst), get_xop(inst)); in kvmppc_emulate_instruction()
228 rs = get_rs(inst); in kvmppc_emulate_instruction()
229 rt = get_rt(inst); in kvmppc_emulate_instruction()
230 sprn = get_sprn(inst); in kvmppc_emulate_instruction()
232 switch (get_op(inst)) { in kvmppc_emulate_instruction()
245 switch (get_xop(inst)) { in kvmppc_emulate_instruction()
282 if (inst == KVMPPC_INST_SW_BREAKPOINT) { in kvmppc_emulate_instruction()
297 emulated = vcpu->kvm->arch.kvm_ops->emulate_op(run, vcpu, inst, in kvmppc_emulate_instruction()
304 "(op %d xop %d)\n", inst, get_op(inst), get_xop(inst)); in kvmppc_emulate_instruction()
309 trace_kvm_ppc_instr(inst, kvmppc_get_pc(vcpu), emulated); in kvmppc_emulate_instruction()