XenevaOS
Loading...
Searching...
No Matches
Classes | Macros | Typedefs | Variables
Runtime.h File Reference

Go to the source code of this file.

Classes

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
 

Detailed Description

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.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

Macro Definition Documentation

◆ EFI_RUNTIME_ARCH_PROTOCOL_GUID

#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 Documentation

◆ EFI_LIST_ENTRY

LIST_ENTRY from BaseType

◆ EFI_RUNTIME_ARCH_PROTOCOL

◆ EFI_RUNTIME_EVENT_ENTRY

◆ EFI_RUNTIME_IMAGE_ENTRY

Variable Documentation

◆ gEfiRuntimeArchProtocolGuid

EFI_GUID gEfiRuntimeArchProtocolGuid
extern