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

  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
MpService.c 443 gMPSystem.FailedList = AllocatePool ((gMPSystem.NumberOfProcessors + 1) * sizeof (UINTN));
444 if (gMPSystem.FailedList == NULL) {
447 SetMemN (gMPSystem.FailedList, (gMPSystem.NumberOfProcessors + 1) * sizeof (UINTN), END_OF_CPU_LIST);
449 *FailedCpuList = gMPSystem.FailedList;
471 gMPSystem.FailedList[gMPSystem.FailedListIndex++] = Number;
    [all...]
CpuDriver.h 110 UINTN *FailedList;
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuMp.c 358 we should forcibly terminate the executing AP and fill FailedList back
371 if (mMpSystemData.FailedList != NULL) {
372 *mMpSystemData.FailedList = AllocatePool ((mMpSystemData.StartCount - mMpSystemData.FinishCount + 1) * sizeof(UINTN));
373 ASSERT (*mMpSystemData.FailedList != NULL);
395 if (mMpSystemData.FailedList != NULL) {
396 (*mMpSystemData.FailedList)[mMpSystemData.FailedListIndex++] = Number;
402 if (mMpSystemData.FailedList != NULL) {
403 (*mMpSystemData.FailedList)[mMpSystemData.FailedListIndex] = END_OF_CPU_LIST;
722 mMpSystemData.FailedList = FailedCpuList;
    [all...]
CpuMp.h 125 UINTN **FailedList;

Completed in 97 milliseconds