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

1 2

  /device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeCoreTimerLib/
DxeCoreTimerLib.c 91 If StartValue is not NULL, then the value that the performance counter starts
92 with immediately after is it rolls over is returned in StartValue. If
95 frequency of the performance counter in Hz is always returned. If StartValue
96 is less than EndValue, then the performance counter counts up. If StartValue
98 example, a 64-bit free running counter that counts up would have a StartValue
100 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
102 @param StartValue The value the performance counter starts with when it
113 OUT UINT64 *StartValue, OPTIONAL
118 if (StartValue != NULL) {
119 *StartValue = 0ULL;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueTimerLib.h 80 If StartValue is not NULL, then the value that the performance counter starts
81 with immediately after is it rolls over is returned in StartValue. If
84 frequency of the performance counter in Hz is always returned. If StartValue
85 is less than EndValue, then the performance counter counts up. If StartValue
87 example, a 64-bit free running counter that counts up would have a StartValue
89 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
91 @param StartValue The value the performance counter starts with when it
102 OUT UINT64 *StartValue, OPTIONAL
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/Ebc/
EbcTimerLib.c 104 If StartValue is not NULL, then the value that the performance counter starts
105 with immediately after is it rolls over is returned in StartValue. If
108 frequency of the performance counter in Hz is always returned. If StartValue
109 is less than EndValue, then the performance counter counts up. If StartValue
111 example, a 64-bit free running counter that counts up would have a StartValue
113 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
115 @param StartValue The value the performance counter starts with when it
126 OUT UINT64 *StartValue, OPTIONAL
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
TimerLib.h 71 If StartValue is not NULL, then the value that the performance counter starts
72 with immediately after is it rolls over is returned in StartValue. If
75 frequency of the performance counter in Hz is always returned. If StartValue
76 is less than EndValue, then the performance counter counts up. If StartValue
78 example, a 64-bit free running counter that counts up would have a StartValue
80 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
82 @param StartValue The value the performance counter starts with when it
93 OUT UINT64 *StartValue, OPTIONAL
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/Ipf/
IpfTimerLib.c 133 If StartValue is not NULL, then the value that the performance counter starts
134 with immediately after is it rolls over is returned in StartValue. If
137 frequency of the performance counter in Hz is always returned. If StartValue
138 is less than EndValue, then the performance counter counts up. If StartValue
140 example, a 64-bit free running counter that counts up would have a StartValue
142 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
144 @param StartValue The value the performance counter starts with when it
155 OUT UINT64 *StartValue, OPTIONAL
169 if (StartValue != NULL) {
170 *StartValue = 0;
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiTimerLib/
PeiTimerLib.c 122 If StartValue is not NULL, then the value that the performance counter starts
123 with immediately after is it rolls over is returned in StartValue. If
126 frequency of the performance counter in Hz is always returned. If StartValue
127 is less than EndValue, then the performance counter counts up. If StartValue
129 example, a 64-bit free running counter that counts up would have a StartValue
131 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
133 @param StartValue The value the performance counter starts with when it
144 OUT UINT64 *StartValue, OPTIONAL
162 if (StartValue != NULL) {
163 *StartValue = 0ULL;
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/AcpiTimerLib/
AcpiTimerLib.c 145 If StartValue is not NULL, then the value that the performance counter starts
146 with immediately after is it rolls over is returned in StartValue. If
149 frequency of the performance counter in Hz is always returned. If StartValue
150 is less than EndValue, then the performance counter counts up. If StartValue
152 example, a 64-bit free running counter that counts up would have a StartValue
154 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
156 @param StartValue The value the performance counter starts with when it
167 OUT UINT64 *StartValue, OPTIONAL
171 if (StartValue != NULL) {
172 *StartValue = 0;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/
IntelPchAcpiTimerLib.c 196 If StartValue is not NULL, then the value that the performance counter starts
197 with immediately after is it rolls over is returned in StartValue. If
200 frequency of the performance counter in Hz is always returned. If StartValue
201 is less than EndValue, then the performance counter counts up. If StartValue
203 example, a 64-bit free running counter that counts up would have a StartValue
205 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
207 @param StartValue The value the performance counter starts with when it
218 OUT UINT64 *StartValue, OPTIONAL
222 if (StartValue != NULL) {
223 *StartValue = 0;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
Performance.c 168 UINT64 StartValue;
184 Freq = GetPerformanceCounterProperties (&StartValue, &EndValue);
193 if (EndValue >= StartValue) {
194 mPerfHeader.BDSRaw = Ticker - StartValue;
197 mPerfHeader.BDSRaw = StartValue - Ticker;
254 StartTicker = StartValue;
257 EndTicker = StartValue;
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmArchTimerLib/
ArmArchTimerLib.c 194 If StartValue is not NULL, then the value that the performance counter starts
195 with immediately after is it rolls over is returned in StartValue. If
198 frequency of the performance counter in Hz is always returned. If StartValue
199 is less than EndValue, then the performance counter counts up. If StartValue
201 example, a 64-bit free running counter that counts up would have a StartValue
203 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
205 @param StartValue The value the performance counter starts with when it
216 OUT UINT64 *StartValue, OPTIONAL
220 if (StartValue != NULL) {
222 *StartValue = (UINT64)0ULL ;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/
X86TimerLib.c 238 If StartValue is not NULL, then the value that the performance counter starts
239 with immediately after is it rolls over is returned in StartValue. If
242 frequency of the performance counter in Hz is always returned. If StartValue
243 is less than EndValue, then the performance counter counts up. If StartValue
245 example, a 64-bit free running counter that counts up would have a StartValue
247 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
249 @param StartValue The value the performance counter starts with when it
260 OUT UINT64 *StartValue, OPTIONAL
268 if (StartValue != NULL) {
269 *StartValue = MmioRead32 (ApicBase + 0x380);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeTimerLibEsal/
DxeTimerLibEsal.c 122 If StartValue is not NULL, then the value that the performance counter starts
123 with immediately after is it rolls over is returned in StartValue. If
126 frequency of the performance counter in Hz is always returned. If StartValue
127 is less than EndValue, then the performance counter counts up. If StartValue
129 example, a 64-bit free running counter that counts up would have a StartValue
131 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
133 @param StartValue The value the performance counter starts with when it
144 OUT UINT64 *StartValue, OPTIONAL
167 if (StartValue != NULL) {
168 *StartValue = 0;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/
IpfTimerLib.c 123 If StartValue is not NULL, then the value that the performance counter starts
124 with immediately after is it rolls over is returned in StartValue. If
127 frequency of the performance counter in Hz is always returned. If StartValue
128 is less than EndValue, then the performance counter counts up. If StartValue
130 example, a 64-bit free running counter that counts up would have a StartValue
132 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
134 @param StartValue The value the performance counter starts with when it
145 OUT UINT64 *StartValue, OPTIONAL
152 if (StartValue != NULL) {
153 *StartValue = 0;
    [all...]
  /device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/
TscTimerLibShare.c 199 If StartValue is not NULL, then the value that the performance counter starts
200 with, 0x0, is returned in StartValue. If EndValue is not NULL, then the value
210 @param[out] StartValue Pointer to where the performance counter's starting value is saved, or NULL.
219 OUT UINT64 *StartValue, OPTIONAL
223 if (StartValue != NULL) {
224 *StartValue = 0;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/
IpfTimerLib.c 123 If StartValue is not NULL, then the value that the performance counter starts
124 with immediately after is it rolls over is returned in StartValue. If
127 frequency of the performance counter in Hz is always returned. If StartValue
128 is less than EndValue, then the performance counter counts up. If StartValue
130 example, a 64-bit free running counter that counts up would have a StartValue
132 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
134 @param StartValue The value the performance counter starts with when it
145 OUT UINT64 *StartValue, OPTIONAL
152 if (StartValue != NULL) {
153 *StartValue = 0;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseTimerLibNullTemplate/
TimerLibNull.c 84 If StartValue is not NULL, then the value that the performance counter starts
85 with immediately after is it rolls over is returned in StartValue. If
88 frequency of the performance counter in Hz is always returned. If StartValue
89 is less than EndValue, then the performance counter counts up. If StartValue
91 example, a 64-bit free running counter that counts up would have a StartValue
93 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
95 @param StartValue The value the performance counter starts with when it
106 OUT UINT64 *StartValue, OPTIONAL
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
Performance.c 168 UINT64 StartValue;
189 Freq = GetPerformanceCounterProperties (&StartValue, &EndValue);
198 if (EndValue >= StartValue) {
199 mPerfHeader.BDSRaw = Ticker - StartValue;
202 mPerfHeader.BDSRaw = StartValue - Ticker;
275 StartTicker = StartValue;
278 EndTicker = StartValue;
321 StartTicker = StartValue;
324 EndTicker = StartValue;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmPerformance.c 172 UINT64 StartValue;
188 Freq = GetPerformanceCounterProperties (&StartValue, &EndValue);
197 if (EndValue >= StartValue) {
198 mBmPerfHeader.BDSRaw = Ticker - StartValue;
201 mBmPerfHeader.BDSRaw = StartValue - Ticker;
258 StartTicker = StartValue;
261 EndTicker = StartValue;
  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 91 : StartValue(nullptr), LoopExitInstr(nullptr), Kind(RK_NoRecurrence),
98 : StartValue(Start), LoopExitInstr(Exit), Kind(K), MinMaxKind(MK),
190 TrackingVH<Value> getRecurrenceStartValue() { return StartValue; }
242 TrackingVH<Value> StartValue;
272 : StartValue(nullptr), IK(IK_NoInduction), Step(nullptr) {}
280 /// Compute the transformed value of Index at offset StartValue using step
282 /// For integer induction, returns StartValue + Index * StepValue.
283 /// For pointer induction, returns StartValue[Index * StepValue].
289 Value *getStartValue() const { return StartValue; }
316 TrackingVH<Value> StartValue;
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Library/Omap35xxTimerLib/
TimerLib.c 118 OUT UINT64 *StartValue, OPTIONAL
122 if (StartValue != NULL) {
124 *StartValue = (UINT64)MmioRead32 (TimerBase(PcdGet32(PcdOmap35xxFreeTimer)) + GPTIMER_TLDR);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/SP804TimerLib/
SP804TimerLib.c 219 If StartValue is not NULL, then the value that the performance counter starts
220 with immediately after is it rolls over is returned in StartValue. If
223 frequency of the performance counter in Hz is always returned. If StartValue
224 is less than EndValue, then the performance counter counts up. If StartValue
226 example, a 64-bit free running counter that counts up would have a StartValue
228 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
230 @param StartValue The value the performance counter starts with when it
241 OUT UINT64 *StartValue, OPTIONAL
245 if (StartValue != NULL) {
247 *StartValue = 0xFFFFFFFF;
    [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/AcpiTimerLib/
AcpiTimerLib.c 196 If StartValue is not NULL, then the value that the performance counter starts
197 with immediately after is it rolls over is returned in StartValue. If
200 frequency of the performance counter in Hz is always returned. If StartValue
201 is less than EndValue, then the performance counter counts up. If StartValue
203 example, a 64-bit free running counter that counts up would have a StartValue
205 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
207 @param StartValue The value the performance counter starts with when it
218 OUT UINT64 *StartValue, OPTIONAL
222 if (StartValue != NULL) {
223 *StartValue = 0;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetTimerLib/
X86TimerLib.c 206 If StartValue is not NULL, then the value that the performance counter starts
207 with immediately after is it rolls over is returned in StartValue. If
210 frequency of the performance counter in Hz is always returned. If StartValue
211 is less than EndValue, then the performance counter counts up. If StartValue
213 example, a 64-bit free running counter that counts up would have a StartValue
215 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
217 @param StartValue The value the performance counter starts with when it
228 OUT UINT64 *StartValue, OPTIONAL
236 if (StartValue != NULL) {
237 *StartValue = 0;
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeTimerLib/
DxeTimerLib.c 142 If StartValue is not NULL, then the value that the performance counter starts
143 with immediately after is it rolls over is returned in StartValue. If
146 frequency of the performance counter in Hz is always returned. If StartValue
147 is less than EndValue, then the performance counter counts up. If StartValue
149 example, a 64-bit free running counter that counts up would have a StartValue
151 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
153 @param StartValue The value the performance counter starts with when it
164 OUT UINT64 *StartValue, OPTIONAL
169 if (StartValue != NULL) {
170 *StartValue = 0ULL;
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/Library/Omap35xxTimerLib/
TimerLib.c 118 OUT UINT64 *StartValue, OPTIONAL
122 if (StartValue != NULL) {
124 *StartValue = (UINT64)MmioRead32 (TimerBase(PcdGet32(PcdOmap35xxFreeTimer)) + GPTIMER_TLDR);

Completed in 470 milliseconds

1 2