Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/vfio/
Dvfio_main.c901 VFIO_DEVICE_FEATURE_GET, in vfio_ioctl_device_feature_mig_device_state()
909 if (flags & VFIO_DEVICE_FEATURE_GET) { in vfio_ioctl_device_feature_mig_device_state()
947 ret = vfio_check_feature(flags, argsz, VFIO_DEVICE_FEATURE_GET, in vfio_ioctl_device_feature_migration_data_size()
975 ret = vfio_check_feature(flags, argsz, VFIO_DEVICE_FEATURE_GET, in vfio_ioctl_device_feature_migration()
1174 VFIO_DEVICE_FEATURE_GET, in vfio_ioctl_device_feature_logging_report()
1217 VFIO_DEVICE_FEATURE_GET | VFIO_DEVICE_FEATURE_PROBE)) in vfio_ioctl_device_feature()
1223 (feature.flags & VFIO_DEVICE_FEATURE_GET)) in vfio_ioctl_device_feature()
/linux-6.12.1/include/linux/
Dvfio.h252 if ((flags & (VFIO_DEVICE_FEATURE_GET | VFIO_DEVICE_FEATURE_SET)) & in vfio_check_feature()
258 if (!(flags & (VFIO_DEVICE_FEATURE_GET | VFIO_DEVICE_FEATURE_SET))) in vfio_check_feature()
/linux-6.12.1/include/uapi/linux/
Dvfio.h895 #define VFIO_DEVICE_FEATURE_GET (1 << 16) /* Get feature into data[] */ macro