Consolidate ProcessorBlock and ProcessorNumber into ProcessorStructures
This commit is contained in:
@@ -85,8 +85,7 @@ GenerateAssemblyDefinitions(VOID)
|
|||||||
ADK_OFFSET(PROCESSOR_START_BLOCK, Cr3);
|
ADK_OFFSET(PROCESSOR_START_BLOCK, Cr3);
|
||||||
ADK_OFFSET(PROCESSOR_START_BLOCK, Cr4);
|
ADK_OFFSET(PROCESSOR_START_BLOCK, Cr4);
|
||||||
ADK_OFFSET(PROCESSOR_START_BLOCK, EntryPoint);
|
ADK_OFFSET(PROCESSOR_START_BLOCK, EntryPoint);
|
||||||
ADK_OFFSET(PROCESSOR_START_BLOCK, ProcessorBlock);
|
ADK_OFFSET(PROCESSOR_START_BLOCK, ProcessorStructures);
|
||||||
ADK_OFFSET(PROCESSOR_START_BLOCK, ProcessorNumber);
|
|
||||||
ADK_OFFSET(PROCESSOR_START_BLOCK, Stack);
|
ADK_OFFSET(PROCESSOR_START_BLOCK, Stack);
|
||||||
ADK_OFFSET(PROCESSOR_START_BLOCK, Started);
|
ADK_OFFSET(PROCESSOR_START_BLOCK, Started);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -59,8 +59,7 @@ GenerateAssemblyDefinitions(VOID)
|
|||||||
ADK_OFFSET(PROCESSOR_START_BLOCK, Cr3);
|
ADK_OFFSET(PROCESSOR_START_BLOCK, Cr3);
|
||||||
ADK_OFFSET(PROCESSOR_START_BLOCK, Cr4);
|
ADK_OFFSET(PROCESSOR_START_BLOCK, Cr4);
|
||||||
ADK_OFFSET(PROCESSOR_START_BLOCK, EntryPoint);
|
ADK_OFFSET(PROCESSOR_START_BLOCK, EntryPoint);
|
||||||
ADK_OFFSET(PROCESSOR_START_BLOCK, ProcessorBlock);
|
ADK_OFFSET(PROCESSOR_START_BLOCK, ProcessorStructures);
|
||||||
ADK_OFFSET(PROCESSOR_START_BLOCK, ProcessorNumber);
|
|
||||||
ADK_OFFSET(PROCESSOR_START_BLOCK, Stack);
|
ADK_OFFSET(PROCESSOR_START_BLOCK, Stack);
|
||||||
ADK_OFFSET(PROCESSOR_START_BLOCK, Started);
|
ADK_OFFSET(PROCESSOR_START_BLOCK, Started);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -476,8 +476,7 @@ typedef struct _PROCESSOR_START_BLOCK
|
|||||||
ULONG_PTR Cr3;
|
ULONG_PTR Cr3;
|
||||||
ULONG_PTR Cr4;
|
ULONG_PTR Cr4;
|
||||||
PVOID EntryPoint;
|
PVOID EntryPoint;
|
||||||
PVOID ProcessorBlock;
|
PVOID ProcessorStructures;
|
||||||
ULONG ProcessorNumber;
|
|
||||||
PVOID Stack;
|
PVOID Stack;
|
||||||
BOOLEAN Started;
|
BOOLEAN Started;
|
||||||
} PROCESSOR_START_BLOCK, *PPROCESSOR_START_BLOCK;
|
} PROCESSOR_START_BLOCK, *PPROCESSOR_START_BLOCK;
|
||||||
|
|||||||
@@ -437,8 +437,7 @@ typedef struct _PROCESSOR_START_BLOCK
|
|||||||
ULONG_PTR Cr3;
|
ULONG_PTR Cr3;
|
||||||
ULONG_PTR Cr4;
|
ULONG_PTR Cr4;
|
||||||
PVOID EntryPoint;
|
PVOID EntryPoint;
|
||||||
PVOID ProcessorBlock;
|
PVOID ProcessorStructures;
|
||||||
ULONG ProcessorNumber;
|
|
||||||
PVOID Stack;
|
PVOID Stack;
|
||||||
BOOLEAN Started;
|
BOOLEAN Started;
|
||||||
} PROCESSOR_START_BLOCK, *PPROCESSOR_START_BLOCK;
|
} PROCESSOR_START_BLOCK, *PPROCESSOR_START_BLOCK;
|
||||||
|
|||||||
Reference in New Issue
Block a user