Lines Matching refs:from
14 * This file is derived from arch/powerpc/kvm/book3s.c,
115 MODULE_PARM_DESC(one_vm_per_core, "Only run vCPUs from the same VM on a core (requires POWER8 or older)");
916 static int kvmppc_copy_guest(struct kvm *kvm, gpa_t to, gpa_t from,
924 /* Get HPA for from address */
925 from_memslot = gfn_to_memslot(kvm, from >> PAGE_SHIFT);
928 if ((from + len) >= ((from_memslot->base_gfn + from_memslot->npages)
931 from_addr = gfn_to_hva_memslot(from_memslot, from >> PAGE_SHIFT);
934 from_addr |= (from & (PAGE_SIZE - 1));
1649 /* Clear out the old NMI status from run->flags */
2137 WARN_ONCE(1, "lpcr 0x%lx differs from filtered 0x%lx\n",
2156 * These are subject to restrictions from kvmppc_filter_lcpr_hv().
2272 * we return 1 bit for each vcpu, which can come from
2942 * Set the default HFSCR for the guest from the host value.
3247 * a vcpu moves from one pcpu to another, we need to tell
3480 /* In one_vm_per_core mode, require all vcores to be from the same vm */
3647 * Clear core from the list of active host cores as we are about to
3732 * Remove from the list any threads that have a signal pending
3960 /* prevent other vcpu threads from doing kvmppc_start_thread() now */
5024 /* Harvest dirty bits from VPA and DTL updates */
5526 * CPU threads from coming online.
5766 /* invalidate the entry (what to do on error from the above ?) */
5951 /* We can change a guest to/from radix now, if the host is radix */