Home | History | Annotate | Download | only in SmmSwDispatch2OnSmmSwDispatchThunk

Lines Matching defs:RegisterContext

52   SMI source specified by RegisterContext->SwSmiCpuIndex is detected. On return,

59 @param[in, out] RegisterContext Pointer to the dispatch function's context.
70 @retval EFI_INVALID_PARAMETER RegisterContext is invalid. The SW SMI input value
82 IN OUT EFI_SMM_SW_REGISTER_CONTEXT *RegisterContext,
201 EFI_SMM_SW_REGISTER_CONTEXT RegisterContext;
220 RegisterContext.SwSmiInputValue = DispatchContext->SwSmiInputValue;
255 &RegisterContext,
266 SMI source specified by RegisterContext->SwSmiCpuIndex is detected. On return,
273 @param[in, out] RegisterContext Pointer to the dispatch function's context.
284 @retval EFI_INVALID_PARAMETER RegisterContext is invalid. The SW SMI input value
296 IN OUT EFI_SMM_SW_REGISTER_CONTEXT *RegisterContext,
305 if (RegisterContext->SwSmiInputValue == (UINTN)-1) {
319 RegisterContext->SwSmiInputValue = Index;
323 if (RegisterContext->SwSmiInputValue == (UINTN)-1) {
327 DispatchContext.SwSmiInputValue = RegisterContext->SwSmiInputValue;
350 ThunkContext->SwSmiInputValue = RegisterContext->SwSmiInputValue;