Home | History | Annotate | Download | only in Protocol

Lines Matching full:that

6   export information that is needed at runtime. As such, this protocol allows 

8 This protocol also implies that the runtime services required to transition
47 /// Start of image that has been loaded in memory. It is a pointer
56 /// Information about the fix-ups that were performed on ImageBase when it was
106 /// information that is needed at runtime. As such, this protocol allows the DXE
108 /// that the runtime services required to transition to virtual mode,
116 UINTN MemoryDescriptorSize; ///< Size of a memory descriptor that is returned by GetMemoryMap().
117 UINT32 MemoryDesciptorVersion; ///< Version of a memory descriptor that is returned by GetMemoryMap().
119 EFI_MEMORY_DESCRIPTOR *MemoryMapPhysical; ///< Pointer to a runtime buffer that contains a copy of
121 EFI_MEMORY_DESCRIPTOR *MemoryMapVirtual; ///< Pointer to MemoryMapPhysical that is updated to virtual mode after SetVirtualAddressMap().
122 BOOLEAN VirtualMode; ///< Boolean that is TRUE if SetVirtualAddressMap() has been called.
123 BOOLEAN AtRuntime; ///< Boolean that is TRUE if ExitBootServices () has been called.