Home
last modified time | relevance | path

Searched defs:PMAP_OWNED (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/riscv/include/
H A Dpmap.h103 #define PMAP_OWNED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd/sys/arm64/include/
H A Dpmap.h115 #define PMAP_OWNED(pmap) mtx_owned(&(pmap)->pm_mtx) macro