Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c607 VFIO_REGION_INFO_FLAG_CAPS, base); in intel_gvt_set_edid()
1205 info.flags = VFIO_REGION_INFO_FLAG_CAPS | in intel_vgpu_ioctl()
1273 if ((info.flags & VFIO_REGION_INFO_FLAG_CAPS) && sparse) { in intel_vgpu_ioctl()
1292 info.flags |= VFIO_REGION_INFO_FLAG_CAPS; in intel_vgpu_ioctl()
/openbmc/linux/include/uapi/linux/
H A Dvfio.h277 #define VFIO_REGION_INFO_FLAG_CAPS (1 << 3) /* Info supports caps */ macro
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h277 #define VFIO_REGION_INFO_FLAG_CAPS (1 << 3) /* Info supports caps */ macro
/openbmc/linux/drivers/s390/cio/
H A Dvfio_ccw_ops.c359 info->flags |= VFIO_REGION_INFO_FLAG_CAPS; in vfio_ccw_mdev_get_region_info()
/openbmc/qemu/hw/vfio/
H A Dhelpers.c290 if (!(info->flags & VFIO_REGION_INFO_FLAG_CAPS)) { in vfio_get_region_info_cap()
/openbmc/linux/samples/vfio-mdev/
H A Dmbochs.c1067 VFIO_REGION_INFO_FLAG_CAPS); in mbochs_get_region_info()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c1134 info.flags |= VFIO_REGION_INFO_FLAG_CAPS; in vfio_pci_ioctl_get_region_info()