Lines Matching defs:cp_start
4284 vaddr_t cp_start;
4366 cp_start = entry->start;
4367 if (cp_start < start) {
4368 cp_off = start - cp_start;
4369 cp_start = start;
4372 cp_len = MIN(entry->end, end) - cp_start;
4375 cp_start - start + dstaddr, cp_len, cp_off,
4436 vaddr_t cp_start, cp_end;
4492 cp_start = MAX(entry->start, start);
4496 for (; cp_start != cp_end; cp_start += PAGE_SIZE) {
4498 cp_start - entry->start);
4544 cp_start - entry->start);
4556 cp_start = MAX(entry->start, start);
4572 cp_start - entry->start + entry->offset,