OvmfPkg[all]  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
DxeCis.h File Reference

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)
 

Detailed Description

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

Macro Definition Documentation

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

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.

Parameters
[in]BufferThe pointer to the procedure's argument.