Home
last modified time | relevance | path

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

/linux/lib/
H A Dusercopy_kunit.c132 KUNIT_EXPECT_EQ_MSG(test, copy_struct_from_user(kmem, ksize, umem, usize), 0, in usercopy_test_copy_struct_from_user()
145 KUNIT_EXPECT_EQ_MSG(test, copy_struct_from_user(kmem, ksize, umem, usize), 0, in usercopy_test_copy_struct_from_user()
155 KUNIT_EXPECT_EQ_MSG(test, copy_struct_from_user(kmem, ksize, umem, usize), -E2BIG, in usercopy_test_copy_struct_from_user()
167 KUNIT_EXPECT_EQ_MSG(test, copy_struct_from_user(kmem, ksize, umem, usize), 0, in usercopy_test_copy_struct_from_user()
/linux/drivers/platform/surface/
H A Dsurface_aggregator_cdev.c266 ret = copy_struct_from_user(&rqst, sizeof(rqst), r, sizeof(*r)); in ssam_cdev_request()
378 ret = copy_struct_from_user(&desc, sizeof(desc), d, sizeof(*d)); in ssam_cdev_notif_register()
393 ret = copy_struct_from_user(&desc, sizeof(desc), d, sizeof(*d)); in ssam_cdev_notif_unregister()
411 ret = copy_struct_from_user(&desc, sizeof(desc), d, sizeof(*d)); in ssam_cdev_event_enable()
439 ret = copy_struct_from_user(&desc, sizeof(desc), d, sizeof(*d)); in ssam_cdev_event_disable()
/linux/include/linux/
H A Dsockptr.h94 return copy_struct_from_user(dst, ksize, src.user, size); in copy_struct_from_sockptr()
H A Duaccess.h382 copy_struct_from_user(void *dst, size_t ksize, const void __user *src, in copy_struct_from_user() function
/linux/security/landlock/
H A Dsyscalls.c78 return copy_struct_from_user(dst, ksize, src, usize); in copy_min_struct_from_user()
/linux/io_uring/
H A Dopenclose.c107 ret = copy_struct_from_user(&open->how, sizeof(open->how), how, len); in io_openat2_prep()
/linux/drivers/platform/x86/amd/hsmp/
H A Dhsmp.c248 if (copy_struct_from_user(&msg, sizeof(msg), arguser, sizeof(struct hsmp_message))) in hsmp_ioctl()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_drv.c1168 return copy_struct_from_user(out, obj_size, u64_to_user_ptr(usr_ptr), usr_stride); in pvr_get_uobj()
1213 ret = copy_struct_from_user(out_ptr, obj_size, in_ptr, in->stride); in pvr_get_uobj_array()
/linux/Documentation/dev-tools/
H A Dcheckuapi.rst419 ``copy_struct_from_user()`` to safely copy the value::
427 ret = copy_struct_from_user(&my_cmd, arg, sizeof(struct foo), _IOC_SIZE(cmd));
430 ``copy_struct_from_user`` will zero the struct in the kernel and then copy
/linux/drivers/iommu/iommufd/
H A Dmain.c405 ret = copy_struct_from_user(ucmd.cmd, op->size, ucmd.ubuffer, in iommufd_fops_ioctl()
/linux/fs/
H A Dxattr.c734 error = copy_struct_from_user(&args, sizeof(args), uargs, usize); in SYSCALL_DEFINE6()
877 error = copy_struct_from_user(&args, sizeof(args), uargs, usize); in SYSCALL_DEFINE6()
H A Dopen.c1450 err = copy_struct_from_user(&tmp, sizeof(tmp), how, usize); in SYSCALL_DEFINE4()
/linux/kernel/trace/
H A Dtrace_events_user.c2415 ret = copy_struct_from_user(kreg, sizeof(*kreg), ureg, size); in user_reg_get()
2577 ret = copy_struct_from_user(kreg, sizeof(*kreg), ureg, size); in user_unreg_get()
/linux/kernel/sched/
H A Dsyscalls.c921 ret = copy_struct_from_user(attr, sizeof(*attr), uattr, size); in sched_copy_attr()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_drv.c119 ret = copy_struct_from_user(out_ptr, obj_size, in_ptr, in->stride); in panthor_get_uobj_array()
/linux/kernel/
H A Dseccomp.c1690 ret = copy_struct_from_user(&addfd, sizeof(addfd), uaddfd, size); in seccomp_notify_addfd()
H A Dfork.c2974 err = copy_struct_from_user(&args, sizeof(args), uargs, usize); in copy_clone_args_from_user()
/linux/fs/proc/
H A Dtask_mmu.c472 err = copy_struct_from_user(&karg, sizeof(karg), uarg, usize); in do_procmap_query()
/linux/kernel/events/
H A Dcore.c12443 ret = copy_struct_from_user(attr, sizeof(*attr), uattr, size); in perf_copy_attr()