Lines Matching defs:run

112 MODULE_PARM_DESC(one_vm_per_core, "Only run vCPUs from the same VM on a core (requires indep_threads_mode=N)");
145 * online threads in the vcore being run.
254 * run as part of a virtual core, but the task running the vcore
263 * Hence we accumulate stolen time when the vcpu can run as part of
367 /* Determine lowest PCR bit needed to run guest in given PVR level */
1183 vcpu->run->exit_reason = KVM_EXIT_DEBUG;
1184 vcpu->run->debug.arch.address = kvmppc_get_pc(vcpu);
1288 struct kvm_run *run = vcpu->run;
1307 run->exit_reason = KVM_EXIT_INTERNAL_ERROR;
1308 run->hw.hardware_exit_reason = vcpu->arch.trap;
1311 run->exit_reason = KVM_EXIT_UNKNOWN;
1312 run->ready_for_interrupt_injection = 1;
1349 run->exit_reason = KVM_EXIT_NMI;
1350 run->hw.hardware_exit_reason = vcpu->arch.trap;
1351 /* Clear out the old NMI status from run->flags */
1352 run->flags &= ~KVM_RUN_PPC_NMI_DISP_MASK;
1355 run->flags |= KVM_RUN_PPC_NMI_DISP_FULLY_RECOV;
1357 run->flags |= KVM_RUN_PPC_NMI_DISP_NOT_RECOV;
1384 run->papr_hcall.nr = kvmppc_get_gpr(vcpu, 3);
1386 run->papr_hcall.args[i] = kvmppc_get_gpr(vcpu, 4 + i);
1387 run->exit_reason = KVM_EXIT_PAPR_HCALL;
1467 run->hw.hardware_exit_reason = vcpu->arch.trap;
2733 * These are vcores that could run but their runner VCPU tasks are
2974 * set to zero and can't actually run in the guest.
3152 * See if we could run any other vcores on the physical core
4010 struct kvm_run *run = vcpu->run;
4017 run->exit_reason = 0;
4061 run->exit_reason = KVM_EXIT_FAIL_ENTRY;
4062 run->fail_entry.
4081 v->run->exit_reason = KVM_EXIT_INTR;
4100 /* Let something else run */
4122 run->exit_reason = KVM_EXIT_INTR;
4127 /* Wake up some vcpu to run the core */
4141 struct kvm_run *run = vcpu->run;
4150 run->exit_reason = 0;
4300 run->exit_reason = KVM_EXIT_INTR;
4322 run->exit_reason = KVM_EXIT_INTR;
4332 struct kvm_run *run = vcpu->run;
4341 run->exit_reason = KVM_EXIT_INTERNAL_ERROR;
4355 run->exit_reason = KVM_EXIT_FAIL_ENTRY;
4356 run->fail_entry.hardware_entry_failure_reason = 0;
4381 run->exit_reason = KVM_EXIT_INTR;
4421 if (run->exit_reason == KVM_EXIT_PAPR_HCALL &&
5043 * all vCPUs in a vcore have to run on the same (sub)core,
5044 * whereas on POWER9 the threads can each run a different
5624 * chance to run and unpin their VPA pages. Unpinning of all