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

/freebsd-current/sys/arm/include/
H A Dpmap.h117 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx) macro
/freebsd-current/sys/riscv/include/
H A Dpmap.h90 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx) macro
/freebsd-current/sys/arm64/include/
H A Dpmap.h106 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx) macro
/freebsd-current/sys/i386/include/
H A Dpmap.h181 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx) macro
/freebsd-current/sys/powerpc/include/
H A Dpmap.h289 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx) macro
/freebsd-current/sys/amd64/include/
H A Dpmap.h406 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx) macro

Completed in 124 milliseconds