Searched defs:PMAP_LOCK (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/ia64/include/
H A Dpmap.h87 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/sparc64/include/
H A Dpmap.h70 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/mips/include/
H A Dpmap.h107 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/powerpc/include/
H A Dpmap.h213 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/i386/include/
H A Dpmap.h395 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/amd64/include/
H A Dpmap.h331 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/arm/include/
H A Dpmap.h178 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx) macro

Completed in 220 milliseconds