Searched refs:mend (Results 1 – 2 of 2) sorted by relevance
/kernel/ |
D | kexec_core.c | 169 unsigned long mstart, mend; in sanity_check_segment_list() local 172 mend = mstart + image->segment[i].memsz; in sanity_check_segment_list() 173 if (mstart > mend) in sanity_check_segment_list() 175 if ((mstart & ~PAGE_MASK) || (mend & ~PAGE_MASK)) in sanity_check_segment_list() 177 if (mend >= KEXEC_DESTINATION_MEMORY_LIMIT) in sanity_check_segment_list() 187 unsigned long mstart, mend; in sanity_check_segment_list() local 191 mend = mstart + image->segment[i].memsz; in sanity_check_segment_list() 198 if ((mend > pstart) && (mstart < pend)) in sanity_check_segment_list() 240 unsigned long mstart, mend; in sanity_check_segment_list() local 243 mend = mstart + image->segment[i].memsz - 1; in sanity_check_segment_list() [all …]
|
D | kexec_file.c | 528 phys_addr_t mstart, mend; in kexec_walk_memblock() local 536 &mstart, &mend, NULL) { in kexec_walk_memblock() 543 res.end = mend - 1; in kexec_walk_memblock() 550 &mstart, &mend, NULL) { in kexec_walk_memblock() 557 res.end = mend - 1; in kexec_walk_memblock() 1164 unsigned long long mstart, unsigned long long mend) in crash_exclude_mem_range() argument 1174 p_end = mend; in crash_exclude_mem_range() 1176 if (mstart > end || mend < start) in crash_exclude_mem_range() 1182 if (mend > end) in crash_exclude_mem_range() 1254 unsigned long mstart, mend; in crash_prepare_elf64_headers() local [all …]
|