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

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmmSwDispatch2OnSmmSwDispatchThunk/
SmmSwDispatch2OnSmmSwDispatchThunk.c 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
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmPeriodicSmiLib/
SmmPeriodicSmiLib.c 55 PERIODIC_SMI_LIBRARY_HANDLER DispatchFunction;
57 /// The context to pass into DispatchFunction
61 /// The tick period in 100 ns units that DispatchFunction should be called.
65 /// The Cpu number that is required to execute DispatchFunction. If Cpu is
66 /// set to PERIODIC_SMI_LIBRARY_ANY_CPU, then DispatchFunction may be executed
501 SMI handler will restarted from its registered DispatchFunction entry point.
639 PeriodicSmiLibraryHandler->DispatchFunction (
645 // If this DispatchFunction() returns, then unconditially call PeriodicSmiExit()
671 // call to PeriodicSmiYield() or call the DispatchFunction registerd in
694 // If Stack is NULL then call DispatchFunction using current stack passing
    [all...]

Completed in 846 milliseconds