pmap_pmap_lock
#define PMAP_LOCK(pmap) mutex_enter(pmap_pmap_lock(pmap))
#define PMAP_UNLOCK(pmap) mutex_exit(pmap_pmap_lock(pmap))