Home
last modified time | relevance | path

Searched refs:pvmtx (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/arch/sparc64/sparc64/
H A Dpmap.c2219 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 …]
/openbsd/sys/arch/sparc64/include/
H A Dpmap.h202 struct mutex pvmtx; member
207 mtx_init(&(pg)->mdpage.pvmtx, IPL_VM); \