Home
last modified time | relevance | path

Searched refs:VFIO_REGION_INFO_FLAG_MMAP (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/vfio/cdx/
H A Dmain.c37 VFIO_REGION_INFO_FLAG_MMAP; in vfio_cdx_open_device()
153 if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_MMAP)) in vfio_cdx_mmap()
/openbmc/linux/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc.c49 VFIO_REGION_INFO_FLAG_MMAP; in vfio_fsl_mc_open_device()
405 if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_MMAP)) in vfio_fsl_mc_mmap()
/openbmc/linux/drivers/vfio/platform/
H A Dvfio_platform_common.c172 VFIO_REGION_INFO_FLAG_MMAP; in vfio_platform_regions_init()
581 if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_MMAP)) in vfio_platform_mmap()
/openbmc/linux/include/uapi/linux/
H A Dvfio.h276 #define VFIO_REGION_INFO_FLAG_MMAP (1 << 2) /* Region supports mmap */ macro
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h276 #define VFIO_REGION_INFO_FLAG_MMAP (1 << 2) /* Region supports mmap */ macro
/openbmc/linux/samples/vfio-mdev/
H A Dmdpy.c456 VFIO_REGION_INFO_FLAG_MMAP); in mdpy_get_region_info()
H A Dmbochs.c1053 VFIO_REGION_INFO_FLAG_MMAP); in mbochs_get_region_info()
/openbmc/qemu/hw/vfio/
H A Dhelpers.c366 region->flags & VFIO_REGION_INFO_FLAG_MMAP) { in vfio_region_setup()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c1045 info.flags |= VFIO_REGION_INFO_FLAG_MMAP; in vfio_pci_ioctl_get_region_info()
1843 (region->flags & VFIO_REGION_INFO_FLAG_MMAP)) in vfio_pci_core_mmap()
/openbmc/linux/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.c1296 VFIO_REGION_INFO_FLAG_MMAP; in hisi_acc_vfio_pci_ioctl()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c1206 VFIO_REGION_INFO_FLAG_MMAP | in intel_vgpu_ioctl()