Searched refs:PMAP_LOCK_DESTROY (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/riscv/include/
H A Dpmap.h116 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd-11-stable/sys/sparc64/include/
H A Dpmap.h73 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd-11-stable/sys/arm64/include/
H A Dpmap.h125 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd-11-stable/sys/arm/include/
H A Dpmap-v6.h124 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
H A Dpmap-v4.h172 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd-11-stable/sys/mips/include/
H A Dpmap.h110 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dpmap.h222 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd-11-stable/sys/i386/include/
H A Dpmap.h340 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd-11-stable/sys/amd64/include/
H A Dpmap.h348 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro

Completed in 121 milliseconds