Home
last modified time | relevance | path

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

/kernel/
Dkexec_core.c169 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 …]
Dkexec_file.c560 phys_addr_t mstart, mend; in kexec_walk_memblock() local
568 &mstart, &mend, NULL) { in kexec_walk_memblock()
575 res.end = mend - 1; in kexec_walk_memblock()
582 &mstart, &mend, NULL) { in kexec_walk_memblock()
589 res.end = mend - 1; in kexec_walk_memblock()
1170 unsigned long long mstart, unsigned long long mend) in crash_exclude_mem_range() argument
1180 if (mstart > end || mend < start) in crash_exclude_mem_range()
1186 if (mend > end) in crash_exclude_mem_range()
1187 mend = end; in crash_exclude_mem_range()
1190 if (mstart == start && mend == end) { in crash_exclude_mem_range()
[all …]