Home
last modified time | relevance | path

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

/freebsd/sys/arm/include/
H A Dpmap.h123 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd/sys/i386/include/
H A Dpmap.h187 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd/sys/powerpc/include/
H A Dpmap.h296 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd/sys/amd64/include/
H A Dpmap.h358 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro