Searched refs:pvmtx (Results 1 – 2 of 2) sorted by relevance
2219 mtx_enter(&pg->mdpage.pvmtx); in pmap_clear_modify()2262 mtx_leave(&pg->mdpage.pvmtx); in pmap_clear_modify()2275 mtx_enter(&pg->mdpage.pvmtx); in pmap_clear_reference()2317 mtx_leave(&pg->mdpage.pvmtx); in pmap_clear_reference()2329 mtx_enter(&pg->mdpage.pvmtx); in pmap_is_modified()2350 mtx_leave(&pg->mdpage.pvmtx); in pmap_is_modified()2362 mtx_enter(&pg->mdpage.pvmtx); in pmap_is_referenced()2383 mtx_leave(&pg->mdpage.pvmtx); in pmap_is_referenced()2642 mtx_enter(&pg->mdpage.pvmtx); in pmap_enter_pv()2682 mtx_leave(&pg->mdpage.pvmtx); in pmap_enter_pv()[all …]
202 struct mutex pvmtx; member207 mtx_init(&(pg)->mdpage.pvmtx, IPL_VM); \