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

/freebsd-10.0-release/sys/ia64/include/
H A Dpmap.h91 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, "pmap", \ macro
/freebsd-10.0-release/sys/sparc64/include/
H A Dpmap.h74 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, "pmap", \ macro
/freebsd-10.0-release/sys/mips/include/
H A Dpmap.h110 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, "pmap", \ macro
/freebsd-10.0-release/sys/powerpc/include/
H A Dpmap.h218 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, \ macro
/freebsd-10.0-release/sys/i386/include/
H A Dpmap.h390 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, "pmap", \ macro
/freebsd-10.0-release/sys/amd64/include/
H A Dpmap.h329 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, "pmap", \ macro
/freebsd-10.0-release/sys/arm/include/
H A Dpmap.h179 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, "pmap", \ macro

Completed in 128 milliseconds