Lines Matching full:procedure

271   by Procedure.  If any enabled AP is busy, then EFI_NOT_READY is returned
272 immediately and Procedure is not started on any AP.
275 Procedure one by one, in ascending order of processor handle number. Otherwise,
276 all the enabled APs execute the function specified by Procedure simultaneously.
285 from Procedure, then Procedure on the failed APs is terminated. All enabled APs
288 content points to the list of processor handle numbers in which Procedure was
294 that the Procedure function is MP-safe. Hence, the tasks that can be run in
310 the function specified by Procedure to be started on all the enabled APs,
317 signaled. If all APs returned from Procedure prior to the timeout, then
318 FailedCpuList is set to NULL. If not all APs return from Procedure before
330 @param[in] Procedure A pointer to the function to be run on
334 the function specified by Procedure one by
337 execute the function specified by Procedure
345 Procedure to be started on all the enabled
347 all return from Procedure, or TimeoutInMicroSeconds
355 APs to return from Procedure, either for
358 all APs return from Procedure, then Procedure
367 @param[in] ProcedureArgument The parameter passed into Procedure for
396 @retval EFI_INVALID_PARAMETER Procedure is NULL.
403 IN EFI_AP_PROCEDURE Procedure,
419 Procedure passing in the argument specified by ProcedureArgument. If WaitEvent
427 from Procedure, then execution of Procedure by the AP is terminated. The AP is
433 @param[in] Procedure A pointer to the function to be run on the
447 Procedure to be started on this AP,
449 return from Procedure or TimeoutInMicroSeconds
457 this AP to finish this Procedure, either for
460 this AP returns from Procedure, then Procedure
469 @param[in] ProcedureArgument The parameter passed into Procedure on the
474 Procedure before the timeout expires, its
477 determine if the AP returned from Procedure
494 @retval EFI_INVALID_PARAMETER Procedure is NULL.
501 IN EFI_AP_PROCEDURE Procedure,