Home
last modified time | relevance | path

Searched refs:EndCount (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DDp.c276 Freq = GetPerformanceCounterProperties (&TimerInfo.StartCount, &TimerInfo.EndCount); in ShellCommandRunDp()
282 TimerInfo.CountUp = (BOOLEAN) (TimerInfo.EndCount >= TimerInfo.StartCount); in ShellCommandRunDp()
301 TimerInfo.EndCount in ShellCommandRunDp()
DDp.h47 UINT64 EndCount; ///< Value timer has just before it wraps. member
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DDp.h46 UINT64 EndCount; ///< Value timer has just before it wraps. member
DDp.c388 Freq = GetPerformanceCounterProperties (&TimerInfo.StartCount, &TimerInfo.EndCount); in InitializeDp()
394 TimerInfo.CountUp = (BOOLEAN) (TimerInfo.EndCount >= TimerInfo.StartCount); in InitializeDp()
415 TimerInfo.EndCount in InitializeDp()