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

/freebsd-10-stable/sys/ia64/include/
H A Dpmap.h96 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/sparc64/include/
H A Dpmap.h79 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/mips/include/
H A Dpmap.h115 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/powerpc/include/
H A Dpmap.h223 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/i386/include/
H A Dpmap.h404 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/amd64/include/
H A Dpmap.h340 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/arm/include/
H A Dpmap.h185 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro

Completed in 85 milliseconds