You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IBSBRNTRGT// Instruction Based Sampling Feature (AMD)
@@ -138,7 +143,9 @@ const (
138
143
LBRVIRT// LBR virtualization
139
144
LZCNT// LZCNT instruction
140
145
MCAOVERFLOW// MCA overflow recovery support.
146
+
MCDT_NO// Processor do not exhibit MXCSR Configuration Dependent Timing behavior and do not need to mitigate it.
141
147
MCOMMIT// MCOMMIT instruction supported
148
+
MD_CLEAR// VERW clears CPU buffers
142
149
MMX// standard MMX
143
150
MMXEXT// SSE integer functions or AMD MMX ext
144
151
MOVBE// MOVBE instruction (big-endian)
@@ -172,6 +179,8 @@ const (
172
179
SHA// Intel SHA Extensions
173
180
SME// AMD Secure Memory Encryption supported
174
181
SME_COHERENT// AMD Hardware cache coherency across encryption domains enforced
182
+
SPEC_CTRL_SSBD// Speculative Store Bypass Disable
183
+
SRBDS_CTRL// SRBDS mitigation MSR available
175
184
SSE// SSE functions
176
185
SSE2// P4 SSE functions
177
186
SSE3// Prescott SSE3 functions
@@ -192,8 +201,8 @@ const (
192
201
SYSCALL// System-Call Extension (SCE): SYSCALL and SYSRET instructions.
193
202
SYSEE// SYSENTER and SYSEXIT instructions
194
203
TBM// AMD Trailing Bit Manipulation
195
-
TOPEXT// TopologyExtensions: topology extensions support. Indicates support for CPUID Fn8000_001D_EAX_x[N:0]-CPUID Fn8000_001E_EDX.
196
204
TME// Intel Total Memory Encryption. The following MSRs are supported: IA32_TME_CAPABILITY, IA32_TME_ACTIVATE, IA32_TME_EXCLUDE_MASK, and IA32_TME_EXCLUDE_BASE.
205
+
TOPEXT// TopologyExtensions: topology extensions support. Indicates support for CPUID Fn8000_001D_EAX_x[N:0]-CPUID Fn8000_001E_EDX.
197
206
TSCRATEMSR// MSR based TSC rate control. Indicates support for MSR TSC ratio MSRC000_0104
0 commit comments