All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] db: Add Intel NMI-source reporting feature flag
@ 2024-09-23 22:32 Sohil Mehta
  2024-09-23 22:57 ` Sohil Mehta
  2024-09-24 16:09 ` Ahmed S. Darwish
  0 siblings, 2 replies; 10+ messages in thread
From: Sohil Mehta @ 2024-09-23 22:32 UTC (permalink / raw)
  To: x86-cpuid, Ahmed S . Darwish
  Cc: Thomas Gleixner, Xin Li, H . Peter Anvin, Sohil Mehta

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


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-09-28  7:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-23 22:32 [PATCH] db: Add Intel NMI-source reporting feature flag Sohil Mehta
2024-09-23 22:57 ` 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

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.