Searched refs:DispatchFunction (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DSmmGpiDispatch.h74 @param DispatchFunction Function to install.
95 IN EFI_SMM_GPI_DISPATCH DispatchFunction,
H A DSmmPeriodicTimerDispatch.h106 @param DispatchFunction The function to install.
126 IN EFI_SMM_PERIODIC_TIMER_DISPATCH DispatchFunction,
H A DSmmPowerButtonDispatch.h75 @param[in] DispatchFunction The function to install.
96 IN EFI_SMM_POWER_BUTTON_DISPATCH DispatchFunction,
H A DSmmStandbyButtonDispatch.h77 @param DispatchFunction The function to install.
98 IN EFI_SMM_STANDBY_BUTTON_DISPATCH DispatchFunction,
H A DSmmSwDispatch.h73 @param DispatchFunction The function to install.
94 IN EFI_SMM_SW_DISPATCH DispatchFunction,
H A DSmmSxDispatch.h70 @param DispatchFunction The function to install.
98 IN EFI_SMM_SX_DISPATCH DispatchFunction,
H A DSmmUsbDispatch.h77 @param[in] DispatchFunction The pointer to dispatch function to be invoked
100 IN EFI_SMM_USB_DISPATCH DispatchFunction,
H A DSmmIchnDispatch.h129 @param DispatchFunction The function to install.
151 IN EFI_SMM_ICHN_DISPATCH DispatchFunction,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DSmmPeriodicSmiLib.h58 SMI handler will restarted from its registered DispatchFunction entry point.
119 @param[in] DispatchFunction A pointer to a periodic SMI handler function.
120 @param[in] Context Optional content to pass into DispatchFunction.
137 @retval EFI_INVALID_PARAMETER DispatchFunction is NULL.
154 IN PERIODIC_SMI_LIBRARY_HANDLER DispatchFunction,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DSmmGpiDispatch2.h52 This service registers a function (DispatchFunction) which will be called when an SMI is
56 The DispatchFunction will be called with Context set to the same value as was passed into
62 @param[in] DispatchFunction Function to register for handler when the specified GPI causes an SMI.
82 IN EFI_SMM_HANDLER_ENTRY_POINT2 DispatchFunction,
H A DSmmIoTrapDispatch2.h63 This service registers a function (DispatchFunction) which will be called when an SMI is
78 The DispatchFunction will be called with Context updated to contain information
84 @param[in] DispatchFunction Function to register for handler when I/O trap location is accessed.
99 IN EFI_SMM_HANDLER_ENTRY_POINT2 DispatchFunction,
H A DSmmPeriodicTimerDispatch2.h65 /// The DispatchFunction will be called with Context set to the same value as was passed into
82 This service registers a function (DispatchFunction) which will be called when at least the
85 The DispatchFunction will be called with Context set to the same value as was passed into
90 @param[in] DispatchFunction Function to register for handler when at least the specified amount
110 IN EFI_SMM_HANDLER_ENTRY_POINT2 DispatchFunction,
H A DSmmPowerButtonDispatch2.h55 This service registers a function (DispatchFunction) which will be called when an SMI is
59 The DispatchFunction will be called with Context set to the same value as was passed into
63 @param[in] DispatchFunction Function to register for handler when power button is pressed or released.
80 IN EFI_SMM_HANDLER_ENTRY_POINT2 DispatchFunction,
H A DSmmStandbyButtonDispatch2.h56 This service registers a function (DispatchFunction) which will be called when an SMI is
60 The DispatchFunction will be called with Context set to the same value as was passed into
64 @param[in] DispatchFunction Function to register for handler when the standby button is pressed or released.
81 IN EFI_SMM_HANDLER_ENTRY_POINT2 DispatchFunction,
H A DSmmSwDispatch2.h38 /// The DispatchFunction will be called with Context set to the same value as was passed into
63 This service registers a function (DispatchFunction) which will be called when the software
73 @param[in] DispatchFunction Function to register for handler when the specified software
97 IN EFI_SMM_HANDLER_ENTRY_POINT2 DispatchFunction,
H A DSmmSxDispatch2.h63 This service registers a function (DispatchFunction) which will be called when the sleep state
66 The DispatchFunction will be called with Context set to the same value as was passed into
71 @param[in] DispatchFunction Function to register for handler when the specified sleep state event occurs.
98 IN EFI_SMM_HANDLER_ENTRY_POINT2 DispatchFunction,
H A DSmmUsbDispatch2.h63 This service registers a function (DispatchFunction) which will be called when the USB-
66 The DispatchFunction will be called with Context set to the same value as was passed into
71 @param[in] DispatchFunction Function to register for handler when a USB-related SMI occurs.
90 IN EFI_SMM_HANDLER_ENTRY_POINT2 DispatchFunction,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmPeriodicSmiLib/
H A DSmmPeriodicSmiLib.c55 PERIODIC_SMI_LIBRARY_HANDLER DispatchFunction; member in struct:__anon12457
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 usin
914 PeriodicSmiEnable( IN OUT EFI_HANDLE *DispatchHandle, OPTIONAL IN PERIODIC_SMI_LIBRARY_HANDLER DispatchFunction, IN CONST VOID *Context, OPTIONAL IN UINT64 TickPeriod, IN UINTN Cpu, IN UINTN StackSize ) argument
[all...]

Completed in 1346 milliseconds