Searched defs:DispatchHandle (Results 1 - 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmramSaveInfoHandlerSmm/
H A DSmramSaveInfoHandlerSmm.c56 @param DispatchHandle The handle of this dispatch function.
70 IN EFI_HANDLE DispatchHandle,
128 EFI_HANDLE DispatchHandle;
162 &DispatchHandle
60 SmramSaveInfoHandler( IN EFI_HANDLE DispatchHandle, IN EFI_SMM_SW_DISPATCH_CONTEXT *DispatchContext ) argument
119 EFI_HANDLE DispatchHandle; local
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/LockBox/SmmLockBox/
H A DSmmLockBox.c248 @param DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
261 IN EFI_HANDLE DispatchHandle,
389 EFI_HANDLE DispatchHandle; local
398 &DispatchHandle
260 SmmLockBoxHandler( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context OPTIONAL, IN OUT VOID *CommBuffer OPTIONAL, IN OUT UINTN *CommBufferSize OPTIONAL ) argument
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
H A DTcgSmm.c34 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
47 IN EFI_HANDLE DispatchHandle,
229 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
242 IN EFI_HANDLE DispatchHandle,
46 PhysicalPresenceCallback( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context, IN OUT VOID *CommBuffer, IN OUT UINTN *CommBufferSize ) argument
241 MemoryClearCallback( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context, IN OUT VOID *CommBuffer, IN OUT UINTN *CommBufferSize ) argument
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCommunication/
H A DPiSmmCommunicationSmm.c81 @param DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
94 IN EFI_HANDLE DispatchHandle,
202 EFI_HANDLE DispatchHandle; local
234 &DispatchHandle
93 PiSmmCommunicationHandler( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context OPTIONAL, IN OUT VOID *CommBuffer OPTIONAL, IN OUT UINTN *CommBufferSize OPTIONAL ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
H A DPiSmmCore.c133 @param DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
145 IN EFI_HANDLE DispatchHandle,
167 SmiHandlerUnRegister (DispatchHandle);
177 @param DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
189 IN EFI_HANDLE DispatchHandle,
209 SmiHandlerUnRegister (DispatchHandle);
219 @param DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
231 IN EFI_HANDLE DispatchHandle,
251 SmiHandlerUnRegister (DispatchHandle);
264 @param DispatchHandle Th
144 SmmLegacyBootHandler( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context, OPTIONAL IN OUT VOID *CommBuffer, OPTIONAL IN OUT UINTN *CommBufferSize OPTIONAL ) argument
188 SmmExitBootServicesHandler( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context, OPTIONAL IN OUT VOID *CommBuffer, OPTIONAL IN OUT UINTN *CommBufferSize OPTIONAL ) argument
230 SmmReadyToBootHandler( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context, OPTIONAL IN OUT VOID *CommBuffer, OPTIONAL IN OUT UINTN *CommBufferSize OPTIONAL ) argument
275 SmmReadyToLockHandler( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context, OPTIONAL IN OUT VOID *CommBuffer, OPTIONAL IN OUT UINTN *CommBufferSize OPTIONAL ) argument
361 SmmEndOfDxeHandler( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context, OPTIONAL IN OUT VOID *CommBuffer, OPTIONAL IN OUT UINTN *CommBufferSize OPTIONAL ) argument
[all...]
H A DPiSmmCore.h68 EFI_HANDLE DispatchHandle; member in struct:__anon6426
616 @param DispatchHandle On return, contains a unique handle which can be used to later unregister the handler function.
619 @retval EFI_INVALID_PARAMETER Handler or DispatchHandle is NULL.
627 OUT EFI_HANDLE *DispatchHandle
633 @param DispatchHandle The handle that was specified when the handler was registered.
636 @retval EFI_INVALID_PARAMETER DispatchHandle does not refer to a valid handle.
642 IN EFI_HANDLE DispatchHandle
649 @param DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
661 IN EFI_HANDLE DispatchHandle,
671 @param DispatchHandle Th
[all...]
H A DDispatcher.c1245 @param DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
1257 IN EFI_HANDLE DispatchHandle,
1256 SmmDriverDispatchHandler( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context, OPTIONAL IN OUT VOID *CommBuffer, OPTIONAL IN OUT UINTN *CommBufferSize OPTIONAL ) argument
H A DSmramProfileRecord.c2334 @param DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
2347 IN EFI_HANDLE DispatchHandle,
2474 EFI_HANDLE DispatchHandle; local
2483 &DispatchHandle
2346 SmramProfileHandler( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context OPTIONAL, IN OUT VOID *CommBuffer OPTIONAL, IN OUT UINTN *CommBufferSize OPTIONAL ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/
H A DFirmwarePerformanceSmm.c186 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
205 IN EFI_HANDLE DispatchHandle,
204 FpdtSmiHandler( IN EFI_HANDLE DispatchHandle, IN CONST VOID *RegisterContext, IN OUT VOID *CommBuffer, IN OUT UINTN *CommBufferSize ) argument
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
H A DQNCSmmCore.c158 IN EFI_HANDLE DispatchHandle,
310 OUT EFI_HANDLE *DispatchHandle
324 // GC_TODO: DispatchHandle - add argument and description to function comment
338 if (This == NULL || RegisterContext == NULL || DispatchHandle == NULL) {
489 *DispatchHandle = (EFI_HANDLE) (&Record->Link);
504 IN EFI_HANDLE DispatchHandle
516 // GC_TODO: DispatchHandle - add argument and description to function comment
526 if (DispatchHandle == NULL) {
530 if (BASE_CR (DispatchHandle, DATABASE_RECORD, Link)->Signature != DATABASE_RECORD_SIGNATURE) {
534 RecordToDelete = DATABASE_RECORD_FROM_LINK (DispatchHandle);
576 QNCSmmCoreDispatcher( IN EFI_HANDLE DispatchHandle, IN CONST VOID *RegisterContext, IN OUT VOID *CommBuffer, IN OUT UINTN *CommBufferSize ) argument
[all...]
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/
H A DTrEESmm.c50 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
63 IN EFI_HANDLE DispatchHandle,
225 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
238 IN EFI_HANDLE DispatchHandle,
62 PhysicalPresenceCallback( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context, IN OUT VOID *CommBuffer, IN OUT UINTN *CommBufferSize ) argument
237 MemoryClearCallback( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context, IN OUT VOID *CommBuffer, IN OUT UINTN *CommBufferSize ) argument
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmmSwDispatch2OnSmmSwDispatchThunk/
H A DSmmSwDispatch2OnSmmSwDispatchThunk.c43 EFI_HANDLE DispatchHandle;
53 DispatchHandle contains a unique handle which may be used later to unregister the function
64 @param[out] DispatchHandle Handle generated by the dispatcher to track the
83 OUT EFI_HANDLE *DispatchHandle
89 This service removes the handler associated with DispatchHandle so that it will no longer be
93 @param[in] DispatchHandle Handle of dispatch function to deregister.
96 @retval EFI_INVALID_PARAMETER The DispatchHandle was not valid.
102 IN EFI_HANDLE DispatchHandle
149 This function find SmmSwDispatch2Context by DispatchHandle.
151 @param DispatchHandle Th
34 EFI_HANDLE DispatchHandle; member in struct:__anon11974
185 FrameworkDispatchFunction( IN EFI_HANDLE DispatchHandle, IN EFI_SMM_SW_DISPATCH_CONTEXT *DispatchContext ) argument
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmCorePerformanceLib/
H A DSmmCorePerformanceLib.c457 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
475 IN EFI_HANDLE DispatchHandle,
569 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
587 IN EFI_HANDLE DispatchHandle,
474 SmmPerformanceHandlerEx( IN EFI_HANDLE DispatchHandle, IN CONST VOID *RegisterContext, IN OUT VOID *CommBuffer, IN OUT UINTN *CommBufferSize ) argument
586 SmmPerformanceHandler( IN EFI_HANDLE DispatchHandle, IN CONST VOID *RegisterContext, IN OUT VOID *CommBuffer, IN OUT UINTN *CommBufferSize ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
H A DFaultTolerantWriteSmm.c283 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
302 IN EFI_HANDLE DispatchHandle,
301 SmmFaultTolerantWriteHandler( IN EFI_HANDLE DispatchHandle, IN CONST VOID *RegisterContext, IN OUT VOID *CommBuffer, IN OUT UINTN *CommBufferSize ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariableSmm.c446 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
464 IN EFI_HANDLE DispatchHandle,
463 SmmVariableHandler( IN EFI_HANDLE DispatchHandle, IN CONST VOID *RegisterContext, IN OUT VOID *CommBuffer, IN OUT UINTN *CommBufferSize ) argument
/device/linaro/bootloader/edk2/MdePkg/Library/SmmPeriodicSmiLib/
H A DSmmPeriodicSmiLib.c108 EFI_HANDLE DispatchHandle; member in struct:__anon9471
227 DispatchHandle that was returned when the periodic SMI handler was enabled
228 with PeriodicSmiEnable(). If DispatchHandle is NULL, then the active
229 periodic SMI handler is returned. If DispatchHandle is NULL and there is
232 @param[in] DispatchHandle DispatchHandle that was returned when the periodic
238 @retval NULL DispatchHandle is NULL and there is no active periodic SMI
240 @retval NULL DispatchHandle does not match any of the periodic SMI handlers
243 associated with the DispatchHandle.
248 IN EFI_HANDLE DispatchHandle OPTIONA
787 PeriodicSmiDispatchFunction( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context OPTIONAL, IN OUT VOID *CommBuffer OPTIONAL, IN OUT UINTN *CommBufferSize OPTIONAL ) argument
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...]
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/
H A DAcpiSmmPlatform.c496 IN EFI_HANDLE DispatchHandle,
508 DispatchHandle - EFI Handle
526 IN EFI_HANDLE DispatchHandle,
550 DispatchHandle - EFI Handle
577 IN EFI_HANDLE DispatchHandle,
610 DispatchHandle - EFI Handle
659 IN EFI_HANDLE DispatchHandle,
672 DispatchHandle - The handle of this callback, obtained when registering.
712 if ((DispatchHandle == mAcpiSmm.S1SleepEntryHandle) && (((EFI_SMM_SX_REGISTER_CONTEXT *)DispatchContext)->Type == SxS1)) {
733 if (((DispatchHandle
495 RestoreQncS3SwCallback( IN EFI_HANDLE DispatchHandle, IN CONST VOID *DispatchContext, IN OUT VOID *CommBuffer, IN OUT UINTN *CommBufferSize ) argument
525 DisableAcpiCallback( IN EFI_HANDLE DispatchHandle, IN CONST VOID *DispatchContext, IN OUT VOID *CommBuffer, IN OUT UINTN *CommBufferSize ) argument
576 EnableAcpiCallback( IN EFI_HANDLE DispatchHandle, IN CONST VOID *DispatchContext, IN OUT VOID *CommBuffer, IN OUT UINTN *CommBufferSize ) argument
658 SxSleepEntryCallBack( IN EFI_HANDLE DispatchHandle, IN CONST VOID *DispatchContext, IN OUT VOID *CommBuffer, IN OUT UINTN *CommBufferSize ) argument
[all...]
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
H A DTcg2Smm.c101 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
114 IN EFI_HANDLE DispatchHandle,
160 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
173 IN EFI_HANDLE DispatchHandle,
113 PhysicalPresenceCallback( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context, IN OUT VOID *CommBuffer, IN OUT UINTN *CommBufferSize ) argument
172 MemoryClearCallback( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context, IN OUT VOID *CommBuffer, IN OUT UINTN *CommBufferSize ) argument
/device/linaro/bootloader/edk2/SecurityPkg/Library/OpalPasswordSupportLib/
H A DOpalPasswordSupportLib.c639 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
657 IN EFI_HANDLE DispatchHandle,
656 SmmOpalPasswordHandler( IN EFI_HANDLE DispatchHandle, IN CONST VOID *RegisterContext, IN OUT VOID *CommBuffer, IN OUT UINTN *CommBufferSize ) argument
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSmm/
H A DPlatform.c102 IN EFI_HANDLE DispatchHandle,
387 IN EFI_HANDLE DispatchHandle,
418 @param DispatchHandle The handle of this callback, obtained when registering argument
428 IN EFI_HANDLE DispatchHandle,
525 IN EFI_HANDLE DispatchHandle,
585 @param DispatchHandle - The handle of this callback, obtained when registering
593 IN EFI_HANDLE DispatchHandle,
608 @param DispatchHandle The handle of this callback, obtained when registering
617 IN EFI_HANDLE DispatchHandle,
666 @param DispatchHandle
377 SmmReadyToBootCallback( IN EFI_HANDLE DispatchHandle, IN EFI_SMM_SW_DISPATCH_CONTEXT *DispatchContext ) argument
515 PowerButtonCallback( IN EFI_HANDLE DispatchHandle, IN EFI_SMM_POWER_BUTTON_DISPATCH_CONTEXT *DispatchContext ) argument
583 S5SleepAcLossCallBack( IN EFI_HANDLE DispatchHandle, IN EFI_SMM_SX_DISPATCH_CONTEXT *DispatchContext ) argument
607 S4S5CallBack( IN EFI_HANDLE DispatchHandle, IN EFI_SMM_SX_DISPATCH_CONTEXT *DispatchContext ) argument
665 EnableAcpiCallback( IN EFI_HANDLE DispatchHandle, IN EFI_SMM_SW_DISPATCH_CONTEXT *DispatchContext ) argument
751 DisableAcpiCallback( IN EFI_HANDLE DispatchHandle, IN EFI_SMM_SW_DISPATCH_CONTEXT *DispatchContext ) argument
780 DummyTco1Callback( IN EFI_HANDLE DispatchHandle, IN EFI_SMM_ICHN_DISPATCH_CONTEXT *DispatchContext ) argument
819 S5SleepWakeOnRtcCallBack( IN EFI_HANDLE DispatchHandle, IN EFI_SMM_SX_DISPATCH_CONTEXT *DispatchContext ) argument
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
H A DSmmBaseHelper.c89 EFI_HANDLE DispatchHandle; member in struct:__anon4172
786 @param[in] DispatchHandle The unique handle assigned by SmiHandlerRegister().
792 IN EFI_HANDLE DispatchHandle
799 if (((CALLBACK_INFO *)Node)->DispatchHandle == DispatchHandle) {
813 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
831 IN EFI_HANDLE DispatchHandle,
865 CallbackInfo = GetCallbackInfo (DispatchHandle);
947 &Buffer->DispatchHandle
1047 @param[in] DispatchHandle Th
830 CallbackThunk( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context OPTIONAL, IN OUT VOID *CommBuffer OPTIONAL, IN OUT UINTN *CommBufferSize OPTIONAL ) argument
1064 SmmHandlerEntry( IN EFI_HANDLE DispatchHandle, IN CONST VOID *RegisterContext, IN OUT VOID *CommBuffer, IN OUT UINTN *CommBufferSize ) argument
[all...]
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
H A DOpalPasswordSmm.c319 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
333 IN EFI_HANDLE DispatchHandle,
537 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
555 IN EFI_HANDLE DispatchHandle,
332 SmmUnlockOpalPassword( IN EFI_HANDLE DispatchHandle, IN CONST VOID *RegisterContext, IN OUT VOID *CommBuffer, IN OUT UINTN *CommBufferSize ) argument
554 S3SleepEntryCallBack( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context OPTIONAL, IN OUT VOID *CommBuffer OPTIONAL, IN OUT UINTN *CommBufferSize OPTIONAL ) argument

Completed in 347 milliseconds