Lines Matching refs:opc

651 			u32 *opc;
665 opc = (u32 *)vcpu->arch.pc;
667 opc += 1;
668 err = kvm_get_badinstr(opc, vcpu, &inst.word);
819 u32 *opc = (u32 *) vcpu->arch.pc;
829 opc += 1;
830 kvm_get_badinstr(opc, vcpu, &inst);
833 exccode, opc, inst, badvaddr,
876 u32 *opc, u32 cause,
1075 u32 *opc, u32 cause,
1144 u32 *opc, u32 cause,
1212 static enum emulation_result kvm_trap_vz_handle_gpsi(u32 cause, u32 *opc,
1225 opc += 1;
1226 err = kvm_get_badinstr(opc, vcpu, &inst.word);
1232 er = kvm_vz_gpsi_cop0(inst, opc, cause, vcpu);
1237 er = kvm_vz_gpsi_cache(inst, opc, cause, vcpu);
1242 er = kvm_vz_gpsi_lwc2(inst, opc, cause, vcpu);
1250 er = kvm_vz_gpsi_cache(inst, opc, cause, vcpu);
1285 opc, inst.word);
1294 static enum emulation_result kvm_trap_vz_handle_gsfc(u32 cause, u32 *opc,
1306 opc += 1;
1307 err = kvm_get_badinstr(opc, vcpu, &inst.word);
1405 opc, inst.word);
1413 opc, inst.word);
1420 static enum emulation_result kvm_trap_vz_handle_ghfc(u32 cause, u32 *opc,
1432 static enum emulation_result kvm_trap_vz_handle_hc(u32 cause, u32 *opc,
1441 opc += 1;
1442 err = kvm_get_badinstr(opc, vcpu, &inst.word);
1464 u32 *opc,
1473 opc += 1;
1474 kvm_get_badinstr(opc, vcpu, &inst);
1477 gexccode, opc, inst, read_gc0_status());
1484 u32 *opc = (u32 *) vcpu->arch.pc;
1495 er = kvm_trap_vz_handle_gpsi(cause, opc, vcpu);
1499 er = kvm_trap_vz_handle_gsfc(cause, opc, vcpu);
1503 er = kvm_trap_vz_handle_hc(cause, opc, vcpu);
1507 er = kvm_trap_vz_no_handler_guest_exit(gexccode, cause, opc,
1512 er = kvm_trap_vz_no_handler_guest_exit(gexccode, cause, opc,
1517 er = kvm_trap_vz_handle_ghfc(cause, opc, vcpu);
1521 er = kvm_trap_vz_no_handler_guest_exit(gexccode, cause, opc,
1526 er = kvm_trap_vz_no_handler_guest_exit(gexccode, cause, opc,
1626 u32 *opc = (u32 *) vcpu->arch.pc;
1642 opc += 1;
1643 err = kvm_get_badinstr(opc, vcpu, &inst.word);
1653 opc, badvaddr);
1673 u32 *opc = (u32 *) vcpu->arch.pc;
1689 opc += 1;
1690 err = kvm_get_badinstr(opc, vcpu, &inst.word);
1700 opc, badvaddr);