Home
last modified time | relevance | path

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

/linux-6.15/drivers/vhost/
H A Dtest.c317 u64 __user *featurep = argp; in vhost_test_ioctl() local
332 if (copy_to_user(featurep, &features, sizeof features)) in vhost_test_ioctl()
336 if (copy_from_user(&features, featurep, sizeof features)) in vhost_test_ioctl()
H A Dvdpa.c429 static long vhost_vdpa_get_features(struct vhost_vdpa *v, u64 __user *featurep) in vhost_vdpa_get_features() argument
437 if (copy_to_user(featurep, &features, sizeof(features))) in vhost_vdpa_get_features()
463 static long vhost_vdpa_set_features(struct vhost_vdpa *v, u64 __user *featurep) in vhost_vdpa_set_features() argument
479 if (copy_from_user(&features, featurep, sizeof(features))) in vhost_vdpa_set_features()
782 u64 __user *featurep = argp; in vhost_vdpa_unlocked_ioctl() local
787 if (copy_from_user(&features, featurep, sizeof(features))) in vhost_vdpa_unlocked_ioctl()
869 if (copy_to_user(featurep, &features, sizeof(features))) in vhost_vdpa_unlocked_ioctl()
H A Dnet.c1674 u64 __user *featurep = argp; in vhost_net_ioctl() local
1686 if (copy_to_user(featurep, &features, sizeof features)) in vhost_net_ioctl()
1690 if (copy_from_user(&features, featurep, sizeof features)) in vhost_net_ioctl()
1697 if (copy_to_user(featurep, &features, sizeof(features))) in vhost_net_ioctl()
1701 if (copy_from_user(&features, featurep, sizeof(features))) in vhost_net_ioctl()
H A Dscsi.c2208 u64 __user *featurep = argp; in vhost_scsi_ioctl() local
2250 if (copy_to_user(featurep, &features, sizeof features)) in vhost_scsi_ioctl()
2254 if (copy_from_user(&features, featurep, sizeof features)) in vhost_scsi_ioctl()