Searched refs:iomemlock (Results 1 – 2 of 2) sorted by relevance
180 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 …]
326 kmutex_t iomemlock; /* Memory usage lock (debug only) */ member