HomeSort by relevance Sort by last modified time
    Searched refs:EndValue (Results 1 - 25 of 35) sorted by null

1 2

  /device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeCoreTimerLib/
DxeCoreTimerLib.c 93 EndValue is not NULL, then the value that the performance counter end with
94 immediately before it rolls over is returned in EndValue. The 64-bit
96 is less than EndValue, then the performance counter counts up. If StartValue
97 is greater than EndValue, then the performance counter counts down. For
99 of 0 and an EndValue of 0xFFFFFFFFFFFFFFFF. A 24-bit free running counter
100 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
104 @param EndValue The value that the performance counter ends with before
114 OUT UINT64 *EndValue OPTIONAL
121 if (EndValue != NULL) {
122 *EndValue = (UINT64)-1LL;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueTimerLib.h 82 EndValue is not NULL, then the value that the performance counter end with
83 immediately before it rolls over is returned in EndValue. The 64-bit
85 is less than EndValue, then the performance counter counts up. If StartValue
86 is greater than EndValue, then the performance counter counts down. For
88 of 0 and an EndValue of 0xFFFFFFFFFFFFFFFF. A 24-bit free running counter
89 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
93 @param EndValue The value that the performance counter ends with before
103 OUT UINT64 *EndValue OPTIONAL
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/Ebc/
EbcTimerLib.c 106 EndValue is not NULL, then the value that the performance counter end with
107 immediately before it rolls over is returned in EndValue. The 64-bit
109 is less than EndValue, then the performance counter counts up. If StartValue
110 is greater than EndValue, then the performance counter counts down. For
112 of 0 and an EndValue of 0xFFFFFFFFFFFFFFFF. A 24-bit free running counter
113 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
117 @param EndValue The value that the performance counter ends with before
127 OUT UINT64 *EndValue OPTIONAL
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
TimerLib.h 73 EndValue is not NULL, then the value that the performance counter end with
74 immediately before it rolls over is returned in EndValue. The 64-bit
76 is less than EndValue, then the performance counter counts up. If StartValue
77 is greater than EndValue, then the performance counter counts down. For
79 of 0 and an EndValue of 0xFFFFFFFFFFFFFFFF. A 24-bit free running counter
80 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
84 @param EndValue The value that the performance counter ends with before
94 OUT UINT64 *EndValue OPTIONAL
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Timestamp.h 41 /// For example, a 64-bit free running counter would have an EndValue of 0xFFFFFFFFFFFFFFFF.
42 /// A 24-bit free running counter would have an EndValue of 0xFFFFFF.
44 UINT64 EndValue;
53 The counter value will not go backwards other than when wrapping, as defined by EndValue in GetProperties().
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/Ipf/
IpfTimerLib.c 135 EndValue is not NULL, then the value that the performance counter end with
136 immediately before it rolls over is returned in EndValue. The 64-bit
138 is less than EndValue, then the performance counter counts up. If StartValue
139 is greater than EndValue, then the performance counter counts down. For
141 of 0 and an EndValue of 0xFFFFFFFFFFFFFFFF. A 24-bit free running counter
142 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
146 @param EndValue The value that the performance counter ends with before
156 OUT UINT64 *EndValue OPTIONAL
173 if (EndValue != NULL) {
174 *EndValue = (UINT64)(-1);
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiTimerLib/
PeiTimerLib.c 124 EndValue is not NULL, then the value that the performance counter end with
125 immediately before it rolls over is returned in EndValue. The 64-bit
127 is less than EndValue, then the performance counter counts up. If StartValue
128 is greater than EndValue, then the performance counter counts down. For
130 of 0 and an EndValue of 0xFFFFFFFFFFFFFFFF. A 24-bit free running counter
131 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
135 @param EndValue The value that the performance counter ends with before
145 OUT UINT64 *EndValue OPTIONAL
165 if (EndValue != NULL) {
166 *EndValue = (UINT64)-1LL;
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/AcpiTimerLib/
AcpiTimerLib.c 147 EndValue is not NULL, then the value that the performance counter end with
148 immediately before it rolls over is returned in EndValue. The 64-bit
150 is less than EndValue, then the performance counter counts up. If StartValue
151 is greater than EndValue, then the performance counter counts down. For
153 of 0 and an EndValue of 0xFFFFFFFFFFFFFFFF. A 24-bit free running counter
154 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
158 @param EndValue The value that the performance counter ends with before
168 OUT UINT64 *EndValue OPTIONAL
175 if (EndValue != NULL) {
176 *EndValue = ACPI_TIMER_COUNT_SIZE - 1;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/
IntelPchAcpiTimerLib.c 198 EndValue is not NULL, then the value that the performance counter end with
199 immediately before it rolls over is returned in EndValue. The 64-bit
201 is less than EndValue, then the performance counter counts up. If StartValue
202 is greater than EndValue, then the performance counter counts down. For
204 of 0 and an EndValue of 0xFFFFFFFFFFFFFFFF. A 24-bit free running counter
205 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
209 @param EndValue The value that the performance counter ends with before
219 OUT UINT64 *EndValue OPTIONAL
226 if (EndValue != NULL) {
227 *EndValue = V_PCH_ACPI_PM1_TMR_MAX_VAL - 1;
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmArchTimerLib/
ArmArchTimerLib.c 196 EndValue is not NULL, then the value that the performance counter end with
197 immediately before it rolls over is returned in EndValue. The 64-bit
199 is less than EndValue, then the performance counter counts up. If StartValue
200 is greater than EndValue, then the performance counter counts down. For
202 of 0 and an EndValue of 0xFFFFFFFFFFFFFFFF. A 24-bit free running counter
203 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
207 @param EndValue The value that the performance counter ends with before
217 OUT UINT64 *EndValue OPTIONAL
225 if (EndValue != NULL) {
227 *EndValue = 0xFFFFFFFFFFFFFFFFUL;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/
X86TimerLib.c 240 EndValue is not NULL, then the value that the performance counter end with
241 immediately before it rolls over is returned in EndValue. The 64-bit
243 is less than EndValue, then the performance counter counts up. If StartValue
244 is greater than EndValue, then the performance counter counts down. For
246 of 0 and an EndValue of 0xFFFFFFFFFFFFFFFF. A 24-bit free running counter
247 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
251 @param EndValue The value that the performance counter ends with before
261 OUT UINT64 *EndValue OPTIONAL
272 if (EndValue != NULL) {
273 *EndValue = 0;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeTimerLibEsal/
DxeTimerLibEsal.c 124 EndValue is not NULL, then the value that the performance counter end with
125 immediately before it rolls over is returned in EndValue. The 64-bit
127 is less than EndValue, then the performance counter counts up. If StartValue
128 is greater than EndValue, then the performance counter counts down. For
130 of 0 and an EndValue of 0xFFFFFFFFFFFFFFFF. A 24-bit free running counter
131 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
135 @param EndValue The value that the performance counter ends with before
145 OUT UINT64 *EndValue OPTIONAL
174 if (EndValue != NULL) {
175 *EndValue = (UINT64)(-1);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/
IpfTimerLib.c 125 EndValue is not NULL, then the value that the performance counter end with
126 immediately before it rolls over is returned in EndValue. The 64-bit
128 is less than EndValue, then the performance counter counts up. If StartValue
129 is greater than EndValue, then the performance counter counts down. For
131 of 0 and an EndValue of 0xFFFFFFFFFFFFFFFF. A 24-bit free running counter
132 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
136 @param EndValue The value that the performance counter ends with before
146 OUT UINT64 *EndValue OPTIONAL
156 if (EndValue != NULL) {
157 *EndValue = (UINT64)(-1);
    [all...]
  /device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/
TscTimerLibShare.c 200 with, 0x0, is returned in StartValue. If EndValue is not NULL, then the value
202 EndValue.
211 @param[out] EndValue Pointer to where the performance counter's ending value is saved, or NULL.
220 OUT UINT64 *EndValue OPTIONAL
226 if (EndValue != NULL) {
227 *EndValue = 0xFFFFFFFFFFFFFFFFull;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/
IpfTimerLib.c 125 EndValue is not NULL, then the value that the performance counter end with
126 immediately before it rolls over is returned in EndValue. The 64-bit
128 is less than EndValue, then the performance counter counts up. If StartValue
129 is greater than EndValue, then the performance counter counts down. For
131 of 0 and an EndValue of 0xFFFFFFFFFFFFFFFF. A 24-bit free running counter
132 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
136 @param EndValue The value that the performance counter ends with before
146 OUT UINT64 *EndValue OPTIONAL
156 if (EndValue != NULL) {
157 *EndValue = (UINT64)(-1);
    [all...]
X86TimerLib.c 189 EndValue is not NULL, then the value that the performance counter end with
190 immediately before it rolls over is returned in EndValue. The 64-bit
192 is less than EndValue, then the performance counter counts up. If StartValue
193 is greater than EndValue, then the performance counter counts down. For
195 of 0 and an EndValue of 0xFFFFFFFFFFFFFFFF. A 24-bit free running counter
196 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
200 @param EndValue The value that the performance counter ends with before
210 OUT UINT64 *EndValue OPTIONAL
217 if (EndValue != NULL) {
218 *EndValue = 0;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseTimerLibNullTemplate/
TimerLibNull.c 86 EndValue is not NULL, then the value that the performance counter end with
87 immediately before it rolls over is returned in EndValue. The 64-bit
89 is less than EndValue, then the performance counter counts up. If StartValue
90 is greater than EndValue, then the performance counter counts down. For
92 of 0 and an EndValue of 0xFFFFFFFFFFFFFFFF. A 24-bit free running counter
93 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
97 @param EndValue The value that the performance counter ends with before
107 OUT UINT64 *EndValue OPTIONAL
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/TimestampDxe/
TimestampDxe.c 29 // The EndValue in TimerLib
47 The counter value will not go backwards other than when wrapping, as defined by EndValue in GetProperties().
143 // Set the EndValue
146 mTimestampProperties.EndValue = mTimerLibEndValue - mTimerLibStartValue;
148 mTimestampProperties.EndValue = mTimerLibStartValue - mTimerLibEndValue;
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Library/Omap35xxTimerLib/
TimerLib.c 119 OUT UINT64 *EndValue OPTIONAL
127 if (EndValue != NULL) {
129 *EndValue = 0xFFFFFFFF;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/SP804TimerLib/
SP804TimerLib.c 221 EndValue is not NULL, then the value that the performance counter end with
222 immediately before it rolls over is returned in EndValue. The 64-bit
224 is less than EndValue, then the performance counter counts up. If StartValue
225 is greater than EndValue, then the performance counter counts down. For
227 of 0 and an EndValue of 0xFFFFFFFFFFFFFFFF. A 24-bit free running counter
228 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
232 @param EndValue The value that the performance counter ends with before
242 OUT UINT64 *EndValue OPTIONAL
250 if (EndValue != NULL) {
252 *EndValue = (UINT64)0ULL;
    [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/AcpiTimerLib/
AcpiTimerLib.c 198 EndValue is not NULL, then the value that the performance counter end with
199 immediately before it rolls over is returned in EndValue. The 64-bit
201 is less than EndValue, then the performance counter counts up. If StartValue
202 is greater than EndValue, then the performance counter counts down. For
204 of 0 and an EndValue of 0xFFFFFFFFFFFFFFFF. A 24-bit free running counter
205 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
209 @param EndValue The value that the performance counter ends with before
219 OUT UINT64 *EndValue OPTIONAL
226 if (EndValue != NULL) {
227 *EndValue = ACPI_TIMER_COUNT_SIZE - 1;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetTimerLib/
X86TimerLib.c 208 EndValue is not NULL, then the value that the performance counter end with
209 immediately before it rolls over is returned in EndValue. The 64-bit
211 is less than EndValue, then the performance counter counts up. If StartValue
212 is greater than EndValue, then the performance counter counts down. For
214 of 0 and an EndValue of 0xFFFFFFFFFFFFFFFF. A 24-bit free running counter
215 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
219 @param EndValue The value that the performance counter ends with before
229 OUT UINT64 *EndValue OPTIONAL
240 if (EndValue != NULL) {
241 *EndValue = (1 << gAcpiDesc->PM_TMR_BLK.RegisterBitWidth) - 1;
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeTimerLib/
DxeTimerLib.c 144 EndValue is not NULL, then the value that the performance counter end with
145 immediately before it rolls over is returned in EndValue. The 64-bit
147 is less than EndValue, then the performance counter counts up. If StartValue
148 is greater than EndValue, then the performance counter counts down. For
150 of 0 and an EndValue of 0xFFFFFFFFFFFFFFFF. A 24-bit free running counter
151 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
155 @param EndValue The value that the performance counter ends with before
165 OUT UINT64 *EndValue OPTIONAL
172 if (EndValue != NULL) {
173 *EndValue = (UINT64)-1LL;
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/Library/Omap35xxTimerLib/
TimerLib.c 119 OUT UINT64 *EndValue OPTIONAL
127 if (EndValue != NULL) {
129 *EndValue = 0xFFFFFFFF;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
Performance.c 169 UINT64 EndValue;
184 Freq = GetPerformanceCounterProperties (&StartValue, &EndValue);
193 if (EndValue >= StartValue) {

Completed in 644 milliseconds

1 2