HomeSort by relevance Sort by last modified time
    Searched defs:StartupAllAPs (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
MpServices.h 102 function assigned by EFI_PEI_MP_SERVICES_PPI.StartupAllAPs()
146 function assigned by EFI_PEI_MP_SERVICES_PPI.StartupAllAPs()
274 EFI_PEI_MP_SERVICES_STARTUP_ALL_APS StartupAllAPs;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
MpService.h 244 are always available for further calls to EFI_MP_SERVICES_PROTOCOL.StartupAllAPs()
249 Note: It is the responsibility of the consumer of the EFI_MP_SERVICES_PROTOCOL.StartupAllAPs()
266 invokes EFI_MP_SERVICES_PROTOCOL.StartupAllAPs(). If the parameter WaitEvent
267 is not NULL, then StartupAllAPs() executes in non-blocking mode. It requests
281 EFI_MP_SERVICES_PROTOCOL.StartupAllAPs() that either all the APs completed
319 by EFI_MP_SERVICES_PROTOCOL.StartupAllAPs()
373 See EFI_MP_SERVICES_PROTOCOL.StartupAllAPs() for more details on non-blocking
386 available for subsequent calls to EFI_MP_SERVICES_PROTOCOL.StartupAllAPs() and
421 by EFI_MP_SERVICES_PROTOCOL.StartupAllAPs()
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkMpService.h 328 task. It is the responsibility of the caller of the StartupAllAPs() to make
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.c 33 StartupAllAPs,
193 Implementation of StartupAllAPs() service of MP Services Protocol.
221 StartupAllAPs (
751 state of APs for StartupAllAPs() and StartupThisAP() executed
777 // First, check whether pending StartupAllAPs() exists.
783 // If all APs finish for StartupAllAPs(), signal the WaitEvent for it..
815 This function checks whether all APs have finished task assigned by StartupAllAPs(),
818 @retval EFI_SUCCESS All APs have finished task assigned by StartupAllAPs().
838 // Go through all APs that are responsible for the StartupAllAPs().
903 // Check whether this processor is responsible for StartupAllAPs().
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuMp.c 36 StartupAllAPs,
223 Search for the next AP that is put in blocking state by single-threaded StartupAllAPs().
261 by StartupAllAPs().
359 by StartupAllAPs().
537 are always available for further calls to EFI_MP_SERVICES_PROTOCOL.StartupAllAPs()
542 Note: It is the responsibility of the consumer of the EFI_MP_SERVICES_PROTOCOL.StartupAllAPs()
559 invokes EFI_MP_SERVICES_PROTOCOL.StartupAllAPs(). If the parameter WaitEvent
560 is not NULL, then StartupAllAPs() executes in non-blocking mode. It requests
574 EFI_MP_SERVICES_PROTOCOL.StartupAllAPs() that either all the APs completed
612 by EFI_MP_SERVICES_PROTOCOL.StartupAllAPs()
    [all...]

Completed in 70 milliseconds