Changeset 23637 in vbox
- Timestamp:
- Oct 9, 2009 11:19:49 AM (15 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwacc_svm.h
r23218 r23637 49 49 #define AMD_CPUID_SVM_FEATURE_EDX_NRIP_SAVE RT_BIT(3) 50 50 #define AMD_CPUID_SVM_FEATURE_EDX_SSE_3_5_DISABLE RT_BIT(9) 51 #define AMD_CPUID_SVM_FEATURE_EDX_PAUSE_FILTER RT_BIT(10) 51 52 /** @} */ 52 53 -
trunk/include/VBox/x86.h
r22431 r23637 1 /** @file1 00/** @file 2 2 * X86 (and AMD64) Structures and Definitions (VMM,++). 3 3 * … … 916 916 #define MSR_K7_PERFCTR2 0xc0010006 917 917 #define MSR_K7_PERFCTR3 0xc0010007 918 919 #define MSR_K8_HWCR 0xc0010015 918 920 919 921 /** K8 LSTAR - Long mode SYSCALL target (RIP). */
Note:
See TracChangeset
for help on using the changeset viewer.