Lines Matching refs:end
20 * chunk possible either right after the kernel end (decompressed kernel) or
21 * after initrd (if it is present and there is no hole between the kernel end
48 void add_mem_detect_block(u64 start, u64 end)
54 if (block->end == start) {
55 block->end = end;
62 block->end = end;
103 unsigned long end;
112 add_mem_detect_block(storage_extents[i].start, storage_extents[i].end + 1);