Lines Matching full:runtime
2 Runtime Architectural Protocol as defined in PI Specification VOLUME 2 DXE
4 Allows the runtime functionality of the DXE Foundation to be contained
6 export information that is needed at runtime. As such, this protocol allows
7 services to the DXE Foundation to manage runtime drivers and events.
8 This protocol also implies that the runtime services required to transition
10 registered into the UEFI Runtime Table in the UEFI System Table. This protocol
11 must be produced by a runtime DXE driver and may only be consumed by the DXE Foundation.
22 /// Global ID for the Runtime Architectural Protocol
87 /// The EFI_EVENT returned by CreateEvent(). Event must be in runtime memory.
98 /// Allows the runtime functionality of the DXE Foundation to be contained in a
100 /// information that is needed at runtime. As such, this protocol allows the DXE
101 /// Foundation to manage runtime drivers and events. This protocol also implies
102 /// that the runtime services required to transition to virtual mode,
104 /// EFI Runtime Table in the EFI System Partition. This protocol must be produced
105 /// by a runtime DXE driver and may only be consumed by the DXE Foundation.
113 …EFI_MEMORY_DESCRIPTOR *MemoryMapPhysical; ///< Pointer to a runtime buffer that contains a …