Lines Matching refs:opc
676 u32 *opc; in is_eva_am_mapped() local
690 opc = (u32 *)vcpu->arch.pc; in is_eva_am_mapped()
692 opc += 1; in is_eva_am_mapped()
693 err = kvm_get_badinstr(opc, vcpu, &inst.word); in is_eva_am_mapped()
844 u32 *opc = (u32 *) vcpu->arch.pc; in kvm_trap_vz_no_handler() local
854 opc += 1; in kvm_trap_vz_no_handler()
855 kvm_get_badinstr(opc, vcpu, &inst); in kvm_trap_vz_no_handler()
858 exccode, opc, inst, badvaddr, in kvm_trap_vz_no_handler()
901 u32 *opc, u32 cause, in kvm_vz_gpsi_cop0() argument
1064 u32 *opc, u32 cause, in kvm_vz_gpsi_cache() argument
1132 static enum emulation_result kvm_trap_vz_handle_gpsi(u32 cause, u32 *opc, in kvm_trap_vz_handle_gpsi() argument
1146 opc += 1; in kvm_trap_vz_handle_gpsi()
1147 err = kvm_get_badinstr(opc, vcpu, &inst.word); in kvm_trap_vz_handle_gpsi()
1153 er = kvm_vz_gpsi_cop0(inst, opc, cause, run, vcpu); in kvm_trap_vz_handle_gpsi()
1158 er = kvm_vz_gpsi_cache(inst, opc, cause, run, vcpu); in kvm_trap_vz_handle_gpsi()
1166 er = kvm_vz_gpsi_cache(inst, opc, cause, run, vcpu); in kvm_trap_vz_handle_gpsi()
1201 opc, inst.word); in kvm_trap_vz_handle_gpsi()
1210 static enum emulation_result kvm_trap_vz_handle_gsfc(u32 cause, u32 *opc, in kvm_trap_vz_handle_gsfc() argument
1222 opc += 1; in kvm_trap_vz_handle_gsfc()
1223 err = kvm_get_badinstr(opc, vcpu, &inst.word); in kvm_trap_vz_handle_gsfc()
1321 opc, inst.word); in kvm_trap_vz_handle_gsfc()
1329 opc, inst.word); in kvm_trap_vz_handle_gsfc()
1336 static enum emulation_result kvm_trap_vz_handle_ghfc(u32 cause, u32 *opc, in kvm_trap_vz_handle_ghfc() argument
1348 static enum emulation_result kvm_trap_vz_handle_hc(u32 cause, u32 *opc, in kvm_trap_vz_handle_hc() argument
1357 opc += 1; in kvm_trap_vz_handle_hc()
1358 err = kvm_get_badinstr(opc, vcpu, &inst.word); in kvm_trap_vz_handle_hc()
1380 u32 *opc, in kvm_trap_vz_no_handler_guest_exit() argument
1389 opc += 1; in kvm_trap_vz_no_handler_guest_exit()
1390 kvm_get_badinstr(opc, vcpu, &inst); in kvm_trap_vz_no_handler_guest_exit()
1393 gexccode, opc, inst, read_gc0_status()); in kvm_trap_vz_no_handler_guest_exit()
1400 u32 *opc = (u32 *) vcpu->arch.pc; in kvm_trap_vz_handle_guest_exit() local
1411 er = kvm_trap_vz_handle_gpsi(cause, opc, vcpu); in kvm_trap_vz_handle_guest_exit()
1415 er = kvm_trap_vz_handle_gsfc(cause, opc, vcpu); in kvm_trap_vz_handle_guest_exit()
1419 er = kvm_trap_vz_handle_hc(cause, opc, vcpu); in kvm_trap_vz_handle_guest_exit()
1423 er = kvm_trap_vz_no_handler_guest_exit(gexccode, cause, opc, in kvm_trap_vz_handle_guest_exit()
1428 er = kvm_trap_vz_no_handler_guest_exit(gexccode, cause, opc, in kvm_trap_vz_handle_guest_exit()
1433 er = kvm_trap_vz_handle_ghfc(cause, opc, vcpu); in kvm_trap_vz_handle_guest_exit()
1437 er = kvm_trap_vz_no_handler_guest_exit(gexccode, cause, opc, in kvm_trap_vz_handle_guest_exit()
1442 er = kvm_trap_vz_no_handler_guest_exit(gexccode, cause, opc, in kvm_trap_vz_handle_guest_exit()
1539 u32 *opc = (u32 *) vcpu->arch.pc; in kvm_trap_vz_handle_tlb_ld_miss() local
1555 opc += 1; in kvm_trap_vz_handle_tlb_ld_miss()
1556 err = kvm_get_badinstr(opc, vcpu, &inst.word); in kvm_trap_vz_handle_tlb_ld_miss()
1566 opc, badvaddr); in kvm_trap_vz_handle_tlb_ld_miss()
1586 u32 *opc = (u32 *) vcpu->arch.pc; in kvm_trap_vz_handle_tlb_st_miss() local
1602 opc += 1; in kvm_trap_vz_handle_tlb_st_miss()
1603 err = kvm_get_badinstr(opc, vcpu, &inst.word); in kvm_trap_vz_handle_tlb_st_miss()
1613 opc, badvaddr); in kvm_trap_vz_handle_tlb_st_miss()