Home
last modified time | relevance | path

Searched refs:EndValue (Results 1 – 25 of 29) sorted by relevance

12

/device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeCoreTimerLib/
DDxeCoreTimerLib.c114 OUT UINT64 *EndValue OPTIONAL in GetPerformanceCounterProperties()
121 if (EndValue != NULL) { in GetPerformanceCounterProperties()
122 *EndValue = (UINT64)-1LL; in GetPerformanceCounterProperties()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/Ipf/
DIpfTimerLib.c156 OUT UINT64 *EndValue OPTIONAL in GetPerformanceCounterProperties()
173 if (EndValue != NULL) { in GetPerformanceCounterProperties()
174 *EndValue = (UINT64)(-1); in GetPerformanceCounterProperties()
/device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiTimerLib/
DPeiTimerLib.c145 OUT UINT64 *EndValue OPTIONAL in GetPerformanceCounterProperties()
165 if (EndValue != NULL) { in GetPerformanceCounterProperties()
166 *EndValue = (UINT64)-1LL; in GetPerformanceCounterProperties()
/device/linaro/bootloader/edk2/OvmfPkg/Library/AcpiTimerLib/
DAcpiTimerLib.c168 OUT UINT64 *EndValue OPTIONAL in GetPerformanceCounterProperties()
175 if (EndValue != NULL) { in GetPerformanceCounterProperties()
176 *EndValue = ACPI_TIMER_COUNT_SIZE - 1; in GetPerformanceCounterProperties()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/
DX86TimerLib.c261 OUT UINT64 *EndValue OPTIONAL in GetPerformanceCounterProperties()
272 if (EndValue != NULL) { in GetPerformanceCounterProperties()
273 *EndValue = 0; in GetPerformanceCounterProperties()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/
DIntelPchAcpiTimerLib.c219 OUT UINT64 *EndValue OPTIONAL in GetPerformanceCounterProperties()
226 if (EndValue != NULL) { in GetPerformanceCounterProperties()
227 *EndValue = V_PCH_ACPI_PM1_TMR_MAX_VAL - 1; in GetPerformanceCounterProperties()
/device/linaro/bootloader/edk2/MdePkg/Library/DxeTimerLibEsal/
DDxeTimerLibEsal.c145 OUT UINT64 *EndValue OPTIONAL in GetPerformanceCounterProperties()
174 if (EndValue != NULL) { in GetPerformanceCounterProperties()
175 *EndValue = (UINT64)(-1); in GetPerformanceCounterProperties()
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmArchTimerLib/
DArmArchTimerLib.c229 OUT UINT64 *EndValue OPTIONAL in GetPerformanceCounterProperties()
237 if (EndValue != NULL) { in GetPerformanceCounterProperties()
239 *EndValue = 0xFFFFFFFFFFFFFFFFUL; in GetPerformanceCounterProperties()
/device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/
DIpfTimerLib.c146 OUT UINT64 *EndValue OPTIONAL in GetPerformanceCounterProperties()
156 if (EndValue != NULL) { in GetPerformanceCounterProperties()
157 *EndValue = (UINT64)(-1); in GetPerformanceCounterProperties()
DX86TimerLib.c315 OUT UINT64 *EndValue OPTIONAL in GetPerformanceCounterProperties()
326 if (EndValue != NULL) { in GetPerformanceCounterProperties()
327 *EndValue = 0; in GetPerformanceCounterProperties()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/
DIpfTimerLib.c146 OUT UINT64 *EndValue OPTIONAL in GetPerformanceCounterProperties()
156 if (EndValue != NULL) { in GetPerformanceCounterProperties()
157 *EndValue = (UINT64)(-1); in GetPerformanceCounterProperties()
DX86TimerLib.c210 OUT UINT64 *EndValue OPTIONAL in GetPerformanceCounterProperties()
217 if (EndValue != NULL) { in GetPerformanceCounterProperties()
218 *EndValue = 0; in GetPerformanceCounterProperties()
/device/linaro/bootloader/edk2/Omap35xxPkg/Library/Omap35xxTimerLib/
DTimerLib.c119 OUT UINT64 *EndValue OPTIONAL in GetPerformanceCounterProperties()
127 if (EndValue != NULL) { in GetPerformanceCounterProperties()
129 *EndValue = 0xFFFFFFFF; in GetPerformanceCounterProperties()
/device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeTimerLib/
DDxeTimerLib.c165 OUT UINT64 *EndValue OPTIONAL in GetPerformanceCounterProperties()
172 if (EndValue != NULL) { in GetPerformanceCounterProperties()
173 *EndValue = (UINT64)-1LL; in GetPerformanceCounterProperties()
/device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/
DTscTimerLibShare.c220 OUT UINT64 *EndValue OPTIONAL in GetPerformanceCounterProperties()
226 if (EndValue != NULL) { in GetPerformanceCounterProperties()
227 *EndValue = 0xFFFFFFFFFFFFFFFFull; in GetPerformanceCounterProperties()
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetTimerLib/
DX86TimerLib.c229 OUT UINT64 *EndValue OPTIONAL in GetPerformanceCounterProperties()
240 if (EndValue != NULL) { in GetPerformanceCounterProperties()
241 *EndValue = (1 << gAcpiDesc->PM_TMR_BLK.RegisterBitWidth) - 1; in GetPerformanceCounterProperties()
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/AcpiTimerLib/
DAcpiTimerLib.c219 OUT UINT64 *EndValue OPTIONAL in GetPerformanceCounterProperties()
226 if (EndValue != NULL) { in GetPerformanceCounterProperties()
227 *EndValue = ACPI_TIMER_COUNT_SIZE - 1; in GetPerformanceCounterProperties()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/SP804TimerLib/
DSP804TimerLib.c242 OUT UINT64 *EndValue OPTIONAL in GetPerformanceCounterProperties()
250 if (EndValue != NULL) { in GetPerformanceCounterProperties()
252 *EndValue = (UINT64)0ULL; in GetPerformanceCounterProperties()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/TimestampDxe/
DTimestampDxe.c146 mTimestampProperties.EndValue = mTimerLibEndValue - mTimerLibStartValue; in TimestampDriverInitialize()
148 mTimestampProperties.EndValue = mTimerLibStartValue - mTimerLibEndValue; in TimestampDriverInitialize()
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/
DAcpiTimerLib.c282 OUT UINT64 *EndValue OPTIONAL in GetPerformanceCounterProperties()
289 if (EndValue != NULL) { in GetPerformanceCounterProperties()
290 *EndValue = 0xffffffffffffffffULL; in GetPerformanceCounterProperties()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmPerformance.c173 UINT64 EndValue; in BmWriteBootToOsPerformanceData() local
188 Freq = GetPerformanceCounterProperties (&StartValue, &EndValue); in BmWriteBootToOsPerformanceData()
197 if (EndValue >= StartValue) { in BmWriteBootToOsPerformanceData()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DPerformance.c169 UINT64 EndValue; in WriteBootToOsPerformanceData() local
184 Freq = GetPerformanceCounterProperties (&StartValue, &EndValue); in WriteBootToOsPerformanceData()
193 if (EndValue >= StartValue) { in WriteBootToOsPerformanceData()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DTimestamp.h44 UINT64 EndValue; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueTimerLib.h103 OUT UINT64 *EndValue OPTIONAL
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DPerformance.c169 UINT64 EndValue; in WriteBootToOsPerformanceData() local
189 Freq = GetPerformanceCounterProperties (&StartValue, &EndValue); in WriteBootToOsPerformanceData()
198 if (EndValue >= StartValue) { in WriteBootToOsPerformanceData()

12