|
@@ -207,6 +207,8 @@
|
|
#define X86_FEATURE_ERMS (9*32+ 9) /* Enhanced REP MOVSB/STOSB */
|
|
#define X86_FEATURE_ERMS (9*32+ 9) /* Enhanced REP MOVSB/STOSB */
|
|
#define X86_FEATURE_INVPCID (9*32+10) /* Invalidate Processor Context ID */
|
|
#define X86_FEATURE_INVPCID (9*32+10) /* Invalidate Processor Context ID */
|
|
#define X86_FEATURE_RTM (9*32+11) /* Restricted Transactional Memory */
|
|
#define X86_FEATURE_RTM (9*32+11) /* Restricted Transactional Memory */
|
|
|
|
+#define X86_FEATURE_RDSEED (9*32+18) /* The RDSEED instruction */
|
|
|
|
+#define X86_FEATURE_ADX (9*32+19) /* The ADCX and ADOX instructions */
|
|
|
|
|
|
#if defined(__KERNEL__) && !defined(__ASSEMBLY__)
|
|
#if defined(__KERNEL__) && !defined(__ASSEMBLY__)
|
|
|
|
|