Home
last modified time | relevance | path

Searched refs:iommu_map (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/powerpc/pseries/
H A Dplpar_iommu.c53 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 Dplpar_pcibus.c63 DEVMETHOD(iommu_map, phyp_iommu_map),
H A Dvdevice.c91 DEVMETHOD(iommu_map, phyp_iommu_map),
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dahb.c1011 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 Dps3bus.c129 DEVMETHOD(iommu_map, ps3_iommu_map),
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsnoc.c1641 ret = iommu_map(iommu_dom, ar_snoc->fw.fw_start_addr, in ath10k_fw_init()
/freebsd/sys/arm64/iommu/
H A Dsmmu.c2003 DEVMETHOD(iommu_map, smmu_map),