Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dpmap-v6.h130 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/f-stack/freebsd/mips/include/
H A Dpmap.h119 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/f-stack/freebsd/arm64/include/
H A Dpmap.h144 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/f-stack/freebsd/i386/include/
H A Dpmap.h196 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/f-stack/freebsd/amd64/include/
H A Dpmap.h402 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro