Home
last modified time | relevance | path

Searched refs:featurep (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/vhost/
H A Dtest.c323 u64 __user *featurep = argp; in vhost_test_ioctl() local
338 if (copy_to_user(featurep, &features, sizeof features)) in vhost_test_ioctl()
342 if (copy_from_user(&features, featurep, sizeof features)) in vhost_test_ioctl()
H A Dnet.c1754 u64 __user *featurep = argp; in vhost_net_ioctl() local
1766 if (copy_to_user(featurep, &features, sizeof features)) in vhost_net_ioctl()
1770 if (copy_from_user(&features, featurep, sizeof features)) in vhost_net_ioctl()
1778 if (copy_from_user(&count, featurep, sizeof(count))) in vhost_net_ioctl()
1794 if (copy_from_user(&count, featurep, sizeof(count))) in vhost_net_ioctl()
1808 if (copy_from_user(&features, featurep + 1 + i, in vhost_net_ioctl()
1822 if (copy_to_user(featurep, &features, sizeof(features))) in vhost_net_ioctl()
1826 if (copy_from_user(&features, featurep, sizeof(features))) in vhost_net_ioctl()
H A Dvdpa.c436 static long vhost_vdpa_get_features(struct vhost_vdpa *v, u64 __user *featurep) in vhost_vdpa_get_features() argument
444 if (copy_to_user(featurep, &features, sizeof(features))) in vhost_vdpa_get_features()
470 static long vhost_vdpa_set_features(struct vhost_vdpa *v, u64 __user *featurep) in vhost_vdpa_set_features() argument
486 if (copy_from_user(&features, featurep, sizeof(features))) in vhost_vdpa_set_features()
789 u64 __user *featurep = argp; in vhost_vdpa_unlocked_ioctl() local
794 if (copy_from_user(&features, featurep, sizeof(features))) in vhost_vdpa_unlocked_ioctl()
876 if (copy_to_user(featurep, &features, sizeof(features))) in vhost_vdpa_unlocked_ioctl()
H A Dscsi.c2386 u64 __user *featurep = argp; in vhost_scsi_ioctl() local
2428 if (copy_to_user(featurep, &features, sizeof features)) in vhost_scsi_ioctl()
2432 if (copy_from_user(&features, featurep, sizeof features)) in vhost_scsi_ioctl()