VirtualBox

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


Ignore:
Timestamp:
Dec 4, 2012 2:11:49 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
82462
Message:

VMM/VMMR0: VMX pin, entry, exit controls are 32-bit.

File:
1 edited

Legend:

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

    r43977 r44032  
    541541#endif
    542542
    543         /** Current VMX_VMCS_CTRL_PROC_EXEC_CONTROLS. */
    544         uint64_t                    u64ProcCtls;
    545         /** Current VMX_VMCS_CTRL_PROC_EXEC2_CONTROLS. */
    546         uint64_t                    u64ProcCtls2;
    547         /** Current VMX_VMCS_CTRL_EXIT_CONTROLS. */
    548         uint64_t                    u64ExitCtls;
    549         /** Current VMX_VMCS_CTRL_ENTRY_CONTROLS. */
    550         uint64_t                    u64EntryCtls;
     543        /** Current VMX_VMCS32_CTRL_PROC_EXEC_CONTROLS. */
     544        uint32_t                    u32ProcCtls;
     545        /** Current VMX_VMCS32_CTRL_PROC_EXEC2_CONTROLS. */
     546        uint32_t                    u32ProcCtls2;
     547        /** Current VMX_VMCS32_CTRL_EXIT_CONTROLS. */
     548        uint32_t                    u32ExitCtls;
     549        /** Current VMX_VMCS32_CTRL_ENTRY_CONTROLS. */
     550        uint32_t                    u32EntryCtls;
    551551        /** Physical address of the virtual APIC page for TPR caching. */
    552552        RTHCPHYS                    HCPhysVirtApic;
Note: See TracChangeset for help on using the changeset viewer.

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