Lines Matching refs:end
60 .end = 0x9ff,
83 char *cp, *end;
92 limit = memparse(cp, &end);
93 if (end != cp)
95 cp = end;
177 res->end = start + size - 1;
318 data_resource.end = virt_to_phys(_end) - 1;
320 code_resource.end = virt_to_phys(&data_start)-1;
443 unsigned long end = (unsigned long) &data_start;
445 map_pages(start, __pa(start), end-start,
672 unsigned long end = FIXMAP_START + FIXMAP_SIZE;
699 } while (addr < end);
724 static void alloc_btlb(unsigned long start, unsigned long end, int *slot,
736 while (start < end && *slot < slot_max && size >= PAGE_SIZE) {
740 (end - start) >= (2 * size)) {
749 if ((end - start) >= size) {