From 068e8f74e48cfa1e713de5857b1c25c02547319d Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Thu, 18 Apr 2013 01:21:44 +0000 Subject: [PATCH] Print RDSEED, ADX, and SMAP. Pointed out by: kib --- sys/amd64/amd64/identcpu.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c index 30a99a50a5eb..ec5a2aa7c4bb 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" ); }