Home | History | Annotate | Download | only in PiSmmCore

Lines Matching defs:Event

110   Event notification that is fired every time a gEfiSmmConfigurationProtocol installs.

112 @param Event The Event that is being processed, not used.
113 @param Context Event Context, not used.
119 IN EFI_EVENT Event,
124 Event notification that is fired every time a DxeSmmReadyToLock protocol is added
127 @param Event The Event that is being processed, not used.
128 @param Context Event Context, not used.
134 IN EFI_EVENT Event,
139 Event notification that is fired when DxeDispatch Event Group is signaled.
141 @param Event The Event that is being processed, not used.
142 @param Context Event Context, not used.
148 IN EFI_EVENT Event,
153 Event notification that is fired when a GUIDed Event Group is signaled.
155 @param Event The Event that is being processed, not used.
156 @param Context Event Context, not used.
162 IN EFI_EVENT Event,
167 Event notification that is fired when EndOfDxe Event Group is signaled.
169 @param Event The Event that is being processed, not used.
170 @param Context Event Context, not used.
176 IN EFI_EVENT Event,
183 This is a notification function registered on EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event.
186 @param Event Event whose notification function is being invoked.
193 IN EFI_EVENT Event,
198 // Data structure used to declare a table of protocol notifications and event
208 EFI_EVENT Event;
268 // Table of Protocol notification and GUIDed Event notifications that the SMM IPL requires
273 // the associated event is immediately signalled, so the notification function will be executed and the
279 // the associated event is immediately signalled, so the notification function will be executed and the
284 // Declare event notification on EndOfDxe event. When this notification is established,
285 // the associated event is immediately signalled, so the notification function will be executed and the
290 // Declare event notification on EndOfDxe event. This is used to set EndOfDxe event signaled flag.
294 // Declare event notification on the DXE Dispatch Event Group. This event is signaled by the DXE Core
295 // each time the DXE Core dispatcher has completed its work. When this event is signalled, the SMM Core
300 // Declare event notification on Ready To Boot Event Group. This is an extra event notification that is
305 // Declare event notification on Legacy Boot Event Group. This is used to inform the SMM Core that the platform
312 // Declare event notification on Exit Boot Services Event Group. This is used to inform the SMM Core
317 // Declare event notification on Ready To Boot Event Group. This is used to inform the SMM Core
322 // Declare event notification on SetVirtualAddressMap() Event Group. This is used to convert gSmmCorePrivate
327 // Terminate the table of event notifications
550 Event notification that is fired when GUIDed Event Group is signaled.
552 @param Event The Event that is being processed, not used.
553 @param Context Event Context, not used.
559 IN EFI_EVENT Event,
580 Event notification that is fired when EndOfDxe Event Group is signaled.
582 @param Event The Event that is being processed, not used.
583 @param Context Event Context, not used.
589 IN EFI_EVENT Event,
597 Event notification that is fired when DxeDispatch Event Group is signaled.
599 @param Event The Event that is being processed, not used.
600 @param Context Event Context, not used.
606 IN EFI_EVENT Event,
666 Event notification that is fired every time a gEfiSmmConfigurationProtocol installs.
668 @param Event The Event that is being processed, not used.
669 @param Context Event Context, not used.
675 IN EFI_EVENT Event,
709 Event notification that is fired every time a DxeSmmReadyToLock protocol is added
712 @param Event The Event that is being processed, not used.
713 @param Context Event Context, not used.
719 IN EFI_EVENT Event,
752 DEBUG ((DEBUG_ERROR, "EndOfDxe Event must be signaled before DxeSmmReadyToLock Protocol installation!\n"));
766 // Close protocol and event notification events that do not apply after the
768 // event has been signalled.
772 gBS->CloseEvent (mSmmIplEvents[Index].Event);
779 SmmIplGuidedEventNotify (Event, (VOID *)&gEfiDxeSmmReadyToLockProtocolGuid);
795 This is a notification function registered on EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event.
798 @param Event Event whose notification function is being invoked.
805 IN EFI_EVENT Event,
1722 // Create the set of protocol and event notififcations that the SMM IPL requires
1726 mSmmIplEvents[Index].Event = EfiCreateProtocolNotifyEvent (
1740 &mSmmIplEvents[Index].Event