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

/freebsd-current/sys/arm/include/
H A Dpmap.h126 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-current/sys/arm64/include/
H A Dpmap.h115 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-current/sys/riscv/include/
H A Dpmap.h106 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-current/sys/i386/include/
H A Dpmap.h190 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-current/sys/powerpc/include/
H A Dpmap.h299 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-current/sys/amd64/include/
H A Dpmap.h415 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro

Completed in 117 milliseconds