Home | History | Annotate | Download | only in PiSmmCpuDxeSmm

Lines Matching defs:Procedure

298   volatile EFI_AP_PROCEDURE         Procedure;

485 Schedule a procedure to run on the specified CPU.
487 @param Procedure The address of the procedure to run
489 @param ProcArguments The parameter to pass to the procedure
495 @retval EFI_SUCCESS - The procedure has been successfully scheduled
501 IN EFI_AP_PROCEDURE Procedure,
507 Schedule a procedure to run on the specified CPU in a blocking fashion.
509 @param Procedure The address of the procedure to run
511 @param ProcArguments The parameter to pass to the procedure
517 @retval EFI_SUCCESS The procedure has been successfully scheduled
523 IN EFI_AP_PROCEDURE Procedure,