Home
last modified time | relevance | path

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

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