Home
last modified time | relevance | path

Searched refs:VFIO_DEVICE_FEATURE (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/vfio/
H A Dmigration.c167 if (ioctl(vbasedev->fd, VFIO_DEVICE_FEATURE, feature)) { in vfio_migration_set_state()
184 if (ioctl(vbasedev->fd, VFIO_DEVICE_FEATURE, feature)) { in vfio_migration_set_state()
332 if (ioctl(vbasedev->fd, VFIO_DEVICE_FEATURE, feature)) { in vfio_query_stop_copy_size()
890 if (ioctl(vbasedev->fd, VFIO_DEVICE_FEATURE, feature)) { in vfio_migration_query_flags()
909 return !ioctl(vbasedev->fd, VFIO_DEVICE_FEATURE, feature); in vfio_dma_logging_supported()
H A Dcommon.c943 if (ioctl(vbasedev->fd, VFIO_DEVICE_FEATURE, feature)) { in vfio_devices_dma_logging_stop()
1046 ret = ioctl(vbasedev->fd, VFIO_DEVICE_FEATURE, feature); in vfio_devices_dma_logging_start()
1127 if (ioctl(vbasedev->fd, VFIO_DEVICE_FEATURE, feature)) { in vfio_device_dma_logging_report()
/openbmc/linux/include/uapi/linux/
H A Dvfio.h899 #define VFIO_DEVICE_FEATURE _IO(VFIO_TYPE, VFIO_BASE + 17) macro
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h901 #define VFIO_DEVICE_FEATURE _IO(VFIO_TYPE, VFIO_BASE + 17) macro
/openbmc/linux/drivers/vfio/
H A Dvfio_main.c1237 case VFIO_DEVICE_FEATURE: in vfio_device_fops_unl_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1328 +pub const VFIO_DEVICE_FEATURE: u32 = 15221;