OpenCBM
|
Functions for determining processor number. More...
Go to the source code of this file.
Functions | |
ULONG | CbmGetCurrentProcessorNumber (VOID) |
Wrapper for KeGetCurrentProcessorNumber() More... | |
ULONG | CbmGetNumberProcessors (VOID) |
Get the number of processors in the system. More... | |
ULONG CbmGetCurrentProcessorNumber | ( | VOID | ) |
Wrapper for KeGetCurrentProcessorNumber()
See KeGetCurrentProcessorNumber()
This function is needed as KeGetCurrentProcessorNumber() is only defined in NTDDK.H, not in WDM.H. Anyway, for debugging purposes, we need to access it from anywhere..
Definition at line 31 of file processor.c.
ULONG CbmGetNumberProcessors | ( | VOID | ) |
Get the number of processors in the system.
This function returns the count of processors available in the current system.
Definition at line 57 of file processor.c.
Referenced by AddDeviceCommonInit().