Searched refs:VFIO_DEVICE_FEATURE_GET (Results 1 – 3 of 3) sorted by relevance
157 if ((flags & (VFIO_DEVICE_FEATURE_GET | VFIO_DEVICE_FEATURE_SET)) & in vfio_check_feature()163 if (!(flags & (VFIO_DEVICE_FEATURE_GET | VFIO_DEVICE_FEATURE_SET))) in vfio_check_feature()
1241 VFIO_DEVICE_FEATURE_GET, in vfio_ioctl_device_feature_mig_device_state()1249 if (flags & VFIO_DEVICE_FEATURE_GET) { in vfio_ioctl_device_feature_mig_device_state()1287 ret = vfio_check_feature(flags, argsz, VFIO_DEVICE_FEATURE_GET, in vfio_ioctl_device_feature_migration()1429 VFIO_DEVICE_FEATURE_GET, in vfio_ioctl_device_feature_logging_report()1472 VFIO_DEVICE_FEATURE_GET | VFIO_DEVICE_FEATURE_PROBE)) in vfio_ioctl_device_feature()1478 (feature.flags & VFIO_DEVICE_FEATURE_GET)) in vfio_ioctl_device_feature()
792 #define VFIO_DEVICE_FEATURE_GET (1 << 16) /* Get feature into data[] */ macro