Lines Matching refs:opc

653 			u32 *opc;
667 opc = (u32 *)vcpu->arch.pc;
669 opc += 1;
670 err = kvm_get_badinstr(opc, vcpu, &inst.word);
821 u32 *opc = (u32 *) vcpu->arch.pc;
831 opc += 1;
832 kvm_get_badinstr(opc, vcpu, &inst);
835 exccode, opc, inst, badvaddr,
878 u32 *opc, u32 cause,
1077 u32 *opc, u32 cause,
1146 u32 *opc, u32 cause,
1214 static enum emulation_result kvm_trap_vz_handle_gpsi(u32 cause, u32 *opc,
1227 opc += 1;
1228 err = kvm_get_badinstr(opc, vcpu, &inst.word);
1234 er = kvm_vz_gpsi_cop0(inst, opc, cause, vcpu);
1239 er = kvm_vz_gpsi_cache(inst, opc, cause, vcpu);
1244 er = kvm_vz_gpsi_lwc2(inst, opc, cause, vcpu);
1252 er = kvm_vz_gpsi_cache(inst, opc, cause, vcpu);
1287 opc, inst.word);
1296 static enum emulation_result kvm_trap_vz_handle_gsfc(u32 cause, u32 *opc,
1308 opc += 1;
1309 err = kvm_get_badinstr(opc, vcpu, &inst.word);
1407 opc, inst.word);
1415 opc, inst.word);
1422 static enum emulation_result kvm_trap_vz_handle_ghfc(u32 cause, u32 *opc,
1434 static enum emulation_result kvm_trap_vz_handle_hc(u32 cause, u32 *opc,
1443 opc += 1;
1444 err = kvm_get_badinstr(opc, vcpu, &inst.word);
1466 u32 *opc,
1475 opc += 1;
1476 kvm_get_badinstr(opc, vcpu, &inst);
1479 gexccode, opc, inst, read_gc0_status());
1486 u32 *opc = (u32 *) vcpu->arch.pc;
1497 er = kvm_trap_vz_handle_gpsi(cause, opc, vcpu);
1501 er = kvm_trap_vz_handle_gsfc(cause, opc, vcpu);
1505 er = kvm_trap_vz_handle_hc(cause, opc, vcpu);
1509 er = kvm_trap_vz_no_handler_guest_exit(gexccode, cause, opc,
1514 er = kvm_trap_vz_no_handler_guest_exit(gexccode, cause, opc,
1519 er = kvm_trap_vz_handle_ghfc(cause, opc, vcpu);
1523 er = kvm_trap_vz_no_handler_guest_exit(gexccode, cause, opc,
1528 er = kvm_trap_vz_no_handler_guest_exit(gexccode, cause, opc,
1622 u32 *opc = (u32 *) vcpu->arch.pc;
1638 opc += 1;
1639 err = kvm_get_badinstr(opc, vcpu, &inst.word);
1649 opc, badvaddr);
1669 u32 *opc = (u32 *) vcpu->arch.pc;
1685 opc += 1;
1686 err = kvm_get_badinstr(opc, vcpu, &inst.word);
1696 opc, badvaddr);