ReactOS
0.4.14-dev-608-gd495a4f
|
#include <apic.h>
Public Attributes | |
UCHAR | Flags |
UCHAR | APICId |
UCHAR | APICVersion |
ULONG | BusSpeed |
ULONG | CoreSpeed |
UCHAR | Padding [16-12] |
UINT32 | AsUINT32 [4] |
struct { | |
ULONG Eax | |
ULONG Ebx | |
ULONG Ecx | |
ULONG Edx | |
}; | |
ULONG | Dummy |
struct { | |
ULONG Eax | |
ULONG Ebx | |
ULONG Ecx | |
ULONG Edx | |
}; | |
struct { ... } |
struct { ... } |
UCHAR _CPU_INFO::APICId |
Definition at line 178 of file apic.h.
Referenced by HaliMPProcessorInfo().
UCHAR _CPU_INFO::APICVersion |
Definition at line 179 of file apic.h.
Referenced by HaliMPProcessorInfo().
UINT32 _CPU_INFO::AsUINT32 |
Definition at line 293 of file ketypes.h.
Referenced by KiGetCacheInformation().
ULONG _CPU_INFO::BusSpeed |
Definition at line 181 of file apic.h.
Referenced by APICCalibrateTimer().
ULONG _CPU_INFO::CoreSpeed |
Definition at line 182 of file apic.h.
Referenced by APICCalibrateTimer().
ULONG _CPU_INFO::Eax |
Definition at line 296 of file ketypes.h.
Referenced by CmpGetIntelBrandString(), CmpInitializeMachineDependentConfiguration(), KiGetCacheInformation(), KiGetFeatureBits(), and KiSetProcessorType().
ULONG _CPU_INFO::Ebx |
Definition at line 297 of file ketypes.h.
Referenced by BlArchGetCpuVendor(), CmpGetIntelBrandString(), CmpInitializeMachineDependentConfiguration(), KiGetCpuVendor(), and KiGetFeatureBits().
ULONG _CPU_INFO::Ecx |
Definition at line 298 of file ketypes.h.
Referenced by BlArchGetCpuVendor(), CmpInitializeMachineDependentConfiguration(), KiGetCacheInformation(), KiGetCpuVendor(), KiGetFeatureBits(), and MmArchInitialize().
ULONG _CPU_INFO::Edx |
Definition at line 299 of file ketypes.h.
Referenced by BlArchGetCpuVendor(), CmpInitializeMachineDependentConfiguration(), KiGetCpuVendor(), KiGetFeatureBits(), OslMain(), and OslpMain().
UCHAR _CPU_INFO::Flags |
Definition at line 177 of file apic.h.
Referenced by HaliMPProcessorInfo(), and HalInitializeProcessor().