Searched refs:d_end (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dfadump.c167 u64 d_start, d_end; local
176 d_end = d_start + fw_dump.reserve_dump_area_size;
177 if (((addr + size) > d_start) && (addr <= d_end))
196 * Returns true, if there are no holes in memory area between d_start to d_end,
199 static bool is_fadump_mem_area_contiguous(u64 d_start, u64 d_end) argument
207 end = min_t(u64, d_end, reg_end);
213 if (end == d_end) {
231 unsigned long d_start, d_end; local
237 d_end = d_start + fw_dump.boot_mem_sz[i];
239 ret = is_fadump_mem_area_contiguous(d_start, d_end);
253 u64 d_start, d_end; local
[all...]

Completed in 93 milliseconds