Searched refs:PMAP_OWNED (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/riscv/include/
H A Dpmap.h125 #define PMAP_OWNED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-12-stable/sys/arm64/include/
H A Dpmap.h130 #define PMAP_OWNED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-12-stable/sys/arm/include/
H A Dpmap-v4.h152 #define PMAP_OWNED(pmap) mtx_owned(&(pmap)->pm_mtx) macro

Completed in 163 milliseconds