Home
last modified time | relevance | path

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

/drivers/vhost/
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()
A Dnet.c1727 u64 __user *featurep = argp; in vhost_net_ioctl() local
1739 if (copy_to_user(featurep, &features, sizeof features)) in vhost_net_ioctl()
1743 if (copy_from_user(&features, featurep, sizeof features)) in vhost_net_ioctl()
1751 if (copy_from_user(&count, featurep, sizeof(count))) in vhost_net_ioctl()
1766 if (copy_from_user(&count, featurep, sizeof(count))) in vhost_net_ioctl()
1780 if (copy_from_user(&features, featurep + 1 + i, in vhost_net_ioctl()
1794 if (copy_to_user(featurep, &features, sizeof(features))) in vhost_net_ioctl()
1798 if (copy_from_user(&features, featurep, sizeof(features))) in vhost_net_ioctl()
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()
780 u64 __user *featurep = argp; in vhost_vdpa_unlocked_ioctl() local
785 if (copy_from_user(&features, featurep, sizeof(features))) in vhost_vdpa_unlocked_ioctl()
867 if (copy_to_user(featurep, &features, sizeof(features))) in vhost_vdpa_unlocked_ioctl()
A Dscsi.c2374 u64 __user *featurep = argp; in vhost_scsi_ioctl() local
2416 if (copy_to_user(featurep, &features, sizeof features)) in vhost_scsi_ioctl()
2420 if (copy_from_user(&features, featurep, sizeof features)) in vhost_scsi_ioctl()

Completed in 64 milliseconds