File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -952,7 +952,7 @@ void JsonSysInfo(RO(SHM_STRUCT) *RO(Shm))
952
952
json_key (& s , "LKGS" );
953
953
json_literal (& s , "%u" , (unsigned ) RO (Shm )-> Proc .Features .ExtFeature_Leaf1_EAX .LKGS );
954
954
json_key (& s , "WRMSRNS" );
955
- json_literal (& s , "%u" , (unsigned ) RO (Shm )-> Proc .Features .ExtFeature_Leaf1_EAX .WRMSRNS );
955
+ json_literal (& s , "%u" , (unsigned ) RO (Shm )-> Proc .Features .ExtFeature_Leaf1_EAX .WRMSRNS_Inst );
956
956
json_key (& s , "AMX_FP16" );
957
957
json_literal (& s , "%u" , (unsigned ) RO (Shm )-> Proc .Features .ExtFeature_Leaf1_EAX .AMX_FP16 );
958
958
json_key (& s , "HRESET" );
@@ -962,7 +962,7 @@ void JsonSysInfo(RO(SHM_STRUCT) *RO(Shm))
962
962
json_key (& s , "LAM" );
963
963
json_literal (& s , "%u" , (unsigned ) RO (Shm )-> Proc .Features .ExtFeature_Leaf1_EAX .LAM );
964
964
json_key (& s , "RDMSRLIST" );
965
- json_literal (& s , "%u" , (unsigned ) RO (Shm )-> Proc .Features .ExtFeature_Leaf1_EAX .RDMSRLIST );
965
+ json_literal (& s , "%u" , (unsigned ) RO (Shm )-> Proc .Features .ExtFeature_Leaf1_EAX .RDMSRLIST_Inst );
966
966
967
967
json_end_object (& s );
968
968
}
Original file line number Diff line number Diff line change @@ -1468,14 +1468,14 @@ typedef struct /* Extended Feature Flags Enumeration Leaf 1 */
1468
1468
Reserved3 : 17 - 13 ,
1469
1469
FRED : 18 - 17 , /* Flexible Return and Event Delivery*/
1470
1470
LKGS : 19 - 18 , /* Load Kernel GS segment register */
1471
- WRMSRNS : 20 - 19 , /* Sierra Forest, Grand Ridge */
1471
+ WRMSRNS_Inst : 20 - 19 , /* Sierra Forest, Grand Ridge */
1472
1472
NMI_SRC : 21 - 20 , /* NMI-source reporting */
1473
1473
AMX_FP16 : 22 - 21 , /* Granite Rapids */
1474
1474
HRESET : 23 - 22 , /* History Reset instruction */
1475
1475
AVX_IFMA : 24 - 23 , /* Sierra Forest, Grand Ridge */
1476
1476
Reserved4 : 26 - 24 ,
1477
1477
LAM : 27 - 26 , /* Linear Address Masking */
1478
- RDMSRLIST : 28 - 27 , /* Sierra Forest, Grand Ridge */
1478
+ RDMSRLIST_Inst : 28 - 27 , /* Sierra Forest, Grand Ridge */
1479
1479
Reserved5 : 30 - 28 ,
1480
1480
INVD_DISABLE : 31 - 30 ,
1481
1481
Reserved6 : 32 - 31 ;
You can’t perform that action at this time.
0 commit comments