Lines Matching refs:PgMpLck

677         PGMPAGEMAPLOCK  PgMpLck;
679 rc = pgmPhysGCPhys2CCPtrInternal(pVM, pPage, GCPhys, &pvNewPage, &PgMpLck); AssertRC(rc);
683 pgmPhysReleaseInternalPageMappingLock(pVM, &PgMpLck);
2093 PGMPAGEMAPLOCK PgMpLck;
2095 int rc = pgmPhysGCPhys2CCPtrInternalReadOnly(pVM, pPage, GCPhys, &pvSrc, &PgMpLck);
2143 pgmPhysReleaseInternalPageMappingLock(pVM, &PgMpLck);
2185 pgmPhysReleaseInternalPageMappingLock(pVM, &PgMpLck);
2195 pgmPhysReleaseInternalPageMappingLock(pVM, &PgMpLck);
2264 PGMPAGEMAPLOCK PgMpLck;
2266 int rc = pgmPhysGCPhys2CCPtrInternalReadOnly(pVM, pPage, pRam->GCPhys + off, &pvSrc, &PgMpLck);
2270 pgmPhysReleaseInternalPageMappingLock(pVM, &PgMpLck);
2338 PGMPAGEMAPLOCK PgMpLck;
2371 rc = pgmPhysGCPhys2CCPtrInternal(pVM, pPage, GCPhys, &pvDst, &PgMpLck);
2406 pgmPhysReleaseInternalPageMappingLock(pVM, &PgMpLck);
2444 rc = pgmPhysGCPhys2CCPtrInternal(pVM, pPage, GCPhys, &pvDst, &PgMpLck);
2468 pgmPhysReleaseInternalPageMappingLock(pVM, &PgMpLck);
2489 rc = pgmPhysGCPhys2CCPtrInternal(pVM, pPage, GCPhys, &pvDst, &PgMpLck);
2619 pgmPhysReleaseInternalPageMappingLock(pVM, &PgMpLck);
2649 pgmPhysReleaseInternalPageMappingLock(pVM, &PgMpLck);
2706 pgmPhysReleaseInternalPageMappingLock(pVM, &PgMpLck);
2718 pgmPhysReleaseInternalPageMappingLock(pVM, &PgMpLck);
2800 PGMPAGEMAPLOCK PgMpLck;
2802 int rc = pgmPhysGCPhys2CCPtrInternal(pVM, pPage, pRam->GCPhys + off, &pvDst, &PgMpLck);
2807 pgmPhysReleaseInternalPageMappingLock(pVM, &PgMpLck);
3484 PGMPAGEMAPLOCK PgMpLck;
3486 rc = PGMPhysGCPhys2CCPtrReadOnly(pVM, GCPhys, &pvSrc, &PgMpLck);
3492 PGMPhysReleasePageMappingLock(pVM, &PgMpLck);
3530 PGMPAGEMAPLOCK PgMpLck;
3532 rc = PGMPhysGCPhys2CCPtrReadOnly(pVM, GCPhys1, &pvSrc1, &PgMpLck);
3537 PGMPhysReleasePageMappingLock(pVM, &PgMpLck);
3548 rc = PGMPhysGCPhys2CCPtrReadOnly(pVM, GCPhys2, &pvSrc2, &PgMpLck);
3553 PGMPhysReleasePageMappingLock(pVM, &PgMpLck);