Home
last modified time | relevance | path

Searched refs:mend (Results 1 – 2 of 2) sorted by relevance

/kernel/
Dkexec_core.c170 unsigned long mstart, mend; in sanity_check_segment_list() local
173 mend = mstart + image->segment[i].memsz; in sanity_check_segment_list()
174 if (mstart > mend) in sanity_check_segment_list()
176 if ((mstart & ~PAGE_MASK) || (mend & ~PAGE_MASK)) in sanity_check_segment_list()
178 if (mend >= KEXEC_DESTINATION_MEMORY_LIMIT) in sanity_check_segment_list()
188 unsigned long mstart, mend; in sanity_check_segment_list() local
192 mend = mstart + image->segment[i].memsz; in sanity_check_segment_list()
199 if ((mend > pstart) && (mstart < pend)) in sanity_check_segment_list()
241 unsigned long mstart, mend; in sanity_check_segment_list() local
244 mend = mstart + image->segment[i].memsz - 1; in sanity_check_segment_list()
[all …]
Dkexec_file.c524 phys_addr_t mstart, mend; in kexec_walk_memblock() local
537 &mstart, &mend, NULL) { in kexec_walk_memblock()
544 res.end = mend - 1; in kexec_walk_memblock()
551 &mstart, &mend, NULL) { in kexec_walk_memblock()
558 res.end = mend - 1; in kexec_walk_memblock()
1152 unsigned long long mstart, unsigned long long mend) in crash_exclude_mem_range() argument
1162 p_end = mend; in crash_exclude_mem_range()
1164 if (mstart > end || mend < start) in crash_exclude_mem_range()
1170 if (mend > end) in crash_exclude_mem_range()
1242 unsigned long mstart, mend; in crash_prepare_elf64_headers() local
[all …]