VirtualBox

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


Ignore:
Timestamp:
Jun 27, 2013 1:34:56 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86792
Message:

VMM/HM: AMD-V feature bits update.

File:
1 edited

Legend:

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

    r46779 r46842  
    5757/** Bit 7 - DecodeAssist - Indicate decode assist is supported. */
    5858#define AMD_CPUID_SVM_FEATURE_EDX_DECODE_ASSIST             RT_BIT(7)
    59 /** Where did we get this from? */
    60 #define AMD_CPUID_SVM_FEATURE_EDX_SSE_3_5_DISABLE           RT_BIT(9)
    6159/** Bit 10 - PauseFilter - Indicates support for the PAUSE intercept filter. */
    6260#define AMD_CPUID_SVM_FEATURE_EDX_PAUSE_FILTER              RT_BIT(10)
     
    6462 *  intercept filter cycle count threshold. */
    6563#define AMD_CPUID_SVM_FEATURE_EDX_PAUSE_FILTER_THRESHOLD    RT_BIT(12)
     64/** Bit 13 - AVIC - Advanced Virtual Interrupt Controller. */
     65#define AMD_CPUID_SVM_FEATURE_EDX_AVIC                      RT_BIT(13)
    6666/** @} */
    6767
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