Searched refs:no_mmap (Results 1 – 6 of 6) sorted by relevance
366 if (!vbasedev->no_mmap && in vfio_region_setup()428 goto no_mmap; in vfio_region_mmap()443 goto no_mmap; in vfio_region_mmap()464 no_mmap: in vfio_region_mmap()
635 DEFINE_PROP_BOOL("x-no-mmap", VFIOPlatformDevice, vbasedev.no_mmap, false),
3383 DEFINE_PROP_BOOL("x-no-mmap", VFIOPCIDevice, vbasedev.no_mmap, false),
37 int no_mmap = is_fsl_mc_bus_dprc(mc_dev); in vfio_fsl_mc_open_device() local46 if (!no_mmap && !(vdev->regions[i].addr & ~PAGE_MASK) && in vfio_fsl_mc_open_device()
124 goto no_mmap; in vfio_pci_probe_mmaps()127 goto no_mmap; in vfio_pci_probe_mmaps()135 goto no_mmap; in vfio_pci_probe_mmaps()151 goto no_mmap; in vfio_pci_probe_mmaps()160 goto no_mmap; in vfio_pci_probe_mmaps()176 no_mmap: in vfio_pci_probe_mmaps()
133 bool no_mmap; member