Data Structures | |
struct | FRAMEWORK_EFI_RUNTIME_SERVICES |
struct | FRAMEWORK_EFI_BOOT_SERVICES |
Defines | |
#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) |
Copyright (c) 2007 - 2010, 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 that 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.
#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 |
typedef VOID(EFIAPI * FRAMEWORK_EFI_AP_PROCEDURE)(IN VOID *Buffer) |
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. |