Searched defs:_EFI_RUNTIME_ARCH_PROTOCOL (Results 1 – 1 of 1) sorted by relevance
107 struct _EFI_RUNTIME_ARCH_PROTOCOL { struct108 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 of115 … ///< 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.