Searched refs:mmu_lock (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c1622 mutex_init(&mmu_ctxp->mmu_lock, NULL, MUTEX_SPIN,
1643 * The mmu_lock is acquired here to prevent races with
1646 mutex_enter(&mmu_ctxp->mmu_lock);
1654 mutex_exit(&mmu_ctxp->mmu_lock);
1661 ASSERT(!MUTEX_HELD(&mmu_ctxp->mmu_lock));
1663 mutex_destroy(&mmu_ctxp->mmu_lock);
1689 * The mmu_lock is acquired here to prevent races with
1692 mutex_enter(&mmu_ctxp->mmu_lock);
1699 mutex_exit(&mmu_ctxp->mmu_lock);
1704 mutex_exit(&mmu_ctxp->mmu_lock);
[all...]
H A Dhat_sfmmu.h549 * domain. It is protected by mmu_lock.
559 * mmu_lock
568 * the structure is freed. It is protected by mmu_lock.
572 * context IDs during a wraparound operation. It is protected by mmu_lock.
579 kmutex_t mmu_lock; member in struct:mmu_ctx

Completed in 101 milliseconds