Home
last modified time | relevance | path

Searched refs:StartCount (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DDp.c276 Freq = GetPerformanceCounterProperties (&TimerInfo.StartCount, &TimerInfo.EndCount); in ShellCommandRunDp()
282 TimerInfo.CountUp = (BOOLEAN) (TimerInfo.EndCount >= TimerInfo.StartCount); in ShellCommandRunDp()
300 TimerInfo.StartCount, in ShellCommandRunDp()
DDp.h46 UINT64 StartCount; ///< Value timer is initialized with. member
DDpUtilities.c77 Measurement->StartTimeStamp = TimerInfo.StartCount; in GetDuration()
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DDp.h45 UINT64 StartCount; ///< Value timer is initialized with. member
DDp.c388 Freq = GetPerformanceCounterProperties (&TimerInfo.StartCount, &TimerInfo.EndCount); in InitializeDp()
394 TimerInfo.CountUp = (BOOLEAN) (TimerInfo.EndCount >= TimerInfo.StartCount); in InitializeDp()
414 TimerInfo.StartCount, in InitializeDp()
DDpUtilities.c91 Measurement->StartTimeStamp = TimerInfo.StartCount; in GetDuration()
/device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
DMpService.c457 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()
DCpuDriver.h103 UINTN StartCount; member
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
DCpuMp.c372 …*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()
DCpuMp.h122 UINTN StartCount; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
DMpServicesOnFrameworkMpServicesThunk.c287 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()
DMpServicesOnFrameworkMpServicesThunk.h123 UINTN StartCount; member