Lines Matching refs:from
74 * It would be nice to determine this from the machine description
126 prom_printf("Couldn't get %s property from /memory.\n",
131 /* Sanitize what we got from the firmware, by page aligning
423 /* Transfer bits [32:22] from address to resolve
779 * If a new mm is stored after we took this mm from the array,
1056 * correct data from get_pfn_range_for_nid().
1341 int __node_distance(int from, int to)
1343 if ((from >= MAX_NUMNODES) || (to >= MAX_NUMNODES)) {
1345 from, to);
1346 return (from == to) ? LOCAL_DISTANCE : REMOTE_DISTANCE;
1348 return numa_latency[from][to];
1507 * a 1-to-1 mapping from CPU ID to NUMA node ID.
1851 panic("%s: Failed to allocate %lu bytes align=%lx from=%lx\n",
2354 * allocate memory, which in turn can take away some space from
2514 * is not manipulated when freeing the page from user ptes.
3118 void copy_user_highpage(struct page *to, struct page *from,
3123 vfrom = kmap_atomic(from);
3135 pfrom = page_to_phys(from);
3153 void copy_highpage(struct page *to, struct page *from)
3157 vfrom = kmap_atomic(from);
3169 pfrom = page_to_phys(from);