Changeset 44202 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Dec 24, 2012 2:29:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r44197 r44202 103 103 #define HM_EPT_IDENTITY_PG_TABLE_SIZE PAGE_SIZE 104 104 /** Size of the TSS structure + 2 pages for the IO bitmap + end byte. */ 105 #define HM_VTX_TSS_SIZE (sizeof(VBOXTSS) + 2 *PAGE_SIZE + 1)105 #define HM_VTX_TSS_SIZE (sizeof(VBOXTSS) + 2 * PAGE_SIZE + 1) 106 106 /** Total guest mapped memory needed. */ 107 107 #define HM_VTX_TOTAL_DEVHEAP_MEM (HM_EPT_IDENTITY_PG_TABLE_SIZE + HM_VTX_TSS_SIZE) … … 607 607 { 608 608 X86EFLAGS eflags; 609 uint32_t f Valid;609 uint32_t fRealOnV86Active; 610 610 } RealMode; 611 611
Note:
See TracChangeset
for help on using the changeset viewer.