Home
last modified time | relevance | path

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

/kernel/
Dkexec.c151 result = copy_from_user(image->segment, segments, segment_bytes); in do_kimage_alloc()
172 mstart = image->segment[i].mem; in do_kimage_alloc()
173 mend = mstart + image->segment[i].memsz; in do_kimage_alloc()
190 mstart = image->segment[i].mem; in do_kimage_alloc()
191 mend = mstart + image->segment[i].memsz; in do_kimage_alloc()
194 pstart = image->segment[j].mem; in do_kimage_alloc()
195 pend = pstart + image->segment[j].memsz; in do_kimage_alloc()
209 if (image->segment[i].bufsz > image->segment[i].memsz) in do_kimage_alloc()
307 mstart = image->segment[i].mem; in kimage_crash_alloc()
308 mend = mstart + image->segment[i].memsz - 1; in kimage_crash_alloc()
[all …]
Dexec_domain.c47 default_handler(int segment, struct pt_regs *regp) in default_handler() argument
52 current_thread_info()->exec_domain->handler(segment, regp); in default_handler()