Lines Matching refs:end
54 .end = 0,
112 unsigned long start, unsigned long end);
278 if ((entry < crashk_res.start) || (entry > crashk_res.end)) { in kimage_crash_alloc()
310 if ((mstart < crashk_res.start) || (mend > crashk_res.end)) in kimage_crash_alloc()
339 unsigned long end) in kimage_is_destination_range() argument
348 if ((end > mstart) && (start < mend)) in kimage_is_destination_range()
493 while (hole_end <= crashk_res.end) { in kimage_alloc_crash_control_pages()
498 if (hole_end > crashk_res.end) in kimage_alloc_crash_control_pages()
1176 unsigned long long start, end = ULLONG_MAX, size; in module_init() local
1193 end = memparse(cur, &tmp); in module_init()
1200 if (end <= start) { in module_init()
1224 if (system_ram >= start && system_ram < end) { in module_init()