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

/freebsd-current/sys/arm/include/
H A Dpmap.h121 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, "pmap", \ macro
/freebsd-current/sys/arm64/include/
H A Dpmap.h110 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, "pmap", \ macro
/freebsd-current/sys/riscv/include/
H A Dpmap.h101 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, "pmap", \ macro
/freebsd-current/sys/i386/include/
H A Dpmap.h185 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, "pmap", \ macro
/freebsd-current/sys/powerpc/include/
H A Dpmap.h293 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, \ macro
/freebsd-current/sys/amd64/include/
H A Dpmap.h410 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, "pmap", \ macro

Completed in 151 milliseconds