Home
last modified time | relevance | path

Searched refs:VFIO_DEVICE_FLAGS_PLATFORM (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/vfio/platform/
H A Dvfio_platform.c48 vdev->flags = VFIO_DEVICE_FLAGS_PLATFORM; in vfio_platform_init_dev()
/openbmc/linux/include/uapi/linux/
H A Dvfio.h210 #define VFIO_DEVICE_FLAGS_PLATFORM (1 << 2) /* vfio-platform device */ macro
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h210 #define VFIO_DEVICE_FLAGS_PLATFORM (1 << 2) /* vfio-platform device */ macro
/openbmc/qemu/hw/vfio/
H A Dplatform.c451 if (!(vbasedev->flags & VFIO_DEVICE_FLAGS_PLATFORM)) { in vfio_populate_device()