diff options
Diffstat (limited to 'include/VBox/hwacc_svm.h')
-rw-r--r-- | include/VBox/hwacc_svm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/VBox/hwacc_svm.h b/include/VBox/hwacc_svm.h index df3c5c752..71255dacb 100644 --- a/include/VBox/hwacc_svm.h +++ b/include/VBox/hwacc_svm.h @@ -48,6 +48,7 @@ #define AMD_CPUID_SVM_FEATURE_EDX_SVM_LOCK RT_BIT(2) #define AMD_CPUID_SVM_FEATURE_EDX_NRIP_SAVE RT_BIT(3) #define AMD_CPUID_SVM_FEATURE_EDX_SSE_3_5_DISABLE RT_BIT(9) +#define AMD_CPUID_SVM_FEATURE_EDX_PAUSE_FILTER RT_BIT(10) /** @} */ |