ReactOS 0.4.16-dev-295-g4aee028
|
#include <hal.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
VOID FASTCALL | KeUpdateSystemTime (IN PKTRAP_FRAME TrapFrame, IN ULONG Increment, IN KIRQL OldIrql) |
VOID | HalpClockInterrupt (VOID) |
VOID | HalpStallInterrupt (VOID) |
VOID | HalpInitializeClock (VOID) |
VOID NTAPI | HalCalibratePerformanceCounter (IN volatile PLONG Count, IN ULONGLONG NewCount) |
ULONG NTAPI | HalSetTimeIncrement (IN ULONG Increment) |
VOID NTAPI | KeStallExecutionProcessor (IN ULONG Microseconds) |
LARGE_INTEGER NTAPI | KeQueryPerformanceCounter (IN PLARGE_INTEGER PerformanceFreq) |
Variables | |
ULONG | HalpCurrentTimeIncrement |
ULONG | HalpNextTimeIncrement |
ULONG | HalpNextIntervalCount |
Definition at line 30 of file timer.c.
Referenced by HalInitSystem(), HalpInitializePICs(), HalpInitPhase0(), and HalpInitPhase1().
Definition at line 54 of file timer.c.
Referenced by HalInitSystem().
Definition at line 47 of file timer.c.
Referenced by HalpInitializeClock().
Definition at line 102 of file timer.c.
Referenced by ExSetTimerResolution().
LARGE_INTEGER NTAPI KeQueryPerformanceCounter | ( | IN PLARGE_INTEGER | PerformanceFreq | ) |
Definition at line 138 of file timer.c.
Referenced by ClasspGetCurrentTime(), DispEchoRequest(), do_write2(), EngQueryPerformanceCounter(), EngQueryPerformanceFrequency(), ExpAllocateUuids(), get_uuid(), KdExitDebugger(), KdInitSystem(), KdpQueryPerformanceCounter(), KiCalculateCpuFrequency(), KiInitMachineDependent(), KsecGatherEntropyData(), LdrpInitSecurityCookie(), nfs41_CloseSrvOpen(), nfs41_Create(), nfs41_Lock(), nfs41_QueryDirectory(), nfs41_QueryEaInformation(), nfs41_QueryFileInformation(), nfs41_QuerySecurityInformation(), nfs41_QueryVolumeInformation(), nfs41_Read(), nfs41_SetEaInformation(), nfs41_SetFileInformation(), nfs41_SetSecurityInformation(), nfs41_Unlock(), nfs41_Write(), NtQueryPerformanceCounter(), NvNetBackoffReseed(), NvNetBackoffReseedEx(), NvNetBackoffSetSlotTime(), ReceiveDatagram(), and VideoPortQueryPerformanceCounter().
Definition at line 114 of file timer.c.
VOID FASTCALL KeUpdateSystemTime | ( | IN PKTRAP_FRAME | TrapFrame, |
IN ULONG | Increment, | ||
IN KIRQL | OldIrql | ||
) |
Definition at line 64 of file time.c.
Referenced by HalpClockInterrupt(), and HalpClockInterruptHandler().
ULONG HalpCurrentTimeIncrement |
Definition at line 25 of file timer.c.
Referenced by HalInitSystem(), HalpClockInterrupt(), and HalpInitializeClock().
ULONG HalpNextIntervalCount |
Definition at line 25 of file timer.c.
Referenced by HalInitSystem().
ULONG HalpNextTimeIncrement |
Definition at line 25 of file timer.c.
Referenced by HalInitSystem().