Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Runtime/
DRuntime.h69 struct _EFI_RUNTIME_ARCH_PROTOCOL { struct
70 EFI_LIST_ENTRY ImageHead;
71 EFI_LIST_ENTRY EventHead;
72 UINTN MemoryDescriptorSize;
73 UINT32 MemoryDesciptorVersion;
74 UINTN MemoryMapSize;
75 EFI_MEMORY_DESCRIPTOR *MemoryMapPhysical;
76 EFI_MEMORY_DESCRIPTOR *MemoryMapVirtual;
77 BOOLEAN VirtualMode;
78 BOOLEAN AtRuntime;
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DRuntime.h113 struct _EFI_RUNTIME_ARCH_PROTOCOL { struct
114 EFI_LIST_ENTRY ImageHead; ///< A list of type EFI_RUNTIME_IMAGE_ENTRY.
115 EFI_LIST_ENTRY EventHead; ///< A list of type EFI_RUNTIME_EVENT_ENTRY.
116 … MemoryDescriptorSize; ///< Size of a memory descriptor that is returned by GetMemoryMap().
117 … MemoryDesciptorVersion; ///< Version of a memory descriptor that is returned by GetMemoryMap().
118 …yMapSize;///< Size of the memory map in bytes contained in MemoryMapPhysical and MemoryMapVirtual.
119 …MORY_DESCRIPTOR *MemoryMapPhysical; ///< Pointer to a runtime buffer that contains a copy of
121 … ///< Pointer to MemoryMapPhysical that is updated to virtual mode after SetVirtualAddressMap().
122 … VirtualMode; ///< Boolean that is TRUE if SetVirtualAddressMap() has been called.
123 …EAN AtRuntime; ///< Boolean that is TRUE if ExitBootServices () has been called.