[BACK]Return to specialreg.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / x86 / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/x86/include/specialreg.h between version 1.65 and 1.66

version 1.65, 2013/07/25 16:34:29 version 1.66, 2013/07/26 05:46:19
Line 181 
Line 181 
 #define CPUID_SEF_SMAP          __BIT(20)  #define CPUID_SEF_SMAP          __BIT(20)
   
 #define CPUID_SEF_FLAGS "\20" \  #define CPUID_SEF_FLAGS "\20" \
         "\1" "FSGSBASE" \          "\1" "FSGSBASE" "\2" "TSCADJUST"                "\4" "BMI1"     \
         "\2" "TSCADJUST" \          "\5" "HLE"      "\6" "AVX2"                     "\10" "SMEP"    \
         "\4" "BMI1" \          "\11" "BMI2"    "\12" "ERMS"    "\13" "INVPCID" "\14" "RTM"     \
         "\5" "HLE" \          "\15" "QM"      "\16" "FPUCSDS"                                 \
         "\6" "AVX2" \                                          "\23" "RDSEED"  "\24" "ADX"     \
         "\10" "SMEP" \  
         "\11" "BMI2" \  
         "\12" "ERMS" \  
         "\13" "INVPCID" \  
         "\14" "RTM" \  
         "\15" "QM" \  
         "\16" "FPUCSDS" \  
         "\23" "RDSEED" \  
         "\24" "ADX" \  
         "\25" "SMAP"          "\25" "SMAP"
   
 /* Intel Fn80000001 extended features - %edx */  /* Intel Fn80000001 extended features - %edx */

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

CVSweb <webmaster@jp.NetBSD.org>