MdePkg[all]
1.08
|
Data Structures | |
struct | _EFI_RUNTIME_IMAGE_ENTRY |
struct | _EFI_RUNTIME_EVENT_ENTRY |
struct | _EFI_RUNTIME_ARCH_PROTOCOL |
Macros | |
#define | EFI_RUNTIME_ARCH_PROTOCOL_GUID { 0xb7dfb4e1, 0x52f, 0x449f, {0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 } } |
Typedefs | |
typedef struct _EFI_RUNTIME_ARCH_PROTOCOL | EFI_RUNTIME_ARCH_PROTOCOL |
typedef LIST_ENTRY | EFI_LIST_ENTRY |
typedef struct _EFI_RUNTIME_IMAGE_ENTRY | EFI_RUNTIME_IMAGE_ENTRY |
typedef struct _EFI_RUNTIME_EVENT_ENTRY | EFI_RUNTIME_EVENT_ENTRY |
Variables | |
EFI_GUID | gEfiRuntimeArchProtocolGuid |
Runtime Architectural Protocol as defined in PI Specification VOLUME 2 DXE
Allows the runtime functionality of the DXE Foundation to be contained in a separate driver. It also provides hooks for the DXE Foundation to export information that is needed at runtime. As such, this protocol allows services to the DXE Foundation to manage runtime drivers and events. This protocol also implies that the runtime services required to transition to virtual mode, SetVirtualAddressMap() and ConvertPointer(), have been registered into the UEFI Runtime Table in the UEFI System Table. This protocol must be produced by a runtime DXE driver and may only be consumed by the DXE Foundation.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
#define EFI_RUNTIME_ARCH_PROTOCOL_GUID { 0xb7dfb4e1, 0x52f, 0x449f, {0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 } } |
Global ID for the Runtime Architectural Protocol
typedef LIST_ENTRY EFI_LIST_ENTRY |
LIST_ENTRY from BaseType
typedef struct _EFI_RUNTIME_ARCH_PROTOCOL EFI_RUNTIME_ARCH_PROTOCOL |
typedef struct _EFI_RUNTIME_EVENT_ENTRY EFI_RUNTIME_EVENT_ENTRY |
typedef struct _EFI_RUNTIME_IMAGE_ENTRY EFI_RUNTIME_IMAGE_ENTRY |
EFI_GUID gEfiRuntimeArchProtocolGuid |