summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2013-04-18 01:21:44 +0000
committerrpaulo <rpaulo@FreeBSD.org>2013-04-18 01:21:44 +0000
commitba95edba6fe35ce9a0c71afd8223b3da556efd0c (patch)
tree5b7569751c6326f6882bf623d2a6d733cded16b3 /sys/amd64
parent6f17eab4928bd43511b762f455583367e77d1b76 (diff)
downloadFreeBSD-src-ba95edba6fe35ce9a0c71afd8223b3da556efd0c.zip
FreeBSD-src-ba95edba6fe35ce9a0c71afd8223b3da556efd0c.tar.gz
Print RDSEED, ADX, and SMAP.
Pointed out by: kib
Diffstat (limited to 'sys/amd64')
-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