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

/freebsd-10-stable/sys/ia64/include/
H A Dpmap.h93 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/sparc64/include/
H A Dpmap.h76 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/mips/include/
H A Dpmap.h112 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/powerpc/include/
H A Dpmap.h220 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/i386/include/
H A Dpmap.h401 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/amd64/include/
H A Dpmap.h337 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro

Completed in 83 milliseconds