Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/vfio/fsl-mc/
Dvfio_fsl_mc.c49 VFIO_REGION_INFO_FLAG_MMAP; in vfio_fsl_mc_open_device()
390 if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_MMAP)) in vfio_fsl_mc_mmap()
/Linux-v5.15/drivers/vfio/platform/
Dvfio_platform_common.c176 VFIO_REGION_INFO_FLAG_MMAP; in vfio_platform_regions_init()
580 if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_MMAP)) in vfio_platform_mmap()
/Linux-v5.15/include/uapi/linux/
Dvfio.h256 #define VFIO_REGION_INFO_FLAG_MMAP (1 << 2) /* Region supports mmap */ macro
/Linux-v5.15/samples/vfio-mdev/
Dmdpy.c449 VFIO_REGION_INFO_FLAG_MMAP); in mdpy_get_region_info()
Dmbochs.c1029 VFIO_REGION_INFO_FLAG_MMAP); in mbochs_get_region_info()
/Linux-v5.15/drivers/vfio/pci/
Dvfio_pci_core.c733 info.flags |= VFIO_REGION_INFO_FLAG_MMAP; in vfio_pci_core_ioctl()
1468 (region->flags & VFIO_REGION_INFO_FLAG_MMAP)) in vfio_pci_core_mmap()
/Linux-v5.15/drivers/gpu/drm/i915/gvt/
Dkvmgt.c1513 VFIO_REGION_INFO_FLAG_MMAP | in intel_vgpu_ioctl()