Searched refs:StartCount (Results 1 – 12 of 12) sorted by relevance
276 Freq = GetPerformanceCounterProperties (&TimerInfo.StartCount, &TimerInfo.EndCount); in ShellCommandRunDp()282 TimerInfo.CountUp = (BOOLEAN) (TimerInfo.EndCount >= TimerInfo.StartCount); in ShellCommandRunDp()300 TimerInfo.StartCount, in ShellCommandRunDp()
46 UINT64 StartCount; ///< Value timer is initialized with. member
77 Measurement->StartTimeStamp = TimerInfo.StartCount; in GetDuration()
45 UINT64 StartCount; ///< Value timer is initialized with. member
388 Freq = GetPerformanceCounterProperties (&TimerInfo.StartCount, &TimerInfo.EndCount); in InitializeDp()394 TimerInfo.CountUp = (BOOLEAN) (TimerInfo.EndCount >= TimerInfo.StartCount); in InitializeDp()414 TimerInfo.StartCount, in InitializeDp()
91 Measurement->StartTimeStamp = TimerInfo.StartCount; in GetDuration()
457 gMPSystem.StartCount = 0; in CpuMpServicesStartupAllAps()486 gMPSystem.StartCount++; in CpuMpServicesStartupAllAps()575 if (gMPSystem.FinishCount == gMPSystem.StartCount) { in CpuMpServicesStartupAllAps()733 gMPSystem.StartCount = 1; in CpuMpServicesStartupThisAP()1125 gMPSystem.FinishCount = gMPSystem.StartCount; in CpuCheckAllAPsStatus()1128 if (gMPSystem.FinishCount != gMPSystem.StartCount) { in CpuCheckAllAPsStatus()
103 UINTN StartCount; member
372 …*mMpSystemData.FailedList = AllocatePool ((mMpSystemData.StartCount - mMpSystemData.FinishCount + … in ResetAllFailedAPs()720 mMpSystemData.StartCount = 0; in StartupAllAPs()751 mMpSystemData.StartCount++; in StartupAllAPs()790 if (mMpSystemData.FinishCount == mMpSystemData.StartCount) { in StartupAllAPs()1405 mMpSystemData.FinishCount = mMpSystemData.StartCount; in CheckAllAPsStatus()1408 if (mMpSystemData.FinishCount != mMpSystemData.StartCount) { in CheckAllAPsStatus()
122 UINTN StartCount; member
287 mMPSystemData.StartCount = 0; in StartupAllAPs()301 mMPSystemData.StartCount++; in StartupAllAPs()324 if (mMPSystemData.StartCount == 0) { in StartupAllAPs()884 if (mMPSystemData.FinishCount == mMPSystemData.StartCount) { in CheckAllAPs()896 …*mMPSystemData.FailedCpuList = AllocatePool ((mMPSystemData.StartCount - mMPSystemData.FinishCount… in CheckAllAPs()
123 UINTN StartCount; member