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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.c 207 @param FailedCpuList The list of processor numbers that fail to finish the function before
228 OUT UINTN **FailedCpuList OPTIONAL
237 if (FailedCpuList != NULL) {
238 *FailedCpuList = NULL;
337 mMPSystemData.FailedCpuList = FailedCpuList;
893 // If FailedCpuList is not NULL, record all failed APs in it.
895 if (mMPSystemData.FailedCpuList != NULL) {
896 *mMPSystemData.FailedCpuList = AllocatePool ((mMPSystemData.StartCount - mMPSystemData.FinishCount + 1) * sizeof(UINTN));
897 ASSERT (*mMPSystemData.FailedCpuList != NULL);
    [all...]
MpServicesOnFrameworkMpServicesThunk.h 131 UINTN **FailedCpuList;
205 @param FailedCpuList The list of processor numbers that fail to finish the function before
226 OUT UINTN **FailedCpuList OPTIONAL
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
MpService.h 245 and EFI_MP_SERVICES_PROTOCOL.StartupThisAP(). If FailedCpuList is not NULL, its
274 FailedCpuList is not NULL, its content is available when WaitEvent is
276 FailedCpuList is set to NULL. If not all APs return from Procedure before
277 the timeout, then FailedCpuList is filled in with the list of the failed
282 the specified task or a timeout occurred. The contents of FailedCpuList
327 @param[out] FailedCpuList If NULL, this parameter is ignored. Otherwise,
366 OUT UINTN **FailedCpuList OPTIONAL
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuMp.h 250 and EFI_MP_SERVICES_PROTOCOL.StartupThisAP(). If FailedCpuList is not NULL, its
279 FailedCpuList is not NULL, its content is available when WaitEvent is
281 FailedCpuList is set to NULL. If not all APs return from Procedure before
282 the timeout, then FailedCpuList is filled in with the list of the failed
287 the specified task or a timeout occurred. The contents of FailedCpuList
332 @param[out] FailedCpuList If NULL, this parameter is ignored. Otherwise,
371 OUT UINTN **FailedCpuList OPTIONAL
CpuMp.c 538 and EFI_MP_SERVICES_PROTOCOL.StartupThisAP(). If FailedCpuList is not NULL, its
567 FailedCpuList is not NULL, its content is available when WaitEvent is
569 FailedCpuList is set to NULL. If not all APs return from Procedure before
570 the timeout, then FailedCpuList is filled in with the list of the failed
575 the specified task or a timeout occurred. The contents of FailedCpuList
620 @param[out] FailedCpuList If NULL, this parameter is ignored. Otherwise,
659 OUT UINTN **FailedCpuList OPTIONAL
670 if (FailedCpuList != NULL) {
671 *FailedCpuList = NULL;
722 mMpSystemData.FailedList = FailedCpuList;
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
MpService.c 274 and EFI_MP_SERVICES_PROTOCOL.StartupThisAP(). If FailedCpuList is not NULL, its
303 FailedCpuList is not NULL, its content is available when WaitEvent is
305 FailedCpuList is set to NULL. If not all APs return from Procedure before
306 the timeout, then FailedCpuList is filled in with the list of the failed
311 the specified task or a timeout occurred. The contents of FailedCpuList
356 @param[out] FailedCpuList If NULL, this parameter is ignored. Otherwise,
395 OUT UINTN **FailedCpuList OPTIONAL
442 if (FailedCpuList != NULL) {
449 *FailedCpuList = gMPSystem.FailedList;
476 // Get APs prepared, and put failing APs into FailedCpuList
    [all...]

Completed in 609 milliseconds