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
Copy file name to clipboardExpand all lines: cpuid.go
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -192,6 +192,7 @@ const (
192
192
SYSCALL// System-Call Extension (SCE): SYSCALL and SYSRET instructions.
193
193
SYSEE// SYSENTER and SYSEXIT instructions
194
194
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.
195
196
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.
196
197
TSCRATEMSR// MSR based TSC rate control. Indicates support for MSR TSC ratio MSRC000_0104
0 commit comments