Home | History | Annotate | Download | only in SmmSwDispatch2OnSmmSwDispatchThunk

Lines Matching defs:DispatchFunction

45   UINTN                          DispatchFunction;

51 This service registers a function (DispatchFunction) which will be called when the software
57 @param[in] DispatchFunction Function to register for handler when the specified software
81 IN EFI_SMM_HANDLER_ENTRY_POINT2 DispatchFunction,
200 EFI_SMM_HANDLER_ENTRY_POINT2 DispatchFunction;
252 DispatchFunction = (EFI_SMM_HANDLER_ENTRY_POINT2)ThunkContext->DispatchFunction;
253 DispatchFunction (
265 This service registers a function (DispatchFunction) which will be called when the software
271 @param[in] DispatchFunction Function to register for handler when the specified software
295 IN EFI_SMM_HANDLER_ENTRY_POINT2 DispatchFunction,
351 ThunkContext->DispatchFunction = (UINTN)DispatchFunction;