HomeSort by relevance Sort by last modified time
    Searched refs:StartTick (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/
X86TimerLib.c 63 UINT32 StartTick;
80 StartTick = GetApicTimerCurrentCount ();
90 Ticks = StartTick - GetApicTimerCurrentCount ();
100 // Update StartTick and Delay for next delay slot
102 StartTick -= (StartTick > Delay) ? Delay : (Delay - InitCount);
  /device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/
X86TimerLib.c 160 UINT32 StartTick;
177 StartTick = InternalX86GetTimerTick (ApicBase);
187 Ticks = StartTick - InternalX86GetTimerTick (ApicBase);
197 // Update StartTick and Delay for next delay slot
199 StartTick -= (StartTick > Delay) ? Delay : (Delay - InitCount);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/Performance/
Performance.h 54 UINT64 StartTick;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxePerformanceLib/
PerformanceLib.c 497 (Node->GaugeData).StartTick = LogEntry->StartTimeCount;
532 Ticker - Set gauge data's StartTick. If 0, StartTick is current timer.
559 Node->GaugeData.StartTick = TimerValue;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
Perf.c 443 Ticker - Set gauge data's StartTick. If 0, StartTick is current timer.
470 Node->GaugeData.StartTick = TimerValue;
857 (Node->GaugeData).StartTick = LogEntry->StartTimeCount;

Completed in 139 milliseconds