diff --git a/sys/x86/x86/identcpu.c b/sys/x86/x86/identcpu.c index db17162b215..759cbb42e2a 100644 --- a/sys/x86/x86/identcpu.c +++ b/sys/x86/x86/identcpu.c @@ -910,12 +910,14 @@ printcpuinfo(void) "\017MPX" /* AVX512 Foundation */ "\021AVX512F" + "\022AVX512DQ" /* Enhanced NRBG */ "\023RDSEED" /* ADCX + ADOX */ "\024ADX" /* Supervisor Mode Access Prevention */ "\025SMAP" + "\026AVX512IFMA" "\027PCOMMIT" "\030CLFLUSHOPT" "\031CLWB" @@ -924,6 +926,7 @@ printcpuinfo(void) "\034AVX512ER" "\035AVX512CD" "\036SHA" + "\037AVX512BW" ); } @@ -932,6 +935,7 @@ printcpuinfo(void) cpu_stdext_feature2, "\020" "\001PREFETCHWT1" + "\002AVX512VBMI" "\004PKU" "\005OSPKE" );