Searched defs:PMAP_UNLOCK (Results 1 - 7 of 7) sorted by last modified time

/freebsd-10.0-release/sys/i386/include/
H A Dpmap.h395 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-10.0-release/sys/mips/include/
H A Dpmap.h115 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-10.0-release/sys/ia64/include/
H A Dpmap.h96 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-10.0-release/sys/sparc64/include/
H A Dpmap.h79 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-10.0-release/sys/arm/include/
H A Dpmap.h184 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-10.0-release/sys/powerpc/include/
H A Dpmap.h224 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-10.0-release/sys/amd64/include/
H A Dpmap.h334 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro

Completed in 60 milliseconds