HomeSort by relevance Sort by last modified time
    Searched refs:StartCount (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
Dp.h 45 UINT64 StartCount; ///< Value timer is initialized with.
Dp.c 385 // StartCount = Value loaded into the counter when it starts counting
388 Freq = GetPerformanceCounterProperties (&TimerInfo.StartCount, &TimerInfo.EndCount);
394 TimerInfo.CountUp = (BOOLEAN) (TimerInfo.EndCount >= TimerInfo.StartCount);
414 TimerInfo.StartCount,
DpUtilities.c 91 Measurement->StartTimeStamp = TimerInfo.StartCount;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
Dp.h 46 UINT64 StartCount; ///< Value timer is initialized with.
Dp.c 273 // StartCount = Value loaded into the counter when it starts counting
276 Freq = GetPerformanceCounterProperties (&TimerInfo.StartCount, &TimerInfo.EndCount);
282 TimerInfo.CountUp = (BOOLEAN) (TimerInfo.EndCount >= TimerInfo.StartCount);
300 TimerInfo.StartCount,
DpUtilities.c 77 Measurement->StartTimeStamp = TimerInfo.StartCount;
  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
CpuDriver.h 103 UINTN StartCount;
MpService.c 457 gMPSystem.StartCount = 0;
486 gMPSystem.StartCount++;
575 if (gMPSystem.FinishCount == gMPSystem.StartCount) {
733 gMPSystem.StartCount = 1;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuMp.h 122 UINTN StartCount;
CpuMp.c 372 *mMpSystemData.FailedList = AllocatePool ((mMpSystemData.StartCount - mMpSystemData.FinishCount + 1) * sizeof(UINTN));
720 mMpSystemData.StartCount = 0;
751 mMpSystemData.StartCount++;
790 if (mMpSystemData.FinishCount == mMpSystemData.StartCount) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.c 287 mMPSystemData.StartCount = 0;
301 mMPSystemData.StartCount++;
324 if (mMPSystemData.StartCount == 0) {
884 if (mMPSystemData.FinishCount == mMPSystemData.StartCount) {
896 *mMPSystemData.FailedCpuList = AllocatePool ((mMPSystemData.StartCount - mMPSystemData.FinishCount + 1) * sizeof(UINTN));
    [all...]
MpServicesOnFrameworkMpServicesThunk.h 123 UINTN StartCount;

Completed in 451 milliseconds