Home
last modified time | relevance | path

Searched refs:VFIO_DEVICE_FEATURE_GET (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/vfio/
Dvfio_main.c855 VFIO_DEVICE_FEATURE_GET, in vfio_ioctl_device_feature_mig_device_state()
863 if (flags & VFIO_DEVICE_FEATURE_GET) { in vfio_ioctl_device_feature_mig_device_state()
901 ret = vfio_check_feature(flags, argsz, VFIO_DEVICE_FEATURE_GET, in vfio_ioctl_device_feature_migration_data_size()
929 ret = vfio_check_feature(flags, argsz, VFIO_DEVICE_FEATURE_GET, in vfio_ioctl_device_feature_migration()
1118 VFIO_DEVICE_FEATURE_GET, in vfio_ioctl_device_feature_logging_report()
1161 VFIO_DEVICE_FEATURE_GET | VFIO_DEVICE_FEATURE_PROBE)) in vfio_ioctl_device_feature()
1167 (feature.flags & VFIO_DEVICE_FEATURE_GET)) in vfio_ioctl_device_feature()
/Linux-v6.6/include/linux/
Dvfio.h244 if ((flags & (VFIO_DEVICE_FEATURE_GET | VFIO_DEVICE_FEATURE_SET)) & in vfio_check_feature()
250 if (!(flags & (VFIO_DEVICE_FEATURE_GET | VFIO_DEVICE_FEATURE_SET))) in vfio_check_feature()
/Linux-v6.6/include/uapi/linux/
Dvfio.h893 #define VFIO_DEVICE_FEATURE_GET (1 << 16) /* Get feature into data[] */ macro