Lines Matching defs:Procedure
326 volatile EFI_AP_PROCEDURE Procedure;
537 Schedule a procedure to run on the specified CPU.
539 @param Procedure The address of the procedure to run
541 @param ProcArguments The parameter to pass to the procedure
547 @retval EFI_SUCCESS - The procedure has been successfully scheduled
553 IN EFI_AP_PROCEDURE Procedure,
559 Schedule a procedure to run on the specified CPU in a blocking fashion.
561 @param Procedure The address of the procedure to run
563 @param ProcArguments The parameter to pass to the procedure
569 @retval EFI_SUCCESS The procedure has been successfully scheduled
575 IN EFI_AP_PROCEDURE Procedure,