Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Dntsync.c411 __u32 __user *user_args = argp; in ntsync_sem_release()
435 if (!ret && put_user(prev_count, user_args)) in ntsync_sem_release()
459 struct ntsync_mutex_args __user *user_args = argp; in ntsync_mutex_unlock()
486 if (!ret && put_user(prev_count, &user_args->count)) in ntsync_mutex_unlock()
589 struct ntsync_sem_args __user *user_args = argp; in ntsync_sem_read()
604 if (copy_to_user(user_args, &args, sizeof(args))) in ntsync_sem_read()
611 struct ntsync_mutex_args __user *user_args = argp; in ntsync_mutex_read()
628 if (copy_to_user(user_args, &args, sizeof(args))) in ntsync_mutex_read()
635 struct ntsync_event_args __user *user_args = argp; in ntsync_event_read()
650 if (copy_to_user(user_args, in ntsync_event_read()
410 __u32 __user *user_args = argp; ntsync_sem_release() local
458 struct ntsync_mutex_args __user *user_args = argp; ntsync_mutex_unlock() local
588 struct ntsync_sem_args __user *user_args = argp; ntsync_sem_read() local
610 struct ntsync_mutex_args __user *user_args = argp; ntsync_mutex_read() local
634 struct ntsync_event_args __user *user_args = argp; ntsync_event_read() local
1013 struct ntsync_wait_args __user *user_args = argp; ntsync_wait_any() local
1129 struct ntsync_wait_args __user *user_args = argp; ntsync_wait_all() local
[all...]
/linux/drivers/hv/
H A Dmshv_root_main.c172 void __user *user_args) in mshv_ioctl_passthru_hvcall() argument
185 if (copy_from_user(&args, user_args, sizeof(args))) in mshv_ioctl_passthru_hvcall()
262 if (copy_to_user(user_args, &args, sizeof(args))) in mshv_ioctl_passthru_hvcall()
794 struct mshv_get_set_vp_state __user *user_args, in mshv_vp_ioctl_get_set_state() argument
803 if (copy_from_user(&args, user_args, sizeof(args))) in mshv_vp_ioctl_get_set_state()
859 if (copy_to_user(&user_args->buf_sz, &data_sz, sizeof(user_args->buf_sz))) in mshv_vp_ioctl_get_set_state()
1464 void __user *user_args) in mshv_partition_ioctl_ioeventfd() argument
1468 if (copy_from_user(&args, user_args, sizeof(args))) in mshv_partition_ioctl_ioeventfd()
1476 void __user *user_args) in mshv_partition_ioctl_irqfd() argument
1488 mshv_partition_ioctl_get_gpap_access_bitmap(struct mshv_partition * partition,void __user * user_args) mshv_partition_ioctl_get_gpap_access_bitmap() argument
1572 mshv_partition_ioctl_set_msi_routing(struct mshv_partition * partition,void __user * user_args) mshv_partition_ioctl_set_msi_routing() argument
[all...]
H A Dmshv_vtl_main.c712 mshv_vtl_ioctl_get_regs(void __user *user_args) in mshv_vtl_ioctl_get_regs() argument
718 if (copy_from_user(&args, user_args, sizeof(args))) in mshv_vtl_ioctl_get_regs()
744 mshv_vtl_ioctl_set_regs(void __user *user_args) in mshv_vtl_ioctl_set_regs() argument
750 if (copy_from_user(&args, user_args, sizeof(args))) in mshv_vtl_ioctl_set_regs()