Home | History | Annotate | Download | only in SecPeiDxeTimerLibUefiCpu

Lines Matching full:endvalue

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);