Home
last modified time | relevance | path

Searched refs:PMAP_OWNED (Results 1 – 3 of 3) 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.h120 #define PMAP_OWNED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd/sys/arm64/arm64/
H A Dpmap.c9646 owned = PMAP_OWNED(pmap); in pmap_fault()