Searched defs:PMAP_LOCK (Results 1 - 7 of 7) sorted by last modified time

/freebsd-10.0-release/sys/i386/include/
H A Dpmap.h386 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx) macro
/freebsd-10.0-release/sys/mips/include/
H A Dpmap.h107 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx) macro
/freebsd-10.0-release/sys/ia64/include/
H A Dpmap.h87 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx) macro
/freebsd-10.0-release/sys/sparc64/include/
H A Dpmap.h70 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx) macro
/freebsd-10.0-release/sys/arm/include/
H A Dpmap.h177 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx) macro
/freebsd-10.0-release/sys/powerpc/include/
H A Dpmap.h214 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx) macro
/freebsd-10.0-release/sys/amd64/include/
H A Dpmap.h325 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx) macro

Completed in 45 milliseconds