Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/vfio/platform/
Dvfio_platform_common.c176 VFIO_REGION_INFO_FLAG_MMAP; in vfio_platform_regions_init()
585 if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_MMAP)) in vfio_platform_mmap()
/Linux-v6.1/drivers/vfio/fsl-mc/
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()
/Linux-v6.1/include/uapi/linux/
Dvfio.h256 #define VFIO_REGION_INFO_FLAG_MMAP (1 << 2) /* Region supports mmap */ macro
/Linux-v6.1/samples/vfio-mdev/
Dmdpy.c457 VFIO_REGION_INFO_FLAG_MMAP); in mdpy_get_region_info()
Dmbochs.c1054 VFIO_REGION_INFO_FLAG_MMAP); in mbochs_get_region_info()
/Linux-v6.1/drivers/vfio/pci/
Dvfio_pci_core.c967 info.flags |= VFIO_REGION_INFO_FLAG_MMAP; in vfio_pci_ioctl_get_region_info()
1752 (region->flags & VFIO_REGION_INFO_FLAG_MMAP)) in vfio_pci_core_mmap()
/Linux-v6.1/drivers/vfio/pci/hisilicon/
Dhisi_acc_vfio_pci.c1170 VFIO_REGION_INFO_FLAG_MMAP; in hisi_acc_vfio_pci_ioctl()
/Linux-v6.1/drivers/gpu/drm/i915/gvt/
Dkvmgt.c1217 VFIO_REGION_INFO_FLAG_MMAP | in intel_vgpu_ioctl()