Lines Matching refs:segment
49 kimage->segment[i].mem, in _kexec_image_info()
50 kimage->segment[i].mem + kimage->segment[i].memsz, in _kexec_image_info()
51 kimage->segment[i].memsz, in _kexec_image_info()
52 kimage->segment[i].memsz / PAGE_SIZE); in _kexec_image_info()
90 kimage->segment[i].mem, in kexec_segment_flush()
91 kimage->segment[i].mem + kimage->segment[i].memsz, in kexec_segment_flush()
92 kimage->segment[i].memsz, in kexec_segment_flush()
93 kimage->segment[i].memsz / PAGE_SIZE); in kexec_segment_flush()
96 (unsigned long)phys_to_virt(kimage->segment[i].mem), in kexec_segment_flush()
97 (unsigned long)phys_to_virt(kimage->segment[i].mem) + in kexec_segment_flush()
98 kimage->segment[i].memsz); in kexec_segment_flush()
277 __phys_to_virt(kexec_crash_image->segment[i].mem), in arch_kexec_protect_crashkres()
278 kexec_crash_image->segment[i].memsz >> PAGE_SHIFT, 0); in arch_kexec_protect_crashkres()
287 __phys_to_virt(kexec_crash_image->segment[i].mem), in arch_kexec_unprotect_crashkres()
288 kexec_crash_image->segment[i].memsz >> PAGE_SHIFT, 1); in arch_kexec_unprotect_crashkres()
345 if (addr >= kexec_crash_image->segment[i].mem && in crash_is_nosave()
346 addr < (kexec_crash_image->segment[i].mem + in crash_is_nosave()
347 kexec_crash_image->segment[i].memsz)) in crash_is_nosave()