Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dpmap-v6.h125 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, "pmap", \ macro
/f-stack/freebsd/mips/include/
H A Dpmap.h114 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, "pmap", \ macro
/f-stack/freebsd/arm64/include/
H A Dpmap.h139 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, "pmap", \ macro
/f-stack/freebsd/i386/include/
H A Dpmap.h191 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, "pmap", \ macro
/f-stack/freebsd/amd64/include/
H A Dpmap.h397 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, "pmap", \ macro