Home
last modified time | relevance | path

Searched refs:__vfio_pci_memory_enabled (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/vfio/pci/
H A Dvfio_pci_rdwr.c47 if (!__vfio_pci_memory_enabled(vdev)) { \
73 if (!__vfio_pci_memory_enabled(vdev)) { \
383 if (!__vfio_pci_memory_enabled(vdev)) { in vfio_pci_ioeventfd_do_write()
H A Dvfio_pci_dmabuf.c310 priv->revoked = !__vfio_pci_memory_enabled(vdev); in vfio_pci_core_feature_dma_buf()
H A Dvfio_pci_core.c411 if (__vfio_pci_memory_enabled(vdev)) in vfio_pci_runtime_pm_exit()
1285 if (__vfio_pci_memory_enabled(vdev)) in vfio_pci_ioctl_reset()
1708 if (vdev->pm_runtime_engaged || !__vfio_pci_memory_enabled(vdev)) in vfio_pci_vmf_insert_pfn()
2550 if (vdev->vdev.open_count && __vfio_pci_memory_enabled(vdev)) in vfio_pci_dev_set_hot_reset()
/linux/include/linux/
H A Dvfio_pci_core.h199 bool __vfio_pci_memory_enabled(struct vfio_pci_core_device *vdev);
/linux/drivers/vfio/pci/nvgrace-gpu/
H A Dmain.c367 if (!__vfio_pci_memory_enabled(vdev)) in nvgrace_gpu_mmap()