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

/freebsd-11-stable/sys/sparc64/include/
H A Dpmap.h79 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-11-stable/sys/arm/include/
H A Dpmap-v6.h130 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
H A Dpmap-v4.h178 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-11-stable/sys/riscv/include/
H A Dpmap.h122 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-11-stable/sys/mips/include/
H A Dpmap.h116 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-11-stable/sys/arm64/include/
H A Dpmap.h131 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dpmap.h229 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-11-stable/sys/i386/include/
H A Dpmap.h346 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/freebsd-11-stable/sys/amd64/include/
H A Dpmap.h354 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro

Completed in 106 milliseconds