Lines Matching refs:from
75 * It would be nice to determine this from the machine description
127 prom_printf("Couldn't get %s property from /memory.\n",
132 /* Sanitize what we got from the firmware, by page aligning
432 /* Transfer bits [32:22] from address to resolve
795 * If a new mm is stored after we took this mm from the array,
1072 * correct data from get_pfn_range_for_nid().
1357 int __node_distance(int from, int to)
1359 if ((from >= MAX_NUMNODES) || (to >= MAX_NUMNODES)) {
1361 from, to);
1362 return (from == to) ? LOCAL_DISTANCE : REMOTE_DISTANCE;
1364 return numa_latency[from][to];
1523 * a 1-to-1 mapping from CPU ID to NUMA node ID.
1866 panic("%s: Failed to allocate %lu bytes align=%lx from=%lx\n",
2369 * allocate memory, which in turn can take away some space from
2529 * is not manipulated when freeing the page from user ptes.
3152 void copy_user_highpage(struct page *to, struct page *from,
3157 vfrom = kmap_atomic(from);
3169 pfrom = page_to_phys(from);
3187 void copy_highpage(struct page *to, struct page *from)
3191 vfrom = kmap_atomic(from);
3203 pfrom = page_to_phys(from);