Home
last modified time | relevance | path

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

/NextBSD/sys/sparc64/sparc64/
HDiommu.c751 struct iommu_state *is = dt->dt_cookie; in iommu_dvmamem_alloc()
789 struct iommu_state *is = dt->dt_cookie; in iommu_dvmamem_free()
799 struct iommu_state *is = dt->dt_cookie; in iommu_dvmamap_create()
842 struct iommu_state *is = dt->dt_cookie; in iommu_dvmamap_destroy()
865 is = dt->dt_cookie; in iommu_dvmamap_load_phys()
981 is = dt->dt_cookie; in iommu_dvmamap_load_buffer()
1098 struct iommu_state *is = dt->dt_cookie; in iommu_dvmamap_complete()
1117 struct iommu_state *is = dt->dt_cookie; in iommu_dvmamap_unload()
1131 struct iommu_state *is = dt->dt_cookie; in iommu_dvmamap_sync()
HDbus_machdep.c205 newtag->dt_cookie = parent->dt_cookie; in bus_dma_tag_create()
/NextBSD/sys/sparc64/include/
HDbus_dma.h106 void *dt_cookie; /* cookie used in the guts */ member
/NextBSD/sys/sparc64/pci/
HDschizo.c544 dmat->dt_cookie = &sc->sc_is; in schizo_attach()
1009 struct schizo_iommu_state *sis = dt->dt_cookie; in schizo_dmamap_sync()
1071 struct schizo_iommu_state *sis = dt->dt_cookie; in ichip_dmamap_sync()
HDpsycho.c536 dmat->dt_cookie = sc->sc_is; in psycho_attach()
965 struct iommu_state *is = dt->dt_cookie; in sabre_dmamap_sync()
HDfire.c720 dmat->dt_cookie = &sc->sc_is; in fire_attach()
/NextBSD/sys/sparc64/sbus/
HDsbus.c372 sc->sc_cdmatag->dt_cookie = &sc->sc_is; in sbus_attach()