[BACK]Return to procfs_machdep.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / x86 / x86

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/x86/x86/procfs_machdep.c between version 1.33.2.5 and 1.33.2.6

version 1.33.2.5, 2022/01/31 17:54:59 version 1.33.2.6, 2022/09/16 18:36:43
Line 122  static const char * const x86_features[]
Line 122  static const char * const x86_features[]
         { /* (8) Linux mapping */          { /* (8) Linux mapping */
         "tpr_shadow", "vnmi", "flexpriority", "ept", "vpid", NULL, NULL, NULL,          "tpr_shadow", "vnmi", "flexpriority", "ept", "vpid", NULL, NULL, NULL,
         NULL, NULL, NULL, NULL, NULL, NULL, NULL, "vmmcall",          NULL, NULL, NULL, NULL, NULL, NULL, NULL, "vmmcall",
         NULL, "ept_ad", NULL, NULL, NULL, NULL, NULL, NULL,          NULL, "ept_ad", NULL, NULL, NULL, NULL, "tdx_guest", NULL,
         NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL},          NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL},
   
         { /* (9) Intel-defined: 00000007 ebx */          { /* (9) Intel-defined: 00000007 ebx */
Line 157  static const char * const x86_features[]
Line 157  static const char * const x86_features[]
         "clzero", "irperf", "xsaveerptr", NULL, "rdpru", NULL, NULL, NULL,          "clzero", "irperf", "xsaveerptr", NULL, "rdpru", NULL, NULL, NULL,
         NULL, "wbnoinvd", NULL, NULL, NULL, NULL, NULL, NULL,          NULL, "wbnoinvd", NULL, NULL, NULL, NULL, NULL, NULL,
         NULL, NULL, NULL, NULL, NULL, NULL, NULL, "ppin",          NULL, NULL, NULL, NULL, NULL, NULL, NULL, "ppin",
         NULL, "virt_ssbd", NULL, "cppc", NULL, NULL, NULL, NULL},          NULL, "virt_ssbd", NULL, "cppc", NULL, NULL, NULL, "brs"},
   
         { /* (14) 0x00000006 eax */          { /* (14) 0x00000006 eax */
         "dtherm", "ida", "arat", NULL, "pln", NULL, "pts", "hwp",          "dtherm", "ida", "arat", NULL, "pln", NULL, "pts", "hwp",
         "hwp_notify", "hwp_act_window", "hwp_epp","hwp_pkg_req",          "hwp_notify", "hwp_act_window", "hwp_epp","hwp_pkg_req",
         NULL, NULL, NULL, NULL,          NULL, NULL, NULL, NULL,
         NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,          NULL, NULL, NULL, "hfi", NULL, NULL, NULL, NULL,
         NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL},          NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL},
   
         { /* (15) AMD 0x8000000a edx */          { /* (15) AMD 0x8000000a edx */
Line 193  static const char * const x86_features[]
Line 193  static const char * const x86_features[]
         NULL, NULL, "avx512_4vnniw", "avx512_4fmaps", "fsrm", NULL, NULL, NULL,          NULL, NULL, "avx512_4vnniw", "avx512_4fmaps", "fsrm", NULL, NULL, NULL,
         "vp2intersect", NULL, "md_clear", NULL, NULL, NULL, "serialize", NULL,          "vp2intersect", NULL, "md_clear", NULL, NULL, NULL, "serialize", NULL,
         "tsxldtrk", NULL, "pconfig", "arch_lbr",          "tsxldtrk", NULL, "pconfig", "arch_lbr",
         NULL, NULL, NULL, "avx512_fp16",          "ibt", NULL, "amx_bf16", "avx512_fp16",
         NULL, NULL, NULL, NULL,          "amx_tile", "amx_int8", NULL, NULL,
         "flush_l1d", "arch_capabilities", NULL, "ssbd"},          "flush_l1d", "arch_capabilities", NULL, "ssbd"},
   
         { /* (19) AMD 0x8000001f eax */          { /* (19) AMD 0x8000001f eax */

Legend:
Removed from v.1.33.2.5  
changed lines
  Added in v.1.33.2.6

CVSweb <webmaster@jp.NetBSD.org>