Home
last modified time | relevance | path

Searched refs:StartTick (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/
DX86TimerLib.c63 UINT32 StartTick; in InternalX86Delay() local
80 StartTick = GetApicTimerCurrentCount (); in InternalX86Delay()
90 Ticks = StartTick - GetApicTimerCurrentCount (); in InternalX86Delay()
102 StartTick -= (StartTick > Delay) ? Delay : (Delay - InitCount); in InternalX86Delay()
/device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/
DX86TimerLib.c160 UINT32 StartTick; in InternalX86Delay() local
177 StartTick = InternalX86GetTimerTick (ApicBase); in InternalX86Delay()
187 Ticks = StartTick - InternalX86GetTimerTick (ApicBase); in InternalX86Delay()
199 StartTick -= (StartTick > Delay) ? Delay : (Delay - InitCount); in InternalX86Delay()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/Performance/
DPerformance.h54 UINT64 StartTick; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxePerformanceLib/
DPerformanceLib.c497 (Node->GaugeData).StartTick = LogEntry->StartTimeCount; in GetPeiPerformance()
559 Node->GaugeData.StartTick = TimerValue; in StartGauge()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DPerf.c470 Node->GaugeData.StartTick = TimerValue; in StartGauge()
857 (Node->GaugeData).StartTick = LogEntry->StartTimeCount; in GetPeiPerformance()