Changeset 80134 in vbox
- Timestamp:
- Aug 5, 2019 12:49:34 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132575
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/VMM/VMMAll/PGMAllBth.h ¶
r80120 r80134 4714 4714 { 4715 4715 RTHCPTR HCPtr; 4716 RTHCPHYS HCPhys;4717 4716 RTGCPHYS GCPhys = PGM_A20_APPLY(pVCpu, pGuestPDPT->a[i].u & X86_PDPE_PG_MASK); 4718 4717 pgmLock(pVM); 4719 4718 PPGMPAGE pPage = pgmPhysGetPage(pVM, GCPhys); 4720 4719 AssertReturn(pPage, VERR_PGM_INVALID_PDPE_ADDR); 4721 HCPhys = PGM_PAGE_GET_HCPHYS(pPage);4722 4720 # if defined(IN_RC) || defined(VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0) 4723 4721 HCPtr = NIL_RTHCPTR;
Note:
See TracChangeset
for help on using the changeset viewer.