Home
last modified time | relevance | path

Searched defs:_EFI_RUNTIME_ARCH_PROTOCOL (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DRuntime.h107 struct _EFI_RUNTIME_ARCH_PROTOCOL { struct
108 EFI_LIST_ENTRY ImageHead; ///< A list of type EFI_RUNTIME_IMAGE_ENTRY.
109 EFI_LIST_ENTRY EventHead; ///< A list of type EFI_RUNTIME_EVENT_ENTRY.
110 … MemoryDescriptorSize; ///< Size of a memory descriptor that is returned by GetMemoryMap().
111 … MemoryDesciptorVersion; ///< Version of a memory descriptor that is returned by GetMemoryMap().
112 … ///< Size of the memory map in bytes contained in MemoryMapPhysical and MemoryMapVirtual.
113 …MORY_DESCRIPTOR *MemoryMapPhysical; ///< Pointer to a runtime buffer that contains a copy of
115 … ///< Pointer to MemoryMapPhysical that is updated to virtual mode after SetVirtualAddressMap().
116 … VirtualMode; ///< Boolean that is TRUE if SetVirtualAddressMap() has been called.
117 … AtRuntime; ///< Boolean that is TRUE if ExitBootServices () has been called.