Searched refs:iommu_map (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/powerpc/pseries/ |
H A D | plpar_iommu.c | 53 static SLIST_HEAD(iommu_maps, iommu_map) iommu_map_head = 57 struct iommu_map { struct 61 SLIST_ENTRY(iommu_map) entries; argument 65 struct iommu_map *map; 76 struct iommu_map *i; in phyp_iommu_set_dma_tag() 131 window->map = malloc(sizeof(struct iommu_map), M_PHYPIOMMU, in phyp_iommu_set_dma_tag()
|
H A D | plpar_pcibus.c | 63 DEVMETHOD(iommu_map, phyp_iommu_map),
|
H A D | vdevice.c | 91 DEVMETHOD(iommu_map, phyp_iommu_map),
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | ahb.c | 1011 ret = iommu_map(iommu_dom, ab_ahb->fw.msa_paddr, in ath11k_ahb_fw_resources_init() 1019 ret = iommu_map(iommu_dom, ab_ahb->fw.ce_paddr, in ath11k_ahb_fw_resources_init()
|
/freebsd/sys/powerpc/ps3/ |
H A D | ps3bus.c | 129 DEVMETHOD(iommu_map, ps3_iommu_map),
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | snoc.c | 1641 ret = iommu_map(iommu_dom, ar_snoc->fw.fw_start_addr, in ath10k_fw_init()
|
/freebsd/sys/arm64/iommu/ |
H A D | smmu.c | 1988 DEVMETHOD(iommu_map, smmu_map),
|