Home
last modified time | relevance | path

Searched defs:PMAP_LOCK_DESTROY (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/arm/include/
H A Dpmap.h120 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd/sys/riscv/include/
H A Dpmap.h100 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd/sys/arm64/include/
H A Dpmap.h109 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd/sys/i386/include/
H A Dpmap.h184 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd/sys/powerpc/include/
H A Dpmap.h292 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro
/freebsd/sys/amd64/include/
H A Dpmap.h409 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx) macro