Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DPerformance.c166 UINT64 StartTicker; in WriteBootToOsPerformanceData() local
248 &StartTicker, in WriteBootToOsPerformanceData()
267 &StartTicker, in WriteBootToOsPerformanceData()
274 if (StartTicker == 1) { in WriteBootToOsPerformanceData()
275 StartTicker = StartValue; in WriteBootToOsPerformanceData()
280 Ticker += CountUp ? (EndTicker - StartTicker) : (StartTicker - EndTicker); in WriteBootToOsPerformanceData()
313 &StartTicker, in WriteBootToOsPerformanceData()
320 if (StartTicker == 1) { in WriteBootToOsPerformanceData()
321 StartTicker = StartValue; in WriteBootToOsPerformanceData()
326 Ticker = CountUp ? (EndTicker - StartTicker) : (StartTicker - EndTicker); in WriteBootToOsPerformanceData()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DPerformance.c166 UINT64 StartTicker; in WriteBootToOsPerformanceData() local
250 &StartTicker, in WriteBootToOsPerformanceData()
253 if (StartTicker == 1) { in WriteBootToOsPerformanceData()
254 StartTicker = StartValue; in WriteBootToOsPerformanceData()
259 Ticker = CountUp ? (EndTicker - StartTicker) : (StartTicker - EndTicker); in WriteBootToOsPerformanceData()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmPerformance.c170 UINT64 StartTicker; in BmWriteBootToOsPerformanceData() local
254 &StartTicker, in BmWriteBootToOsPerformanceData()
257 if (StartTicker == 1) { in BmWriteBootToOsPerformanceData()
258 StartTicker = StartValue; in BmWriteBootToOsPerformanceData()
263 Ticker = CountUp ? (EndTicker - StartTicker) : (StartTicker - EndTicker); in BmWriteBootToOsPerformanceData()
/device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
DS3Resume.c289 UINT64 StartTicker; in WriteToOsS3PerformanceData() local
357 &StartTicker, in WriteToOsS3PerformanceData()
371 if (StartTicker == 1) { in WriteToOsS3PerformanceData()
372 StartTicker = StartValue; in WriteToOsS3PerformanceData()
377 Ticker = CountUp? (EndTicker - StartTicker) : (StartTicker - EndTicker); in WriteToOsS3PerformanceData()