Changeset 58912 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Nov 29, 2015 8:08:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r58546 r58912 266 266 /** The VM_HSAVE_AREA (AMD-V) / VMXON region (Intel) memory backing. */ 267 267 RTR0MEMOBJ hMemObj; 268 /** The physical address of the first page in hMemObj (it's a 269 * physcially contigous allocation if it spans multiple pages). */ 270 RTHCPHYS HCPhysMemObj; 271 /** The address of the memory (for pfnEnable). */ 272 void *pvMemObj; 268 273 /** Current ASID (AMD-V) / VPID (Intel). */ 269 274 uint32_t uCurrentAsid;
Note:
See TracChangeset
for help on using the changeset viewer.