Lines Matching defs:kvm_run
1831 struct kvm_run *kvm_run = svm->vcpu.run;
1850 kvm_run->exit_reason = KVM_EXIT_DEBUG;
1851 kvm_run->debug.arch.dr6 = svm->vmcb->save.dr6;
1852 kvm_run->debug.arch.dr7 = svm->vmcb->save.dr7;
1853 kvm_run->debug.arch.pc =
1855 kvm_run->debug.arch.exception = DB_VECTOR;
1864 struct kvm_run *kvm_run = svm->vcpu.run;
1866 kvm_run->exit_reason = KVM_EXIT_DEBUG;
1867 kvm_run->debug.arch.pc = svm->vmcb->save.cs.base + svm->vmcb->save.rip;
1868 kvm_run->debug.arch.exception = BP_VECTOR;
1987 struct kvm_run *kvm_run = svm->vcpu.run;
1996 kvm_run->exit_reason = KVM_EXIT_SHUTDOWN;
2456 struct kvm_run *kvm_run = svm->vcpu.run;
2466 kvm_run->exit_reason = KVM_EXIT_SET_TPR;
3082 struct kvm_run *kvm_run = vcpu->run;
3107 kvm_run->exit_reason = KVM_EXIT_FAIL_ENTRY;
3108 kvm_run->fail_entry.hardware_entry_failure_reason
3110 kvm_run->fail_entry.cpu = vcpu->arch.last_vmentry_cpu;