Lines Matching refs:tend
150 unsigned long tstart, tend; in is_boot_memory_area_contiguous() local
157 tend = min(end_pfn, memblock_region_memory_end_pfn(reg)); in is_boot_memory_area_contiguous()
158 if (tstart < tend) { in is_boot_memory_area_contiguous()
163 if (tend == end_pfn) { in is_boot_memory_area_contiguous()
168 start_pfn = tend + 1; in is_boot_memory_area_contiguous()
1298 unsigned long tstart, tend; in fadump_release_reserved_area() local
1304 tend = min(end_pfn, memblock_region_memory_end_pfn(reg)); in fadump_release_reserved_area()
1305 if (tstart < tend) { in fadump_release_reserved_area()
1306 fadump_free_reserved_memory(tstart, tend); in fadump_release_reserved_area()
1308 if (tend == end_pfn) in fadump_release_reserved_area()
1311 start_pfn = tend + 1; in fadump_release_reserved_area()