Lines Matching refs:from
4 * and RBTX49xx patch from CELF patch archive.
277 /* convert from map_to_seg7() notation */
327 unsigned long from, ssize_t len)
333 from += (unsigned long)map->virt;
339 0x400000 - (from & (0x400000 - 1)));
341 (void *)((from & ~0xc00000) |
342 ((((from >> 22) + shift) & 3) << 22)),
345 from += curlen;
355 0x400000 - (from & (0x400000 - 1)));
356 memcpy(to, (void *)(from ^ 0x400000), curlen);
358 from += curlen;
364 memcpy(to, (void *)from, len);