Home
last modified time | relevance | path

Searched refs:no_mmap (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/vfio/
H A Dhelpers.c366 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()
H A Dplatform.c635 DEFINE_PROP_BOOL("x-no-mmap", VFIOPlatformDevice, vbasedev.no_mmap, false),
H A Dpci.c3383 DEFINE_PROP_BOOL("x-no-mmap", VFIOPCIDevice, vbasedev.no_mmap, false),
/openbmc/linux/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc.c37 int no_mmap = is_fsl_mc_bus_dprc(mc_dev); in vfio_fsl_mc_open_device() local
46 if (!no_mmap && !(vdev->regions[i].addr & ~PAGE_MASK) && in vfio_fsl_mc_open_device()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c124 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()
/openbmc/qemu/include/hw/vfio/
H A Dvfio-common.h133 bool no_mmap; member