Searched refs:pv_mtx (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/sys/arch/powerpc64/include/
H A Dpmap.h89 struct mutex pv_mtx; member in struct:vm_page_md
94 mtx_init(&(pg)->mdpage.pv_mtx, IPL_VM); \
/openbsd-current/sys/arch/riscv64/include/
H A Dpmap.h121 struct mutex pv_mtx; member in struct:vm_page_md
126 mtx_init(&(pg)->mdpage.pv_mtx, IPL_VM); \
/openbsd-current/sys/arch/arm64/include/
H A Dpmap.h131 struct mutex pv_mtx; member in struct:vm_page_md
136 mtx_init(&(pg)->mdpage.pv_mtx, IPL_VM); \
/openbsd-current/sys/arch/powerpc/include/
H A Dpmap.h175 struct mutex pv_mtx; member in struct:vm_page_md
180 mtx_init(&(pg)->mdpage.pv_mtx, IPL_VM); \
/openbsd-current/sys/arch/mips64/include/
H A Dpmap.h216 struct mutex pv_mtx; /* pv list lock */ member in struct:vm_page_md
222 mtx_init(&(pg)->mdpage.pv_mtx, IPL_VM); \
/openbsd-current/sys/arch/i386/i386/
H A Dpmap.c1177 mtx_enter(&pg->mdpage.pv_mtx);
1180 mtx_leave(&pg->mdpage.pv_mtx);
1197 mtx_enter(&pg->mdpage.pv_mtx);
1206 mtx_leave(&pg->mdpage.pv_mtx);
1933 mtx_enter(&pg->mdpage.pv_mtx);
1937 mtx_leave(&pg->mdpage.pv_mtx);
1950 mtx_enter(&pg->mdpage.pv_mtx);
1953 mtx_leave(&pg->mdpage.pv_mtx);
1956 mtx_enter(&pg->mdpage.pv_mtx);
1961 mtx_leave(&pg->mdpage.pv_mtx);
[all...]
H A Dpmapae.c701 mtx_enter(&ptppg->mdpage.pv_mtx);
707 mtx_leave(&ptppg->mdpage.pv_mtx);
721 mtx_leave(&ptppg->mdpage.pv_mtx);
1356 mtx_enter(&pg->mdpage.pv_mtx);
1360 mtx_leave(&pg->mdpage.pv_mtx);
1373 mtx_enter(&pg->mdpage.pv_mtx);
1376 mtx_leave(&pg->mdpage.pv_mtx);
1379 mtx_enter(&pg->mdpage.pv_mtx);
1384 mtx_leave(&pg->mdpage.pv_mtx);
1422 mtx_enter(&pg->mdpage.pv_mtx);
[all...]
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dpmap.c467 mtx_enter(&pg->mdpage.pv_mtx);
470 mtx_leave(&pg->mdpage.pv_mtx);
478 mtx_enter(&pg->mdpage.pv_mtx);
480 mtx_leave(&pg->mdpage.pv_mtx);
1444 mtx_enter(&pg->mdpage.pv_mtx);
1448 mtx_leave(&pg->mdpage.pv_mtx);
1452 mtx_enter(&pg->mdpage.pv_mtx);
1456 mtx_leave(&pg->mdpage.pv_mtx);
1469 mtx_enter(&pg->mdpage.pv_mtx);
1472 mtx_leave(&pg->mdpage.pv_mtx);
[all...]
/openbsd-current/sys/arch/arm64/arm64/
H A Dpmap.c520 mtx_enter(&pg->mdpage.pv_mtx);
523 mtx_leave(&pg->mdpage.pv_mtx);
531 mtx_enter(&pg->mdpage.pv_mtx);
533 mtx_leave(&pg->mdpage.pv_mtx);
1495 mtx_enter(&pg->mdpage.pv_mtx);
1499 mtx_leave(&pg->mdpage.pv_mtx);
1503 mtx_enter(&pg->mdpage.pv_mtx);
1507 mtx_leave(&pg->mdpage.pv_mtx);
1520 mtx_enter(&pg->mdpage.pv_mtx);
1523 mtx_leave(&pg->mdpage.pv_mtx);
[all...]
/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Dpmap.c641 mtx_enter(&pg->mdpage.pv_mtx);
644 mtx_leave(&pg->mdpage.pv_mtx);
652 mtx_enter(&pg->mdpage.pv_mtx);
654 mtx_leave(&pg->mdpage.pv_mtx);
1225 mtx_enter(&pg->mdpage.pv_mtx);
1229 mtx_leave(&pg->mdpage.pv_mtx);
1243 mtx_enter(&pg->mdpage.pv_mtx);
1246 mtx_leave(&pg->mdpage.pv_mtx);
1249 mtx_enter(&pg->mdpage.pv_mtx);
1260 mtx_leave(&pg->mdpage.pv_mtx);
[all...]
/openbsd-current/sys/arch/amd64/include/
H A Dpmap.h531 struct mutex pv_mtx; member in struct:vm_page_md
536 mtx_init(&(pg)->mdpage.pv_mtx, IPL_VM); \
/openbsd-current/sys/arch/powerpc/powerpc/
H A Dpmap.c482 mtx_enter(&pg->mdpage.pv_mtx);
485 mtx_leave(&pg->mdpage.pv_mtx);
498 mtx_enter(&pg->mdpage.pv_mtx);
501 mtx_leave(&pg->mdpage.pv_mtx);
970 mtx_enter(&pg->mdpage.pv_mtx);
989 mtx_leave(&pg->mdpage.pv_mtx);
1009 mtx_enter(&pg->mdpage.pv_mtx);
1041 mtx_leave(&pg->mdpage.pv_mtx);
2094 mtx_enter(&pg->mdpage.pv_mtx);
2098 mtx_leave(&pg->mdpage.pv_mtx);
[all...]
/openbsd-current/sys/arch/amd64/amd64/
H A Dpmap.c1071 mtx_enter(&pg->mdpage.pv_mtx);
1074 mtx_leave(&pg->mdpage.pv_mtx);
1089 mtx_enter(&pg->mdpage.pv_mtx);
1098 mtx_leave(&pg->mdpage.pv_mtx);
1943 mtx_enter(&pg->mdpage.pv_mtx);
1947 mtx_leave(&pg->mdpage.pv_mtx);
1962 mtx_enter(&pg->mdpage.pv_mtx);
1965 mtx_leave(&pg->mdpage.pv_mtx);
1968 mtx_enter(&pg->mdpage.pv_mtx);
1973 mtx_leave(&pg->mdpage.pv_mtx);
[all...]
/openbsd-current/sys/arch/i386/include/
H A Dpmap.h481 struct mutex pv_mtx; member in struct:vm_page_md
486 mtx_init(&(pg)->mdpage.pv_mtx, IPL_VM); \

Completed in 280 milliseconds