Lines Matching defs:end
93 int __weak create_section_mapping(unsigned long start, unsigned long end,
99 int __weak remove_section_mapping(unsigned long start, unsigned long end)
233 unsigned long end = __fix_to_virt(FIX_KMAP_BEGIN);
235 for (; v < end; v += PAGE_SIZE)
594 phys_addr_t start, end;
597 for_each_mem_range(i, &start, &end) {
607 * In memblock, end points to the first byte after
608 * the range while in resourses, end points to the
611 res->end = end - 1;