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

/freebsd-12-stable/sys/sparc64/include/
H A Dpmap.h75 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd-12-stable/sys/arm/include/
H A Dpmap-v6.h124 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
H A Dpmap-v4.h149 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd-12-stable/sys/riscv/include/
H A Dpmap.h122 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd-12-stable/sys/mips/include/
H A Dpmap.h113 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd-12-stable/sys/arm64/include/
H A Dpmap.h127 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd-12-stable/sys/powerpc/include/
H A Dpmap.h243 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd-12-stable/sys/i386/include/
H A Dpmap.h329 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd-12-stable/sys/amd64/include/
H A Dpmap.h364 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro

Completed in 189 milliseconds