Lines Matching defs:run
12 * we don't have access to hypervisor mode, and we run the guest
798 vcpu->run->exit_reason = KVM_EXIT_INTERNAL_ERROR;
1141 vcpu->run->exit_reason = KVM_EXIT_MMIO;
1156 struct kvm_run *run = vcpu->run;
1162 run->exit_reason = KVM_EXIT_UNKNOWN;
1163 run->ready_for_interrupt_injection = 1;
1326 run->papr_hcall.nr = cmd;
1329 run->papr_hcall.args[i] = gpr;
1331 run->exit_reason = KVM_EXIT_PAPR_HCALL;
1338 u64 *gprs = run->osi.gprs;
1341 run->exit_reason = KVM_EXIT_OSI;
1428 run->exit_reason = KVM_EXIT_DEBUG;
1831 /* Check if we can run the vcpu at all */
1833 vcpu->run->exit_reason = KVM_EXIT_INTERNAL_ERROR;