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

/freebsd-11-stable/sys/sparc64/include/
H A Dpmap.h76 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-11-stable/sys/arm/include/
H A Dpmap-v6.h127 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-11-stable/sys/mips/include/
H A Dpmap.h113 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dpmap.h226 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-11-stable/sys/i386/include/
H A Dpmap.h343 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-11-stable/sys/amd64/include/
H A Dpmap.h351 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-11-stable/sys/powerpc/aim/
H A Dmmu_oea64.c1528 needed_lock = !PMAP_LOCKED(kernel_pmap);

Completed in 154 milliseconds