Changeset 10287 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jul 5, 2008 5:39:18 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32899
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r10285 r10287 2650 2650 2651 2651 /* Virtual address = physical address */ 2652 GCPhys = GCPtrPage & SHW_PD_MASK;2652 GCPhys = GCPtrPage & X86_PAGE_4K_BASE_MASK; 2653 2653 # if PGM_SHW_TYPE == PGM_TYPE_AMD64 2654 2654 rc = pgmPoolAlloc(pVM, GCPhys & ~(RT_BIT_64(SHW_PD_SHIFT) - 1), BTH_PGMPOOLKIND_PT_FOR_PT, pShwPde->idx, iPDDst, &pShwPage);
Note:
See TracChangeset
for help on using the changeset viewer.