HomeSort by relevance Sort by last modified time
    Searched defs:DispatchContext (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/autograph/operators/
dispatch_context.py 27 class DispatchContext(collections.namedtuple(
28 'DispatchContext',
41 NO_CTX = DispatchContext(options={})
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmmSwDispatch2OnSmmSwDispatchThunk/
SmmSwDispatch2OnSmmSwDispatchThunk.c 182 @param DispatchContext The pointer to the dispatch function's context.
196 IN EFI_SMM_SW_DISPATCH_CONTEXT *DispatchContext
211 ThunkContext = FindSmmSwDispatch2ContextBySwSmiInputValue (DispatchContext->SwSmiInputValue);
220 RegisterContext.SwSmiInputValue = DispatchContext->SwSmiInputValue;
301 EFI_SMM_SW_DISPATCH_CONTEXT DispatchContext;
311 DispatchContext.SwSmiInputValue = Index;
315 &DispatchContext,
327 DispatchContext.SwSmiInputValue = RegisterContext->SwSmiInputValue;
331 &DispatchContext,

Completed in 374 milliseconds