- Timestamp:
- May 20, 2008 8:19:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwacc_svm.h
r8870 r8940 40 40 * @{ 41 41 */ 42 43 /** @name SVM features for cpuid 0x8000000a 44 * @{ 45 */ 46 #define AMD_CPUID_SVM_FEATURE_EDX_NESTED_PAGING RT_BIT(0) 47 #define AMD_CPUID_SVM_FEATURE_EDX_LBR_VIRT RT_BIT(1) 48 #define AMD_CPUID_SVM_FEATURE_EDX_SVM_LOCK RT_BIT(2) 49 #define AMD_CPUID_SVM_FEATURE_EDX_NRIP_SAVE RT_BIT(3) 50 #define AMD_CPUID_SVM_FEATURE_EDX_SSE_3_5_DISABLE RT_BIT(9) 51 /** @} */ 42 52 43 53
Note:
See TracChangeset
for help on using the changeset viewer.