Implement KeGetCurrentProcessorBlock() and KeGetCurrentProcessorControlBlock() routines for both amd64 and i686
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-02-08 16:39:05 +01:00
parent d8c68ed003
commit 929d3dfae7
4 changed files with 87 additions and 0 deletions

View File

@@ -12,6 +12,14 @@
#include <xtos.h>
XTAPI
PKPROCESSOR_BLOCK
KeGetCurrentProcessorBlock(VOID);
XTAPI
PKPROCESSOR_CONTROL_BLOCK
KeGetCurrentProcessorControlBlock(VOID);
XTAPI
VOID
KepArchInitialize(VOID);