VirtualBox

Changeset 43826 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Nov 7, 2012 10:39:51 AM (12 years ago)
Author:
vboxsync
Message:

VMX: bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/hm_vmx.h

    r43803 r43826  
    554554/** 55 XSETBV. Guest software attempted to execute XSETBV. */
    555555#define VMX_EXIT_XSETBV             55
     556/** 57 RDRAND. Guest software attempted to execute RDRAND. */
     557#define VMX_EXIT_RDRAND             57
     558/** 58 INVPCID. Guest software attempted to execute INVPCID. */
     559#define VMX_EXIT_INVPCID            58
     560/** 59 VMFUNC. Guest software attempted to execute VMFUNC. */
     561#define VMX_EXIT_VMFUNC             59
    556562/** @} */
    557563
     
    701707/** Mask value to get the EPT page walk length (bits 5-3) */
    702708#define VMX_EPT_PAGE_WALK_LENGTH_MASK                       7
    703 /** Default EPT page walk length */
     709/** Default EPT page-walk length (1 less than the actual EPT page-walk
     710 *  length) */
    704711#define VMX_EPT_PAGE_WALK_LENGTH_DEFAULT                    3
    705712/** @} */
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