Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Diommu.c180 mutex_init(&softsp->iomemlock, NULL, MUTEX_DEFAULT, NULL); in iommu_init()
381 mutex_enter(&softsp->iomemlock); in iommu_remove_mappings()
394 mutex_exit(&softsp->iomemlock); in iommu_remove_mappings()
551 mutex_enter(&softsp->iomemlock); in iommu_create_vaddr_mappings()
554 mutex_exit(&softsp->iomemlock); in iommu_create_vaddr_mappings()
664 mutex_enter(&softsp->iomemlock); in iommu_create_pp_mappings()
667 mutex_exit(&softsp->iomemlock); in iommu_create_pp_mappings()
1037 mutex_enter(&softsp->iomemlock); in iommu_dma_bindhdl()
1040 mutex_exit(&softsp->iomemlock); in iommu_dma_bindhdl()
1578 mutex_enter(&softsp->iomemlock); in iommu_dvma_kaddr_load()
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsysiosbus.h324 kmutex_t iomemlock; /* Memory usage lock (debug only) */ member