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

/freebsd-10-stable/sys/ia64/include/
H A Dpmap.h93 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/sparc64/include/
H A Dpmap.h76 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/mips/include/
H A Dpmap.h112 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/powerpc/include/
H A Dpmap.h220 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/amd64/include/
H A Dpmap.h337 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/i386/include/
H A Dpmap.h401 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
/freebsd-10-stable/sys/powerpc/aim/
H A Dmmu_oea64.c1450 needed_lock = !PMAP_LOCKED(kernel_pmap);

Completed in 218 milliseconds