Home
last modified time | relevance | path

Searched refs:VFIO_DEVICE_FEATURE_SET (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Dvfio.h244 if ((flags & (VFIO_DEVICE_FEATURE_GET | VFIO_DEVICE_FEATURE_SET)) & in vfio_check_feature()
250 if (!(flags & (VFIO_DEVICE_FEATURE_GET | VFIO_DEVICE_FEATURE_SET))) in vfio_check_feature()
/openbmc/linux/drivers/vfio/
H A Dvfio_main.c854 VFIO_DEVICE_FEATURE_SET | in vfio_ioctl_device_feature_mig_device_state()
1010 VFIO_DEVICE_FEATURE_SET, in vfio_ioctl_device_feature_logging_start()
1085 VFIO_DEVICE_FEATURE_SET, 0); in vfio_ioctl_device_feature_logging_stop()
1160 ~(VFIO_DEVICE_FEATURE_MASK | VFIO_DEVICE_FEATURE_SET | in vfio_ioctl_device_feature()
1166 (feature.flags & VFIO_DEVICE_FEATURE_SET) && in vfio_ioctl_device_feature()
/openbmc/linux/include/uapi/linux/
H A Dvfio.h894 #define VFIO_DEVICE_FEATURE_SET (1 << 17) /* Set feature from data[] */ macro
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h896 #define VFIO_DEVICE_FEATURE_SET (1 << 17) /* Set feature from data[] */ macro
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c314 ret = vfio_check_feature(flags, argsz, VFIO_DEVICE_FEATURE_SET, 0); in vfio_pci_core_pm_entry()
338 ret = vfio_check_feature(flags, argsz, VFIO_DEVICE_FEATURE_SET, in vfio_pci_core_pm_entry_with_wakeup()
391 ret = vfio_check_feature(flags, argsz, VFIO_DEVICE_FEATURE_SET, 0); in vfio_pci_core_pm_exit()
1504 ret = vfio_check_feature(flags, argsz, VFIO_DEVICE_FEATURE_SET, in vfio_pci_core_feature_token()
/openbmc/qemu/hw/vfio/
H A Dcommon.c935 feature->flags = VFIO_DEVICE_FEATURE_SET | in vfio_devices_dma_logging_stop()
968 feature->flags = VFIO_DEVICE_FEATURE_SET | in vfio_device_feature_dma_logging_start_create()
H A Dmigration.c165 VFIO_DEVICE_FEATURE_SET | VFIO_DEVICE_FEATURE_MIG_DEVICE_STATE; in vfio_migration_set_state()