Home
last modified time | relevance | path

Searched defs:PMAP_TRYLOCK (Results 1 – 7 of 7) sorted by relevance

/trueos/sys/ia64/include/
HDpmap.h95 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro
/trueos/sys/sparc64/include/
HDpmap.h78 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro
/trueos/sys/mips/include/
HDpmap.h114 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro
/trueos/sys/powerpc/include/
HDpmap.h222 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro
/trueos/sys/i386/include/
HDpmap.h402 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro
/trueos/sys/amd64/include/
HDpmap.h334 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro
/trueos/sys/arm/include/
HDpmap.h184 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro