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

  /device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
FeatureControl.c 78 Status = MpServices->StartupAllAPs (
87 DEBUG ((EFI_D_ERROR, "%a: StartupAllAps(): %r\n", __FUNCTION__, Status));
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuMp.h 128 are always available for further calls to EFI_MP_SERVICES_PROTOCOL.StartupAllAPs()
133 Note: It is the responsibility of the consumer of the EFI_MP_SERVICES_PROTOCOL.StartupAllAPs()
150 invokes EFI_MP_SERVICES_PROTOCOL.StartupAllAPs(). If the parameter WaitEvent
151 is not NULL, then StartupAllAPs() executes in non-blocking mode. It requests
165 EFI_MP_SERVICES_PROTOCOL.StartupAllAPs() that either all the APs completed
203 by EFI_MP_SERVICES_PROTOCOL.StartupAllAPs()
243 StartupAllAPs (
257 See EFI_MP_SERVICES_PROTOCOL.StartupAllAPs() for more details on non-blocking
270 available for subsequent calls to EFI_MP_SERVICES_PROTOCOL.StartupAllAPs() and
305 by EFI_MP_SERVICES_PROTOCOL.StartupAllAPs()
    [all...]
CpuMp.c 24 StartupAllAPs,
145 are always available for further calls to EFI_MP_SERVICES_PROTOCOL.StartupAllAPs()
150 Note: It is the responsibility of the consumer of the EFI_MP_SERVICES_PROTOCOL.StartupAllAPs()
167 invokes EFI_MP_SERVICES_PROTOCOL.StartupAllAPs(). If the parameter WaitEvent
168 is not NULL, then StartupAllAPs() executes in non-blocking mode. It requests
182 EFI_MP_SERVICES_PROTOCOL.StartupAllAPs() that either all the APs completed
220 by EFI_MP_SERVICES_PROTOCOL.StartupAllAPs()
260 StartupAllAPs (
284 See EFI_MP_SERVICES_PROTOCOL.StartupAllAPs() for more details on non-blocking
297 available for subsequent calls to EFI_MP_SERVICES_PROTOCOL.StartupAllAPs() and
    [all...]
CpuDxe.c 318 EFI_MP_SERVICES_PROTOCOL.StartupAllAPs() as Procedure.
437 MpStatus = MpService->StartupAllAPs (
  /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()
598 /// through the StartupAllAPs() or StartupThisAP() services. The idle state of
    [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.h 191 Implementation of StartupAllAPs() service of MP Services Protocol.
219 StartupAllAPs (
344 state of APs for StartupAllAPs() and StartupThisAP() executed
361 This function checks whether all APs have finished task assigned by StartupAllAPs(),
364 @retval EFI_SUCCESS All APs have finished task assigned by StartupAllAPs().
438 Search for the next AP that is put in waiting state by single-threaded StartupAllAPs().
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...]

Completed in 134 milliseconds