Home
last modified time | relevance | path

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

/kernel/
Dkexec_core.c170 unsigned long mstart, mend; in sanity_check_segment_list() local
172 mstart = image->segment[i].mem; in sanity_check_segment_list()
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()
188 unsigned long mstart, mend; in sanity_check_segment_list() local
191 mstart = image->segment[i].mem; in sanity_check_segment_list()
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
[all …]
Dkexec_file.c524 phys_addr_t mstart, mend; in kexec_walk_memblock() local
537 &mstart, &mend, NULL) { in kexec_walk_memblock()
543 res.start = mstart; in kexec_walk_memblock()
551 &mstart, &mend, NULL) { in kexec_walk_memblock()
557 res.start = mstart; in kexec_walk_memblock()
1152 unsigned long long mstart, unsigned long long mend) in crash_exclude_mem_range() argument
1161 p_start = mstart; in crash_exclude_mem_range()
1164 if (mstart > end || mend < start) in crash_exclude_mem_range()
1168 if (mstart < start) in crash_exclude_mem_range()
1242 unsigned long mstart, mend; in crash_prepare_elf64_headers() local
[all …]