|
ReactOS 0.4.17-dev-683-g0dafdc5
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Definition at line 437 of file cpu.c.
Referenced by KeFlushEntireTb(), and KiFlushTargetEntireTb().
Definition at line 563 of file cpu.c.
Referenced by MiAllocatePoolPages(), MiDeleteSystemPageableVm(), MiDereferenceSession(), MiMapLockedPagesInUserSpace(), MiProtectFreeNonPagedPool(), MiSetSystemCodeProtection(), MmFreeSpecialPool(), MmMapIoSpace(), MmUnmapIoSpace(), and MmUnmapReservedMapping().
Definition at line 611 of file cpu.c.
Referenced by ClassGetLBProvisioningResources(), ClasspDeviceGetBlockDeviceCharacteristicsVPDPage(), ClasspDeviceGetBlockLimitsVPDPage(), ClasspDeviceGetLBAStatusWorker(), ClasspDeviceGetLBProvisioningVPDPage(), ClasspGetBlockDeviceTokenLimitsInfo(), ClasspGetInquiryVpdSupportInfo(), ClassReadCapacity16(), ClassSendSrbSynchronous(), DeviceProcessDsmTrimRequest(), ExAllocateCacheAwareRundownProtection(), ExInitializeRundownProtectionCacheAware(), ExSizeOfRundownProtectionCacheAware(), NdisGetSharedDataAlignment(), and QSI_DEF().
| VOID __cdecl KeSaveStateForHibernate | ( | IN PKPROCESSOR_STATE | State | ) |
Definition at line 622 of file cpu.c.
Definition at line 334 of file cpu.c.
Evaluates the KeFeatureFlag bits for the current CPU.
Definition at line 73 of file cpu.c.
| VOID NTAPI KiRestoreProcessorControlState | ( | PKPROCESSOR_STATE | ProcessorState | ) |
Definition at line 445 of file cpu.c.
Referenced by KiRestoreProcessorState().
| VOID NTAPI KiRestoreProcessorState | ( | _Out_ PKTRAP_FRAME | TrapFrame, |
| _Out_ PKEXCEPTION_FRAME | ExceptionFrame | ||
| ) |
Definition at line 544 of file cpu.c.
Referenced by KiProcessorFreezeHandler().
| VOID NTAPI KiSaveProcessorControlState | ( | OUT PKPROCESSOR_STATE | ProcessorState | ) |
Definition at line 487 of file cpu.c.
Referenced by KeSaveStateForHibernate(), and KiSaveProcessorState().
| VOID NTAPI KiSaveProcessorState | ( | _In_ PKTRAP_FRAME | TrapFrame, |
| _In_ PKEXCEPTION_FRAME | ExceptionFrame | ||
| ) |
Definition at line 528 of file cpu.c.
Referenced by KiProcessorFreezeHandler(), and KiTrap02Handler().
Definition at line 40 of file cpu.c.
| NTSTATUS NTAPI KxRestoreFloatingPointState | ( | IN PKFLOATING_SAVE | FloatingState | ) |
| NTSTATUS NTAPI KxSaveFloatingPointState | ( | OUT PKFLOATING_SAVE | FloatingState | ) |
| ULONG KeI386CpuType |
Definition at line 25 of file cpu.c.
Referenced by KeInvalidateAllCaches().
| ULONG KeI386MachineType |
Definition at line 27 of file cpu.c.
Referenced by KiInitializeMachineType().
| ULONG KeI386NpxPresent = 1 |
Definition at line 28 of file cpu.c.
Referenced by KeRestoreFloatingPointState(), and KeSaveFloatingPointState().
| ULONG KeLargestCacheLine = 0x40 |
Definition at line 29 of file cpu.c.
Referenced by KeGetRecommendedSharedDataAlignment(), and KiGetCacheInformation().
| ULONG KiDmaIoCoherency = 0 |
Definition at line 30 of file cpu.c.
Referenced by KeSetDmaIoCoherency(), and KiInitializeKernel().
| BOOLEAN KiSMTProcessorsPresent |
Definition at line 31 of file cpu.c.
Referenced by KiGetFeatureBits().
Definition at line 34 of file cpu.c.
Referenced by KeFlushEntireTb().