Lines Matching defs:kvm_run
5187 struct kvm_run *kvm_run = vcpu->run;
5310 kvm_run->debug.arch.dr6 = dr6 | DR6_ACTIVE_LOW;
5311 kvm_run->debug.arch.dr7 = vmcs_readl(GUEST_DR7);
5321 kvm_run->exit_reason = KVM_EXIT_DEBUG;
5322 kvm_run->debug.arch.pc = kvm_get_linear_rip(vcpu);
5323 kvm_run->debug.arch.exception = ex_no;
5340 kvm_run->exit_reason = KVM_EXIT_EXCEPTION;
5341 kvm_run->ex.exception = ex_no;
5342 kvm_run->ex.error_code = error_code;
6085 * may resume. Otherwise they set the kvm_run parameter to indicate what needs