TianoCore EDK2 master
|
#include <IndustryStandard/Acpi.h>
Go to the source code of this file.
Data Structures | |
struct | CmX64FadtSciInterrupt |
struct | CmX64FadtSciCmdInfo |
struct | CmX64FadtPmBlockInfo |
struct | CmX64FadtGpeBlockInfo |
struct | CmX64FadtXpmBlockInfo |
struct | CmX64FadtXgpeBlockInfo |
struct | CmX64FadtSleepBlockInfo |
struct | CmX64FadtResetBlockInfo |
struct | CmX64FadtFadtMiscInfo |
struct | CmX64WsmtFlagsInfo |
struct | CmX64HpetInfo |
Typedefs | |
typedef enum X64ObjectID | EX64_OBJECT_ID |
typedef struct CmX64FadtSciInterrupt | CM_X64_FADT_SCI_INTERRUPT |
typedef struct CmX64FadtSciCmdInfo | CM_X64_FADT_SCI_CMD_INFO |
typedef struct CmX64FadtPmBlockInfo | CM_X64_FADT_PM_BLOCK_INFO |
typedef struct CmX64FadtGpeBlockInfo | CM_X64_FADT_GPE_BLOCK_INFO |
typedef struct CmX64FadtXpmBlockInfo | CM_X64_FADT_X_PM_BLOCK_INFO |
typedef struct CmX64FadtXgpeBlockInfo | CM_X64_FADT_X_GPE_BLOCK_INFO |
typedef struct CmX64FadtSleepBlockInfo | CM_X64_FADT_SLEEP_BLOCK_INFO |
typedef struct CmX64FadtResetBlockInfo | CM_X64_FADT_RESET_BLOCK_INFO |
typedef struct CmX64FadtFadtMiscInfo | CM_X64_FADT_MISC_INFO |
typedef struct CmX64WsmtFlagsInfo | CM_X64_WSMT_FLAGS_INFO |
typedef struct CmX64HpetInfo | CM_X64_HPET_INFO |
Defines the X64 Namespace Object.
Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file X64NameSpaceObjects.h.
typedef struct CmX64FadtGpeBlockInfo CM_X64_FADT_GPE_BLOCK_INFO |
A structure that describes the GPE block information.
ID: EX64ObjFadtGpeBlockInfo
typedef struct CmX64FadtFadtMiscInfo CM_X64_FADT_MISC_INFO |
A structure that describes the miscellaneous FADT fields information.
ID: EX64ObjFadtMiscInfo
typedef struct CmX64FadtPmBlockInfo CM_X64_FADT_PM_BLOCK_INFO |
A structure that describes the power management block information.
ID: EX64ObjFadtPmBlockInfo
typedef struct CmX64FadtResetBlockInfo CM_X64_FADT_RESET_BLOCK_INFO |
A structure that describes the Reset control block information.
ID: EX64ObjFadtResetBlockInfo
typedef struct CmX64FadtSciCmdInfo CM_X64_FADT_SCI_CMD_INFO |
A structure that describes the SCI CMD Information for the Platform.
ID: EX64ObjFadtSciCmdInfo
typedef struct CmX64FadtSciInterrupt CM_X64_FADT_SCI_INTERRUPT |
A structure that describes the SCI interrupt Information for the Platform.
ID: EX64ObjFadtSciInterrupt
typedef struct CmX64FadtSleepBlockInfo CM_X64_FADT_SLEEP_BLOCK_INFO |
A structure that describes the sleep control block information.
ID: EX64ObjFadtSleepBlockInfo
typedef struct CmX64FadtXgpeBlockInfo CM_X64_FADT_X_GPE_BLOCK_INFO |
A structure that describes the 64-bit GPE block information.
ID: EX64ObjFadtXgpeBlockInfo
typedef struct CmX64FadtXpmBlockInfo CM_X64_FADT_X_PM_BLOCK_INFO |
A structure that describes the 64bit power management block information.
ID: EX64ObjFadtXpmBlockInfo
typedef struct CmX64HpetInfo CM_X64_HPET_INFO |
A structure that describes the HPET device information.
ID: EX64ObjHpetInfo
typedef struct CmX64WsmtFlagsInfo CM_X64_WSMT_FLAGS_INFO |
A structure that describes the WSMT protection flags information.
ID: EX64ObjWsmtFlagsInfo
typedef enum X64ObjectID EX64_OBJECT_ID |
The EX64_OBJECT_ID enum describes the Object IDs in the X64 Namespace
enum X64ObjectID |
The EX64_OBJECT_ID enum describes the Object IDs in the X64 Namespace
Definition at line 23 of file X64NameSpaceObjects.h.