Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvfio.h247 if (flags & VFIO_DEVICE_FEATURE_PROBE) in vfio_check_feature()
/openbmc/linux/include/uapi/linux/
H A Dvfio.h895 #define VFIO_DEVICE_FEATURE_PROBE (1 << 18) /* Probe feature support */ macro
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h897 #define VFIO_DEVICE_FEATURE_PROBE (1 << 18) /* Probe feature support */ macro
/openbmc/linux/drivers/vfio/
H A Dvfio_main.c1161 VFIO_DEVICE_FEATURE_GET | VFIO_DEVICE_FEATURE_PROBE)) in vfio_ioctl_device_feature()
1165 if (!(feature.flags & VFIO_DEVICE_FEATURE_PROBE) && in vfio_ioctl_device_feature()
/openbmc/qemu/hw/vfio/
H A Dmigration.c906 feature->flags = VFIO_DEVICE_FEATURE_PROBE | in vfio_dma_logging_supported()