Changeset 46842 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jun 27, 2013 1:34:56 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86792
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_svm.h
r46779 r46842 57 57 /** Bit 7 - DecodeAssist - Indicate decode assist is supported. */ 58 58 #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)61 59 /** Bit 10 - PauseFilter - Indicates support for the PAUSE intercept filter. */ 62 60 #define AMD_CPUID_SVM_FEATURE_EDX_PAUSE_FILTER RT_BIT(10) … … 64 62 * intercept filter cycle count threshold. */ 65 63 #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) 66 66 /** @} */ 67 67
Note:
See TracChangeset
for help on using the changeset viewer.