Changeset 19234 in vbox
- Timestamp:
- Apr 28, 2009 12:44:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMBth.h
r19141 r19234 166 166 } 167 167 168 /* contruct a fake address */169 GCPhysCR3 = RT_BIT_64(63) ;168 /* contruct a fake address which is unique across VCPUs. */ 169 GCPhysCR3 = RT_BIT_64(63) | ((uint64_t)pVCpu->idCpu << 32); 170 170 pVCpu->pgm.s.iShwUser = SHW_POOL_ROOT_IDX; 171 171 pVCpu->pgm.s.iShwUserTable = GCPhysCR3 >> PAGE_SHIFT;
Note:
See TracChangeset
for help on using the changeset viewer.