[XDK] Fix x64 version of KeGetCurrentProcessorNumber() and add KeGetCurrentProcessorIndex()

This commit is contained in:
Timo Kreuzer 2019-04-21 11:28:58 +02:00
parent 9215413a68
commit e2560a5cad
3 changed files with 26 additions and 14 deletions

View file

@ -44,19 +44,6 @@ KeInvalidateRangeAllCaches(
_In_ PVOID BaseAddress,
_In_ ULONG Length);
$endif (_NTDDK_)
$if (_NTIFS_)
NTSTATUS
NTAPI
KeGetProcessorNumberFromIndex(
_In_ ULONG ProcIndex,
_Out_ PPROCESSOR_NUMBER ProcNumber);
ULONG
NTAPI
KeGetProcessorIndexFromNumber(
_In_ PPROCESSOR_NUMBER ProcNumber);
$endif (_NTIFS_)
#if (NTDDI_VERSION >= NTDDI_WIN2K)