Data Fields | |
EFI_LIST_ENTRY | ImageHead |
A list of type EFI_RUNTIME_IMAGE_ENTRY. | |
EFI_LIST_ENTRY | EventHead |
A list of type EFI_RUNTIME_EVENT_ENTRY. | |
UINTN | MemoryDescriptorSize |
Size of a memory descriptor that is returned by GetMemoryMap(). | |
UINT32 | MemoryDesciptorVersion |
Version of a memory descriptor that is returned by GetMemoryMap(). | |
UINTN | MemoryMapSize |
Size of the memory map in bytes contained in MemoryMapPhysical and MemoryMapVirtual. | |
EFI_MEMORY_DESCRIPTOR * | MemoryMapPhysical |
EFI_MEMORY_DESCRIPTOR * | MemoryMapVirtual |
Pointer to MemoryMapPhysical that is updated to virtual mode after SetVirtualAddressMap(). | |
BOOLEAN | VirtualMode |
Boolean that is TRUE if SetVirtualAddressMap() has been called. | |
BOOLEAN | AtRuntime |
Boolean that is TRUE if ExitBootServices () has been called. |
Boolean that is TRUE if ExitBootServices () has been called.
A list of type EFI_RUNTIME_EVENT_ENTRY.
A list of type EFI_RUNTIME_IMAGE_ENTRY.
Version of a memory descriptor that is returned by GetMemoryMap().
Size of a memory descriptor that is returned by GetMemoryMap().
Pointer to a runtime buffer that contains a copy of the memory map returned via GetMemoryMap().
Size of the memory map in bytes contained in MemoryMapPhysical and MemoryMapVirtual.
Pointer to MemoryMapPhysical that is updated to virtual mode after SetVirtualAddressMap().
Boolean that is TRUE if SetVirtualAddressMap() has been called.