OvmfPkg[all]
0.1
|
Data Structures | |
struct | FRAMEWORK_EFI_RUNTIME_SERVICES |
struct | FRAMEWORK_EFI_BOOT_SERVICES |
Macros | |
#define | EFI_EVENT_RUNTIME_CONTEXT 0x20000000 |
#define | EFI_EVENT_NOTIFY_SIGNAL_ALL 0x00000400 |
#define | EFI_EVENT_SIGNAL_READY_TO_BOOT 0x00000203 |
#define | EFI_EVENT_SIGNAL_LEGACY_BOOT 0x00000204 |
Typedefs | |
typedef VOID(EFIAPI * | FRAMEWORK_EFI_AP_PROCEDURE )(IN VOID *Buffer) |
Include file for definitions in the Intel Platform Innovation Framework for EFI Driver Execution Environment Core Interface Specification (DXE CIS) Version 0.91.
Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
#define EFI_EVENT_NOTIFY_SIGNAL_ALL 0x00000400 |
#define EFI_EVENT_RUNTIME_CONTEXT 0x20000000 |
#define EFI_EVENT_SIGNAL_LEGACY_BOOT 0x00000204 |
#define EFI_EVENT_SIGNAL_READY_TO_BOOT 0x00000203 |
Functions of this type are used with the Framework MP Services Protocol and the SMM Services Table to execute a procedure on enabled APs. The context the AP should use durng execution is specified by Buffer.
[in] | Buffer | The pointer to the procedure's argument. |