Home
last modified time | relevance | path

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

/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.h400 copy_struct_from_user(void *dst, size_t ksize, const void __user *src, in copy_struct_from_user() function
H A Diommu.h448 return copy_struct_from_user(dst_data, data_len, src_data->uptr, in __iommu_copy_struct_from_user()
554 ret = copy_struct_from_user( in iommu_copy_struct_from_full_user_array()
/linux/security/landlock/
H A Dsyscalls.c56 * Extend copy_struct_from_user() to check for consistent user buffer.
85 return copy_struct_from_user(dst, ksize, src, usize);
/linux/drivers/platform/x86/amd/hsmp/
H A Dhsmp.c301 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.c1169 return copy_struct_from_user(out, obj_size, u64_to_user_ptr(usr_ptr), usr_stride); in pvr_get_uobj()
1214 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/io_uring/
H A Dopenclose.c116 ret = copy_struct_from_user(&open->how, sizeof(open->how), how, len); in io_openat2_prep()
/linux/fs/
H A Dfile_attr.c452 error = copy_struct_from_user(&fattr, sizeof(struct file_attr), ufattr, in SYSCALL_DEFINE5()
H A Dnamespace.c5117 ret = copy_struct_from_user(&attr, sizeof(attr), uattr, usize); in wants_mount_setattr()
5896 ret = copy_struct_from_user(kreq, sizeof(*kreq), req, usize); in copy_mnt_id_req()
/linux/kernel/liveupdate/
H A Dluo_session.c352 ret = copy_struct_from_user(ucmd.cmd, op->size, ucmd.ubuffer, in luo_session_ioctl()
/linux/drivers/iommu/iommufd/
H A Dmain.c529 ret = copy_struct_from_user(ucmd.cmd, op->size, ucmd.ubuffer, in iommufd_fops_ioctl()
/linux/kernel/
H A Dnstree.c440 ret = copy_struct_from_user(kreq, sizeof(*kreq), req, usize); in copy_ns_id_req()
H A Dseccomp.c1727 ret = copy_struct_from_user(&addfd, sizeof(addfd), uaddfd, size); in seccomp_notify_addfd()
H A Dfork.c2887 err = copy_struct_from_user(&args, sizeof(args), uargs, usize); in copy_clone_args_from_user()
/linux/kernel/trace/
H A Dtrace_events_user.c2405 ret = copy_struct_from_user(kreg, sizeof(*kreg), ureg, size); in user_reg_get()
2567 ret = copy_struct_from_user(kreg, sizeof(*kreg), ureg, size); in user_unreg_get()
/linux/kernel/sched/
H A Dsyscalls.c890 ret = copy_struct_from_user(attr, sizeof(*attr), uattr, size); in sched_copy_attr()
/linux/kernel/events/
H A Dcore.c13563 ret = copy_struct_from_user(attr, sizeof(*attr), uattr, size); in perf_copy_attr()