Symbol: iommu_domain
sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c
4423
struct iommu_domain *domain;
sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c
4441
struct iommu_domain *domain;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
2704
struct iommu_domain *dom;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
2764
struct iommu_domain *dom;
sys/dev/pci/drm/apple/dcp-internal.h
110
struct iommu_domain *iommu_dom;
sys/dev/pci/drm/apple/dcp.c
154
struct iommu_domain *domain =
sys/dev/pci/drm/drm_linux.c
3488
iommu_map_sgtable(struct iommu_domain *domain, u_long iova,
sys/dev/pci/drm/drm_linux.c
3513
iommu_unmap(struct iommu_domain *domain, u_long iova, size_t size)
sys/dev/pci/drm/drm_linux.c
3519
struct iommu_domain *
sys/dev/pci/drm/drm_linux.c
3527
iommu_iova_to_phys(struct iommu_domain *domain, dma_addr_t iova)
sys/dev/pci/drm/drm_linux.c
3533
struct iommu_domain *
sys/dev/pci/drm/drm_linux.c
3536
return malloc(sizeof(struct iommu_domain), M_DEVBUF, M_WAITOK | M_ZERO);
sys/dev/pci/drm/drm_linux.c
3540
iommu_attach_device(struct iommu_domain *domain, struct device *dev)
sys/dev/pci/drm/include/linux/iommu.h
16
ssize_t iommu_map_sgtable(struct iommu_domain *, u_long,
sys/dev/pci/drm/include/linux/iommu.h
18
size_t iommu_unmap(struct iommu_domain *, u_long, size_t);
sys/dev/pci/drm/include/linux/iommu.h
21
struct iommu_domain *iommu_get_domain_for_dev(struct device *);
sys/dev/pci/drm/include/linux/iommu.h
22
phys_addr_t iommu_iova_to_phys(struct iommu_domain *, dma_addr_t);
sys/dev/pci/drm/include/linux/iommu.h
24
struct iommu_domain *iommu_domain_alloc(struct bus_type *);
sys/dev/pci/drm/include/linux/iommu.h
26
int iommu_attach_device(struct iommu_domain *, struct device *);