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

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmramSaveInfoHandlerSmm/
SmramSaveInfoHandlerSmm.c 56 @param DispatchHandle The handle of this dispatch function.
70 IN EFI_HANDLE DispatchHandle,
128 EFI_HANDLE DispatchHandle;
162 &DispatchHandle
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/LockBox/SmmLockBox/
SmmLockBox.c 248 @param DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
261 IN EFI_HANDLE DispatchHandle,
389 EFI_HANDLE DispatchHandle;
398 &DispatchHandle
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCommunication/
PiSmmCommunicationSmm.c 81 @param DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
94 IN EFI_HANDLE DispatchHandle,
202 EFI_HANDLE DispatchHandle;
234 &DispatchHandle
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmmSwDispatch2OnSmmSwDispatchThunk/
SmmSwDispatch2OnSmmSwDispatchThunk.c 43 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 The DispatchHandle to indentify the SmmSwDispatch2Thunk context
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmCore.h 67 EFI_HANDLE DispatchHandle;
581 @param DispatchHandle On return, contains a unique handle which can be used to later unregister the handler function.
584 @retval EFI_INVALID_PARAMETER Handler or DispatchHandle is NULL.
592 OUT EFI_HANDLE *DispatchHandle
598 @param DispatchHandle The handle that was specified when the handler was registered.
601 @retval EFI_INVALID_PARAMETER DispatchHandle does not refer to a valid handle.
607 IN EFI_HANDLE DispatchHandle
614 @param DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
626 IN EFI_HANDLE DispatchHandle,
636 @param DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
    [all...]
SmramProfileRecord.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmPeriodicSmiLib/
SmmPeriodicSmiLib.c 108 EFI_HANDLE DispatchHandle;
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 OPTIONAL
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
SmmBaseHelper.c 89 EFI_HANDLE DispatchHandle;
789 @param[in] DispatchHandle The unique handle assigned by SmiHandlerRegister().
795 IN EFI_HANDLE DispatchHandle
802 if (((CALLBACK_INFO *)Node)->DispatchHandle == DispatchHandle) {
816 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
834 IN EFI_HANDLE DispatchHandle,
868 CallbackInfo = GetCallbackInfo (DispatchHandle);
    [all...]

Completed in 1593 milliseconds