Home | History | Annotate | Download | only in SmmSwDispatch2OnSmmSwDispatchThunk

Lines Matching defs:SwSmiInputValue

44   UINTN                          SwSmiInputValue;

119 This function find SmmSwDispatch2Context by SwSmiInputValue.
121 @param SwSmiInputValue The SwSmiInputValue to indentify the SmmSwDispatch2 context
127 IN UINTN SwSmiInputValue
141 if (ThunkContext->SwSmiInputValue == SwSmiInputValue) {
183 The SwSmiInputValue field is filled in
211 ThunkContext = FindSmmSwDispatch2ContextBySwSmiInputValue (DispatchContext->SwSmiInputValue);
220 RegisterContext.SwSmiInputValue = DispatchContext->SwSmiInputValue;
305 if (RegisterContext->SwSmiInputValue == (UINTN)-1) {
307 // If SwSmiInputValue is set to (UINTN) -1 then a unique value will be assigned and returned in the structure.
311 DispatchContext.SwSmiInputValue = Index;
319 RegisterContext->SwSmiInputValue = Index;
323 if (RegisterContext->SwSmiInputValue == (UINTN)-1) {
327 DispatchContext.SwSmiInputValue = RegisterContext->SwSmiInputValue;
350 ThunkContext->SwSmiInputValue = RegisterContext->SwSmiInputValue;