Home
last modified time | relevance | path

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

/kernel/
Dkexec.c24 struct kexec_segment *segments, in kimage_alloc_init() argument
45 memcpy(image->segment, segments, nr_segments * sizeof(*segments)); in kimage_alloc_init()
88 struct kexec_segment *segments, unsigned long flags) in do_kexec_load() argument
125 ret = kimage_alloc_init(&image, entry, nr_segments, segments, flags); in do_kexec_load()
229 struct kexec_segment __user *, segments, unsigned long, flags) in SYSCALL_DEFINE4()
243 ksegments = memdup_array_user(segments, nr_segments, sizeof(ksegments[0])); in SYSCALL_DEFINE4()
256 struct compat_kexec_segment __user *, segments, in COMPAT_SYSCALL_DEFINE4() argument
279 result = copy_from_user(&in, &segments[i], sizeof(in)); in COMPAT_SYSCALL_DEFINE4()