Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/vfio/
A Dvfio_main.c784 VFIO_DEVICE_FEATURE_GET, in vfio_ioctl_device_feature_mig_device_state()
792 if (flags & VFIO_DEVICE_FEATURE_GET) { in vfio_ioctl_device_feature_mig_device_state()
830 ret = vfio_check_feature(flags, argsz, VFIO_DEVICE_FEATURE_GET, in vfio_ioctl_device_feature_migration_data_size()
858 ret = vfio_check_feature(flags, argsz, VFIO_DEVICE_FEATURE_GET, in vfio_ioctl_device_feature_migration()
1000 VFIO_DEVICE_FEATURE_GET, in vfio_ioctl_device_feature_logging_report()
1043 VFIO_DEVICE_FEATURE_GET | VFIO_DEVICE_FEATURE_PROBE)) in vfio_ioctl_device_feature()
1049 (feature.flags & VFIO_DEVICE_FEATURE_GET)) in vfio_ioctl_device_feature()
/linux-6.3-rc2/include/linux/
A Dvfio.h205 if ((flags & (VFIO_DEVICE_FEATURE_GET | VFIO_DEVICE_FEATURE_SET)) & in vfio_check_feature()
211 if (!(flags & (VFIO_DEVICE_FEATURE_GET | VFIO_DEVICE_FEATURE_SET))) in vfio_check_feature()
/linux-6.3-rc2/include/uapi/linux/
A Dvfio.h796 #define VFIO_DEVICE_FEATURE_GET (1 << 16) /* Get feature into data[] */ macro

Completed in 16 milliseconds