Lines Matching refs:kvm_run
1740 struct kvm_run *kvm_run = svm->vcpu.run; in db_interception() local
1758 kvm_run->exit_reason = KVM_EXIT_DEBUG; in db_interception()
1759 kvm_run->debug.arch.pc = in db_interception()
1761 kvm_run->debug.arch.exception = DB_VECTOR; in db_interception()
1770 struct kvm_run *kvm_run = svm->vcpu.run; in bp_interception() local
1772 kvm_run->exit_reason = KVM_EXIT_DEBUG; in bp_interception()
1773 kvm_run->debug.arch.pc = svm->vmcb->save.cs.base + svm->vmcb->save.rip; in bp_interception()
1774 kvm_run->debug.arch.exception = BP_VECTOR; in bp_interception()
1881 struct kvm_run *kvm_run = svm->vcpu.run; in shutdown_interception() local
1890 kvm_run->exit_reason = KVM_EXIT_SHUTDOWN; in shutdown_interception()
3051 struct kvm_run *kvm_run = svm->vcpu.run; in cr8_write_interception() local
3061 kvm_run->exit_reason = KVM_EXIT_SET_TPR; in cr8_write_interception()
3287 struct kvm_run *kvm_run = svm->vcpu.run; in interrupt_window_interception() local
3299 kvm_run->request_interrupt_window && in interrupt_window_interception()
3301 kvm_run->exit_reason = KVM_EXIT_IRQ_WINDOW_OPEN; in interrupt_window_interception()
3512 struct kvm_run *kvm_run = vcpu->run; in handle_exit() local
3549 kvm_run->exit_reason = KVM_EXIT_FAIL_ENTRY; in handle_exit()
3550 kvm_run->fail_entry.hardware_entry_failure_reason in handle_exit()