Implement HlpSendIpi() routine

This commit is contained in:
2024-07-22 23:23:55 +02:00
parent 626ece8046
commit 2c5b680426
3 changed files with 42 additions and 0 deletions

View File

@@ -54,6 +54,11 @@ XTAPI
VOID
HlpInitializePic();
XTAPI
VOID
HlpSendIpi(ULONG ApicId,
ULONG Vector);
XTFASTCALL
KRUNLEVEL
HlpTransformApicTprToRunLevel(IN UCHAR Tpr);

View File

@@ -54,6 +54,11 @@ XTAPI
VOID
HlpInitializePic(VOID);
XTAPI
VOID
HlpSendIpi(ULONG ApicId,
ULONG Vector);
XTFASTCALL
KRUNLEVEL
HlpTransformApicTprToRunLevel(IN UCHAR Tpr);