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

  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
MpService.c 456 gMPSystem.FinishCount = 0;
554 gMPSystem.FinishCount++;
575 if (gMPSystem.FinishCount == gMPSystem.StartCount) {
734 gMPSystem.FinishCount = 0;
    [all...]
CpuDriver.h 102 UINTN FinishCount;
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuMp.h 123 UINTN FinishCount;
CpuMp.c 293 mMpSystemData.FinishCount++;
372 *mMpSystemData.FailedList = AllocatePool ((mMpSystemData.StartCount - mMpSystemData.FinishCount + 1) * sizeof(UINTN));
719 mMpSystemData.FinishCount = 0;
790 if (mMpSystemData.FinishCount == mMpSystemData.StartCount) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.c 286 mMPSystemData.FinishCount = 0;
857 mMPSystemData.FinishCount++;
884 if (mMPSystemData.FinishCount == mMPSystemData.StartCount) {
896 *mMPSystemData.FailedCpuList = AllocatePool ((mMPSystemData.StartCount - mMPSystemData.FinishCount + 1) * sizeof(UINTN));
    [all...]
MpServicesOnFrameworkMpServicesThunk.h 122 UINTN FinishCount;

Completed in 195 milliseconds