Home
last modified time | relevance | path

Searched refs:FinishCount (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
DMpService.c456 gMPSystem.FinishCount = 0; in CpuMpServicesStartupAllAps()
554 gMPSystem.FinishCount++; in CpuMpServicesStartupAllAps()
575 if (gMPSystem.FinishCount == gMPSystem.StartCount) { in CpuMpServicesStartupAllAps()
734 gMPSystem.FinishCount = 0; in CpuMpServicesStartupThisAP()
1074 gMPSystem.FinishCount++; in CpuCheckAllAPsStatus()
1125 gMPSystem.FinishCount = gMPSystem.StartCount; in CpuCheckAllAPsStatus()
1128 if (gMPSystem.FinishCount != gMPSystem.StartCount) { in CpuCheckAllAPsStatus()
DCpuDriver.h102 UINTN FinishCount; member
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
DCpuMp.c293 mMpSystemData.FinishCount++; in CheckAndUpdateAllAPsToIdleState()
372 …a.FailedList = AllocatePool ((mMpSystemData.StartCount - mMpSystemData.FinishCount + 1) * sizeof(U… in ResetAllFailedAPs()
719 mMpSystemData.FinishCount = 0; 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.h123 UINTN FinishCount; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
DMpServicesOnFrameworkMpServicesThunk.c286 mMPSystemData.FinishCount = 0; in StartupAllAPs()
857 mMPSystemData.FinishCount++; in CheckAllAPs()
884 if (mMPSystemData.FinishCount == mMPSystemData.StartCount) { in CheckAllAPs()
896 …ailedCpuList = AllocatePool ((mMPSystemData.StartCount - mMPSystemData.FinishCount + 1) * sizeof(U… in CheckAllAPs()
DMpServicesOnFrameworkMpServicesThunk.h122 UINTN FinishCount; member