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()
129 kimage->segment[i].mem, in kexec_segment_flush()
130 kimage->segment[i].mem + kimage->segment[i].memsz, in kexec_segment_flush()
131 kimage->segment[i].memsz, in kexec_segment_flush()
132 kimage->segment[i].memsz / PAGE_SIZE); in kexec_segment_flush()
134 __flush_dcache_area(phys_to_virt(kimage->segment[i].mem), in kexec_segment_flush()
135 kimage->segment[i].memsz); in kexec_segment_flush()
272 __phys_to_virt(kexec_crash_image->segment[i].mem), in arch_kexec_protect_crashkres()
273 kexec_crash_image->segment[i].memsz >> PAGE_SHIFT, 0); in arch_kexec_protect_crashkres()
282 __phys_to_virt(kexec_crash_image->segment[i].mem), in arch_kexec_unprotect_crashkres()
283 kexec_crash_image->segment[i].memsz >> PAGE_SHIFT, 1); in arch_kexec_unprotect_crashkres()
335 if (addr >= kexec_crash_image->segment[i].mem && in crash_is_nosave()
336 addr < (kexec_crash_image->segment[i].mem + in crash_is_nosave()
337 kexec_crash_image->segment[i].memsz)) in crash_is_nosave()