|
ReactOS 0.4.17-dev-683-g0dafdc5
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| VOID NTAPI | KiGetCpuVendorString (_Out_writes_z_(CPU_VENDOR_STR_LEN) CHAR VendorString[CPU_VENDOR_STR_LEN]) |
| Get the CPUID information for a given CPU. | |
| CPU_VENDORS NTAPI | KiIdentifyCpuVendor (_In_reads_z_(CPU_VENDOR_STR_LEN) const CHAR VendorString[CPU_VENDOR_STR_LEN]) |
| Identify the CPU vendor by the vendor string. | |
| VOID NTAPI | KiGetCpuSignature (_Out_ PUSHORT Family, _Out_ PUSHORT Model, _Out_ PUSHORT Stepping) |
| Get the CPU signature. | |
Get the CPU signature.
| [out] | Family | - Pointer to a USHORT to receive the family |
| [out] | Model | - Pointer to a USHORT to receive the model |
| [out] | Stepping | - Pointer to a USHORT to receive the stepping |
\See
Definition at line 118 of file cpuinfo.c.
Referenced by KiSetProcessorType().
| VOID NTAPI KiGetCpuVendorString | ( | _Out_writes_z_(CPU_VENDOR_STR_LEN) CHAR | VendorString[CPU_VENDOR_STR_LEN] | ) |
Get the CPUID information for a given CPU.
| [out] | VendorString | - Pointer to a buffer to receive the vendor string |
Definition at line 24 of file cpuinfo.c.
Referenced by KiSetProcessorType().
| CPU_VENDORS NTAPI KiIdentifyCpuVendor | ( | _In_reads_z_(CPU_VENDOR_STR_LEN) const CHAR | VendorString[CPU_VENDOR_STR_LEN] | ) |
Identify the CPU vendor by the vendor string.
| [in] | VendorString | - Pointer to a buffer containing the vendor string |
Definition at line 55 of file cpuinfo.c.
Referenced by KiGetCpuVendor(), and KiSetProcessorType().