VirtualBox

Changeset 46379 in vbox for trunk/include


Ignore:
Timestamp:
Jun 4, 2013 1:01:04 PM (12 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Added VMFUNC feature recognition.

File:
1 edited

Legend:

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

    r46378 r46379  
    805805/** Highest field index. */
    806806#define MSR_IA32_VMX_VMCS_ENUM_HIGHEST_INDEX(a)                 (((a) >> 1) & 0x1FF)
    807 
    808807/** @} */
    809808
     
    11281127/** @} */
    11291128
     1129
     1130/** @name VMX_VMCS_CTRL_VMFUNC
     1131 * @{
     1132 */
     1133/** EPTP-switching function changes the value of the EPTP to one chosen from the EPTP list. */
     1134#define VMX_VMCS_CTRL_VMFUNC_EPTP_SWITCHING            RT_BIT_64(0)
     1135/** @} */
     1136
     1137
    11301138/**  @name VMCS field encoding - 32 Bits read-only fields
    11311139 * @{
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