Symbol: iommu_domain
sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c
4421
struct iommu_domain *domain;
sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c
4439
struct iommu_domain *domain;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
2690
struct iommu_domain *dom;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
2750
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
3457
iommu_map_sgtable(struct iommu_domain *domain, u_long iova,
sys/dev/pci/drm/drm_linux.c
3482
iommu_unmap(struct iommu_domain *domain, u_long iova, size_t size)
sys/dev/pci/drm/drm_linux.c
3488
struct iommu_domain *
sys/dev/pci/drm/drm_linux.c
3496
iommu_iova_to_phys(struct iommu_domain *domain, dma_addr_t iova)
sys/dev/pci/drm/drm_linux.c
3502
struct iommu_domain *
sys/dev/pci/drm/drm_linux.c
3505
return malloc(sizeof(struct iommu_domain), M_DEVBUF, M_WAITOK | M_ZERO);
sys/dev/pci/drm/drm_linux.c
3509
iommu_attach_device(struct iommu_domain *domain, struct device *dev)
sys/dev/pci/drm/include/linux/iommu.h
16
size_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 *);