Merge branch 'master' into master

This commit is contained in:
Jozef Nagy
2023-11-28 15:38:53 +01:00
committed by Jozef Nagy
15 changed files with 461 additions and 15 deletions

View File

@@ -89,6 +89,22 @@ VOID
HlWriteApicRegister(IN APIC_REGISTER Register,
IN ULONG Value);
XTAPI
BOOLEAN
HlpCheckX2ApicSupport(VOID);
XTCDECL
VOID
HlpHandleApicSpuriousService();
XTCDECL
VOID
HlpHandlePicSpuriousService();
XTAPI
VOID
HlpInitializeApic();
XTFASTCALL
KRUNLEVEL
HlpTransformApicTprToRunLevel(IN UCHAR Tpr);