VirtualBox

Changeset 44202 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Dec 24, 2012 2:29:59 PM (12 years ago)
Author:
vboxsync
Message:

VMM/VMMR0: HM bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/HMInternal.h

    r44197 r44202  
    103103#define HM_EPT_IDENTITY_PG_TABLE_SIZE   PAGE_SIZE
    104104/** 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)
    106106/** Total guest mapped memory needed. */
    107107#define HM_VTX_TOTAL_DEVHEAP_MEM        (HM_EPT_IDENTITY_PG_TABLE_SIZE + HM_VTX_TSS_SIZE)
     
    607607        {
    608608            X86EFLAGS                   eflags;
    609             uint32_t                    fValid;
     609            uint32_t                    fRealOnV86Active;
    610610        } RealMode;
    611611
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette