Lines Matching refs:run
380 int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu, struct kvm_run *run) in kvm_arch_vcpu_ioctl_run() argument
390 kvm_mips_complete_mmio_load(vcpu, run); in kvm_arch_vcpu_ioctl_run()
406 r = __kvm_mips_vcpu_run(run, vcpu); in kvm_arch_vcpu_ioctl_run()
1226 int kvm_mips_handle_exit(struct kvm_run *run, struct kvm_vcpu *vcpu) in kvm_mips_handle_exit() argument
1239 run->exit_reason = KVM_EXIT_UNKNOWN; in kvm_mips_handle_exit()
1240 run->ready_for_interrupt_injection = 1; in kvm_mips_handle_exit()
1251 cause, opc, run, vcpu); in kvm_mips_handle_exit()
1257 er = kvm_mips_check_privilege(cause, opc, run, vcpu); in kvm_mips_handle_exit()
1261 run->exit_reason = KVM_EXIT_INTERNAL_ERROR; in kvm_mips_handle_exit()
1286 if (run->exit_reason == KVM_EXIT_IRQ_WINDOW_OPEN) in kvm_mips_handle_exit()
1374 run->exit_reason = KVM_EXIT_INTERNAL_ERROR; in kvm_mips_handle_exit()
1389 run->exit_reason = KVM_EXIT_INTR; in kvm_mips_handle_exit()