Home | History | Annotate | Download | only in CpuDxe

Lines Matching defs:Procedure

101   volatile EFI_AP_PROCEDURE      Procedure;

120 EFI_AP_PROCEDURE Procedure;
234 by Procedure. If any enabled AP is busy, then EFI_NOT_READY is returned
235 immediately and Procedure is not started on any AP.
238 Procedure one by one, in ascending order of processor handle number. Otherwise,
239 all the enabled APs execute the function specified by Procedure simultaneously.
248 from Procedure, then Procedure on the failed APs is terminated. All enabled APs
251 content points to the list of processor handle numbers in which Procedure was
257 that the Procedure function is MP-safe. Hence, the tasks that can be run in
273 the function specified by Procedure to be started on all the enabled APs,
280 signaled. If all APs returned from Procedure prior to the timeout, then
281 FailedCpuList is set to NULL. If not all APs return from Procedure before
293 @param[in] Procedure A pointer to the function to be run on
297 the function specified by Procedure one by
300 execute the function specified by Procedure
308 Procedure to be started on all the enabled
310 all return from Procedure, or TimeoutInMicroseconds
318 APs to return from Procedure, either for
321 all APs return from Procedure, then Procedure
330 @param[in] ProcedureArgument The parameter passed into Procedure for
359 @retval EFI_INVALID_PARAMETER Procedure is NULL.
366 IN EFI_AP_PROCEDURE Procedure,
382 Procedure passing in the argument specified by ProcedureArgument. If WaitEvent
390 from Procedure, then execution of Procedure by the AP is terminated. The AP is
396 @param[in] Procedure A pointer to the function to be run on
410 Procedure to be started on all the enabled
412 all return from Procedure or TimeoutInMicroseconds
420 APs to return from Procedure, either for
423 all APs return from Procedure, then Procedure
432 @param[in] ProcedureArgument The parameter passed into Procedure for
437 Procedure before the timeout expires, its
440 determine if the AP returned from Procedure
457 @retval EFI_INVALID_PARAMETER Procedure is NULL.
464 IN EFI_AP_PROCEDURE Procedure,
648 EFI_MP_SERVICES_PROTOCOL.StartupAllAPs() as Procedure.