Searched defs:PMAP_LOCK (Results 1 – 5 of 5) sorted by relevance
123 #define PMAP_LOCK(pmap) mutex_enter(&(pmap)->pm_mtx) macro
163 #define PMAP_LOCK mutex_spin_enter(&pmap_lock); macro166 #define PMAP_LOCK macro
425 #define PMAP_LOCK(pmap) mutex_enter(pmap_pmap_lock(pmap)) macro
512 #define PMAP_LOCK() KERNEL_LOCK(1, NULL) macro
187 #define PMAP_LOCK() mutex_enter(&pmap_lock) macro