Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Diommu.c365 struct dma_impl_priv *mppriv = (struct dma_impl_priv *)mp; in iommu_remove_mappings() local
366 struct sbus_soft_state *softsp = mppriv->softsp; in iommu_remove_mappings()
427 struct dma_impl_priv *mppriv = (struct dma_impl_priv *)mp; in iommu_create_vaddr_mappings() local
428 struct sbus_soft_state *softsp = mppriv->softsp; in iommu_create_vaddr_mappings()
577 struct dma_impl_priv *mppriv = (struct dma_impl_priv *)mp; in iommu_create_pp_mappings() local
578 struct sbus_soft_state *softsp = mppriv->softsp; in iommu_create_pp_mappings()
741 struct dma_impl_priv *mppriv; in iommu_dma_allochdl() local
770 mppriv = kmem_zalloc(sizeof (*mppriv), in iommu_dma_allochdl()
773 if (mppriv == NULL) { in iommu_dma_allochdl()
780 mp = (ddi_dma_impl_t *)mppriv; in iommu_dma_allochdl()
[all …]