Searched refs:PMAP_LOCKED (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/arm/include/
H A Dpmap-v6.h127 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-13-stable/sys/mips/include/
H A Dpmap.h116 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-13-stable/sys/i386/include/
H A Dpmap.h193 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-13-stable/sys/powerpc/include/
H A Dpmap.h297 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-13-stable/sys/amd64/include/
H A Dpmap.h398 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-13-stable/sys/powerpc/aim/
H A Dmmu_oea64.c1923 needed_lock = !PMAP_LOCKED(kernel_pmap);

Completed in 71 milliseconds