PMAP_UNLOCK
#define PMAP_UNLOCK(pmap) mutex_exit(pmap_pmap_lock(pmap))
#define PMAP_UNLOCK(pmap) mutex_exit(&(pmap)->pm_mtx)
#define PMAP_UNLOCK() KERNEL_UNLOCK_ONE(NULL)
#define PMAP_UNLOCK() mutex_exit(&pmap_lock)
#define PMAP_UNLOCK mutex_spin_exit(&pmap_lock);
#define PMAP_UNLOCK