Searched refs:mend (Results 1 – 1 of 1) sorted by relevance
181 unsigned long mstart, mend; in sanity_check_segment_list() local184 mend = mstart + image->segment[i].memsz; in sanity_check_segment_list()185 if ((mstart & ~PAGE_MASK) || (mend & ~PAGE_MASK)) in sanity_check_segment_list()187 if (mend >= KEXEC_DESTINATION_MEMORY_LIMIT) in sanity_check_segment_list()198 unsigned long mstart, mend; in sanity_check_segment_list() local202 mend = mstart + image->segment[i].memsz; in sanity_check_segment_list()208 if ((mend > pstart) && (mstart < pend)) in sanity_check_segment_list()237 unsigned long mstart, mend; in sanity_check_segment_list() local240 mend = mstart + image->segment[i].memsz - 1; in sanity_check_segment_list()243 (mend > crashk_res.end)) in sanity_check_segment_list()[all …]