Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvfio.h273 if (flags & VFIO_DEVICE_FEATURE_PROBE) in vfio_check_feature()
/linux/include/uapi/linux/
H A Dvfio.h898 #define VFIO_DEVICE_FEATURE_PROBE (1 << 18) /* Probe feature support */ macro
1363 * VFIO_DEVICE_FEATURE_PROBE can be used to detect if the device supports
/linux/drivers/vfio/
H A Dvfio_main.c1218 VFIO_DEVICE_FEATURE_GET | VFIO_DEVICE_FEATURE_PROBE)) in vfio_ioctl_device_feature()
1222 if (!(feature.flags & VFIO_DEVICE_FEATURE_PROBE) && in vfio_ioctl_device_feature()