Searched refs:PMAP_OWNED (Results 1 – 3 of 3) sorted by relevance
103 #define PMAP_OWNED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
120 #define PMAP_OWNED(pmap) mtx_owned(&(pmap)->pm_mtx) macro
9646 owned = PMAP_OWNED(pmap); in pmap_fault()