Home | History | Annotate | Download | only in MpServicesOnFrameworkMpServicesThunk

Lines Matching defs:Procedure

100   EFI_AP_PROCEDURE volatile      Procedure;

127 EFI_AP_PROCEDURE Procedure;
197 @param Procedure A pointer to the function to be run on enabled APs of the system.
214 @retval EFI_INVALID_PARAMETER Procedure is NULL.
221 IN EFI_AP_PROCEDURE Procedure,
236 @param Procedure A pointer to the function to be run on the designated AP.
254 @retval EFI_INVALID_PARAMETER Procedure is NULL.
261 IN EFI_AP_PROCEDURE Procedure,
464 Function to wake up a specified AP and assign procedure to it.
467 @param Procedure Procedure to assign.
468 @param ProcArguments Argument for Procedure.
474 IN EFI_AP_PROCEDURE Procedure,