Home
last modified time | relevance | path

Searched refs:featurep (Results 1 – 2 of 2) 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 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()