Lines Matching defs:inst
19 #include <asm/inst.h>
48 int _kvm_emu_mmio_write(struct kvm_vcpu *vcpu, larch_inst inst)
64 op8 = (inst.word >> 24) & 0xff;
71 rd = inst.reg2i14_format.rd;
72 opcode = inst.reg2i14_format.opcode;
88 rd = inst.reg2i12_format.rd;
89 opcode = inst.reg2i12_format.opcode;
110 kvm_err("Store not yet supporded (inst=0x%08x)\n",
111 inst.word);
117 rd = inst.reg3_format.rd;
118 opcode = inst.reg3_format.opcode;
138 kvm_err("Store not yet supporded (inst=0x%08x)\n",
139 inst.word);
144 kvm_err("Store not yet supporded (inst=0x%08x)\n",
145 inst.word);
171 int _kvm_emu_mmio_read(struct kvm_vcpu *vcpu, larch_inst inst)
182 op8 = (inst.word >> 24) & 0xff;
186 rd = inst.reg2i14_format.rd;
187 opcode = inst.reg2i14_format.opcode;
201 rd = inst.reg2i12_format.rd;
202 opcode = inst.reg2i12_format.opcode;
230 kvm_err("Load not yet supporded (inst=0x%08x)\n",
231 inst.word);
238 rd = inst.reg3_format.rd;
239 opcode = inst.reg3_format.opcode;
267 kvm_err("Load not yet supporded (inst=0x%08x)\n",
268 inst.word);
274 kvm_err("Load not yet supporded (inst=0x%08x) @ %lx\n",
275 inst.word, vcpu->arch.pc);