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

/freebsd-10-stable/sys/ia64/include/
H A Dpmap.h90 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/sparc64/include/
H A Dpmap.h73 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/mips/include/
H A Dpmap.h109 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/powerpc/include/
H A Dpmap.h216 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/i386/include/
H A Dpmap.h398 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/amd64/include/
H A Dpmap.h334 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/arm/include/
H A Dpmap.h179 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro

Completed in 91 milliseconds