Add ExtendedFeatureBits field

This commit is contained in:
2026-05-14 21:37:11 +02:00
parent ed52d421ea
commit 63d18aad1e
2 changed files with 2 additions and 0 deletions

View File

@@ -430,6 +430,7 @@ typedef VOID (*PINTERRUPT_HANDLER)(PKTRAP_FRAME TrapFrame);
/* Processor identification information */ /* Processor identification information */
typedef struct _CPU_IDENTIFICATION typedef struct _CPU_IDENTIFICATION
{ {
ULONGLONG ExtendedFeatureBits;
USHORT Family; USHORT Family;
ULONGLONG FeatureBits; ULONGLONG FeatureBits;
USHORT Model; USHORT Model;

View File

@@ -395,6 +395,7 @@ typedef VOID (*PINTERRUPT_HANDLER)(PKTRAP_FRAME TrapFrame);
/* Processor identification information */ /* Processor identification information */
typedef struct _CPU_IDENTIFICATION typedef struct _CPU_IDENTIFICATION
{ {
ULONGLONG ExtendedFeatureBits;
USHORT Family; USHORT Family;
ULONGLONG FeatureBits; ULONGLONG FeatureBits;
USHORT Model; USHORT Model;