- Timestamp:
- Feb 11, 2009 12:22:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r16636 r16658 4646 4646 pVM->pgm.s.iShwUser = SHW_POOL_ROOT_IDX; 4647 4647 pVM->pgm.s.iShwUserTable = GCPhysCR3 >> PAGE_SHIFT; 4648 rc = pgmPoolAlloc(pVM, GCPhysCR3 , BTH_PGMPOOLKIND_ROOT, pVM->pgm.s.iShwUser, pVM->pgm.s.iShwUserTable, &pVM->pgm.s.CTX_SUFF(pShwPageCR3));4648 rc = pgmPoolAlloc(pVM, GCPhysCR3 & GST_CR3_PAGE_MASK, BTH_PGMPOOLKIND_ROOT, pVM->pgm.s.iShwUser, pVM->pgm.s.iShwUserTable, &pVM->pgm.s.CTX_SUFF(pShwPageCR3)); 4649 4649 if (rc == VERR_PGM_POOL_FLUSHED) 4650 4650 {
Note:
See TracChangeset
for help on using the changeset viewer.