Lines Matching refs:from
14 * This file is derived from arch/powerpc/kvm/book3s.c,
112 MODULE_PARM_DESC(one_vm_per_core, "Only run vCPUs from the same VM on a core (requires indep_threads_mode=N)");
800 static int kvmppc_copy_guest(struct kvm *kvm, gpa_t to, gpa_t from,
808 /* Get HPA for from address */
809 from_memslot = gfn_to_memslot(kvm, from >> PAGE_SHIFT);
812 if ((from + len) >= ((from_memslot->base_gfn + from_memslot->npages)
815 from_addr = gfn_to_hva_memslot(from_memslot, from >> PAGE_SHIFT);
818 from_addr |= (from & (PAGE_SIZE - 1));
1351 /* Clear out the old NMI status from run->flags */
1740 * we return 1 bit for each vcpu, which can come from
2360 * Set the default HFSCR for the guest from the host value.
2625 * a vcpu moves from one pcpu to another, we need to tell
2853 /* In one_vm_per_core mode, require all vcores to be from the same vm */
3025 * Clear core from the list of active host cores as we are about to
3108 * Remove from the list any threads that have a signal pending
3363 /* prevent other vcpu threads from doing kvmppc_start_thread() now */
4555 /* Harvest dirty bits from VPA and DTL updates */
5025 * CPU threads from coming online.
5270 /* invalidate the entry (what do do on error from the above ?) */
5453 /* We can change a guest to/from radix now, if the host is radix */