Lines Matching defs:run
12 * we don't have access to hypervisor mode, and we run the guest
782 vcpu->run->exit_reason = KVM_EXIT_INTERNAL_ERROR;
1129 vcpu->run->exit_reason = KVM_EXIT_MMIO;
1144 struct kvm_run *run = vcpu->run;
1150 run->exit_reason = KVM_EXIT_UNKNOWN;
1151 run->ready_for_interrupt_injection = 1;
1314 run->papr_hcall.nr = cmd;
1317 run->papr_hcall.args[i] = gpr;
1319 run->exit_reason = KVM_EXIT_PAPR_HCALL;
1326 u64 *gprs = run->osi.gprs;
1329 run->exit_reason = KVM_EXIT_OSI;
1416 run->exit_reason = KVM_EXIT_DEBUG;
1819 /* Check if we can run the vcpu at all */
1821 vcpu->run->exit_reason = KVM_EXIT_INTERNAL_ERROR;