summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/amd64/identcpu.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c
index 30a99a5..ec5a2aa 100644
--- a/sys/amd64/amd64/identcpu.c
+++ b/sys/amd64/amd64/identcpu.c
@@ -406,6 +406,12 @@ printcpuinfo(void)
"\013INVPCID"
/* Restricted Transactional Memory */
"\014RTM"
+ /* Enhanced NRBG */
+ "\022RDSEED"
+ /* ADCX + ADOX */
+ "\023ADX"
+ /* Supervisor Mode Access Prevention */
+ "\024SMAP"
);
}
OpenPOWER on IntegriCloud