Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dtest_user_copy.c134 ret |= test(copy_struct_from_user(kmem, ksize, umem, usize), in test_copy_struct_from_user()
147 ret |= test(copy_struct_from_user(kmem, ksize, umem, usize), in test_copy_struct_from_user()
157 ret |= test(copy_struct_from_user(kmem, ksize, umem, usize) != -E2BIG, in test_copy_struct_from_user()
169 ret |= test(copy_struct_from_user(kmem, ksize, umem, usize), in test_copy_struct_from_user()
/Linux-v5.4/include/linux/
Duaccess.h284 copy_struct_from_user(void *dst, size_t ksize, const void __user *src, in copy_struct_from_user() function
/Linux-v5.4/kernel/
Dfork.c2538 err = copy_struct_from_user(&args, sizeof(args), uargs, usize); in copy_clone_args_from_user()
/Linux-v5.4/kernel/sched/
Dcore.c5131 ret = copy_struct_from_user(attr, sizeof(*attr), uattr, size); in sched_copy_attr()
/Linux-v5.4/kernel/events/
Dcore.c10638 ret = copy_struct_from_user(attr, sizeof(*attr), uattr, size); in perf_copy_attr()