All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sohil Mehta <sohil.mehta@intel.com>
To: x86-cpuid@lists.linux.dev, "Ahmed S . Darwish" <darwi@linutronix.de>
Cc: Thomas Gleixner <tglx@linutronix.de>, Xin Li <xin@zytor.com>,
	"H . Peter Anvin" <hpa@zytor.com>,
	Sohil Mehta <sohil.mehta@intel.com>
Subject: [PATCH] db: Add Intel NMI-source reporting feature flag
Date: Mon, 23 Sep 2024 22:32:13 +0000	[thread overview]
Message-ID: <20240923223213.852758-1-sohil.mehta@intel.com> (raw)

NMI-source is documented starting with FRED specification v6. It is
enumerated with the feature flag:
CPUID.(EAX=7,ECX=1):EAX.NMI_SRC[bit20]

Link: https://www.intel.com/content/www/us/en/content-details/819481/flexible-return-and-event-delivery-fred-specification.html

Signed-off-by: Sohil Mehta <sohil.mehta@intel.com>
---
 db/xml/leaf_07.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/db/xml/leaf_07.xml b/db/xml/leaf_07.xml
index 415524e..5d15015 100644
--- a/db/xml/leaf_07.xml
+++ b/db/xml/leaf_07.xml
@@ -566,6 +566,7 @@
       <bit19 len="1"  id="wrmsrns"                 desc="WRMSRNS instr (WRMSR-non-serializing)">
         <xen          feature="true"               attrs="S" />
       </bit19>
+      <bit20 len="1"  id="nmi_src"                 desc="NMI-source reporting with FRED event data" />
       <bit21 len="1"  id="amx_fp16"                desc="AMX-FP16: FP16 tile operations">
         <linux        feature="true"               proc="false" />
       </bit21>
-- 
2.34.1


             reply	other threads:[~2024-09-23 22:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-23 22:32 Sohil Mehta [this message]
2024-09-23 22:57 ` [PATCH] db: Add Intel NMI-source reporting feature flag Sohil Mehta
2024-09-26 13:12   ` Ahmed S. Darwish
2024-09-26 15:33     ` Andrew Cooper
2024-09-26 19:57       ` Ahmed S. Darwish
2024-09-27 17:47     ` Sohil Mehta
2024-09-27 18:29       ` H. Peter Anvin
2024-09-27 18:55         ` Sohil Mehta
2024-09-28  7:34         ` Ahmed S. Darwish
2024-09-24 16:09 ` Ahmed S. Darwish

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240923223213.852758-1-sohil.mehta@intel.com \
    --to=sohil.mehta@intel.com \
    --cc=darwi@linutronix.de \
    --cc=hpa@zytor.com \
    --cc=tglx@linutronix.de \
    --cc=x86-cpuid@lists.linux.dev \
    --cc=xin@zytor.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.