Home
last modified time | relevance | path

Searched refs:PMAP_LOCKED (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dpmap-v6.h127 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/f-stack/freebsd/mips/include/
H A Dpmap.h116 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/f-stack/freebsd/i386/include/
H A Dpmap.h193 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/f-stack/freebsd/amd64/include/
H A Dpmap.h399 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro