Searched refs:copy_struct_from_user (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/lib/ |
D | test_user_copy.c | 134 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/ |
D | uaccess.h | 284 copy_struct_from_user(void *dst, size_t ksize, const void __user *src, in copy_struct_from_user() function
|
/Linux-v5.4/kernel/ |
D | fork.c | 2538 err = copy_struct_from_user(&args, sizeof(args), uargs, usize); in copy_clone_args_from_user()
|
/Linux-v5.4/kernel/sched/ |
D | core.c | 5131 ret = copy_struct_from_user(attr, sizeof(*attr), uattr, size); in sched_copy_attr()
|
/Linux-v5.4/kernel/events/ |
D | core.c | 10638 ret = copy_struct_from_user(attr, sizeof(*attr), uattr, size); in perf_copy_attr()
|