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

/freebsd-10-stable/sys/ia64/include/
H A Dpmap.h88 #define PMAP_LOCK_ASSERT(pmap, type) \ macro
/freebsd-10-stable/sys/sparc64/include/
H A Dpmap.h71 #define PMAP_LOCK_ASSERT(pmap, type) \ macro
/freebsd-10-stable/sys/mips/include/
H A Dpmap.h108 #define PMAP_LOCK_ASSERT(pmap, type) mtx_assert(&(pmap)->pm_mtx, (type)) macro
/freebsd-10-stable/sys/powerpc/include/
H A Dpmap.h214 #define PMAP_LOCK_ASSERT(pmap, type) \ macro
/freebsd-10-stable/sys/i386/include/
H A Dpmap.h396 #define PMAP_LOCK_ASSERT(pmap, type) \ macro
/freebsd-10-stable/sys/amd64/include/
H A Dpmap.h332 #define PMAP_LOCK_ASSERT(pmap, type) \ macro

Completed in 82 milliseconds