Processor identification structures
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-02-10 17:14:12 +01:00
parent e645cf664c
commit e94cb2d3a7
6 changed files with 70 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
#include <xtstruct.h>
#include <xttypes.h>
#include ARCH_HEADER(xtstruct.h)
#include ARCH_HEADER(artypes.h)
/* Selector masks */
@@ -449,6 +450,7 @@ typedef struct _KPROCESSOR_CONTROL_BLOCK
PKTHREAD NextThread;
ULONG64 RspBase;
ULONG_PTR SetMember;
CPU_IDENTIFICATION CpuId;
KPROCESSOR_STATE ProcessorState;
PVOID DpcStack;
ULONG_PTR MultiThreadProcessorSet;