Home
last modified time | relevance | path

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

/kernel/
Dkexec_core.c169 unsigned long mstart, mend; in sanity_check_segment_list() local
171 mstart = image->segment[i].mem; in sanity_check_segment_list()
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()
187 unsigned long mstart, mend; in sanity_check_segment_list() local
190 mstart = image->segment[i].mem; in sanity_check_segment_list()
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
[all …]
Dkexec_file.c560 phys_addr_t mstart, mend; in kexec_walk_memblock() local
568 &mstart, &mend, NULL) { in kexec_walk_memblock()
574 res.start = mstart; in kexec_walk_memblock()
582 &mstart, &mend, NULL) { in kexec_walk_memblock()
588 res.start = mstart; 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()
1184 if (mstart < start) in crash_exclude_mem_range()
1185 mstart = start; in crash_exclude_mem_range()
1190 if (mstart == start && mend == end) { in crash_exclude_mem_range()
[all …]