TianoCore EDK2 master
Loading...
Searching...
No Matches
MemoryAttributesTable.h File Reference

Go to the source code of this file.

Data Structures

struct  EFI_MEMORY_ATTRIBUTES_TABLE
 

Macros

#define EFI_MEMORY_ATTRIBUTES_TABLE_GUID
 
#define EFI_MEMORY_ATTRIBUTES_TABLE_VERSION   0x00000002
 
#define EFI_MEMORY_ATTRIBUTES_FLAGS_RT_FORWARD_CONTROL_FLOW_GUARD   0x1
 

Variables

EFI_GUID gEfiMemoryAttributesTableGuid
 

Detailed Description

GUIDs used for UEFI Memory Attributes Table in the UEFI 2.6 specification.

Copyright (c) 2016, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file MemoryAttributesTable.h.

Macro Definition Documentation

◆ EFI_MEMORY_ATTRIBUTES_FLAGS_RT_FORWARD_CONTROL_FLOW_GUARD

#define EFI_MEMORY_ATTRIBUTES_FLAGS_RT_FORWARD_CONTROL_FLOW_GUARD   0x1

Definition at line 26 of file MemoryAttributesTable.h.

◆ EFI_MEMORY_ATTRIBUTES_TABLE_GUID

#define EFI_MEMORY_ATTRIBUTES_TABLE_GUID
Value:
{\
0xdcfa911d, 0x26eb, 0x469f, {0xa2, 0x20, 0x38, 0xb7, 0xdc, 0x46, 0x12, 0x20} \
}

Definition at line 12 of file MemoryAttributesTable.h.

◆ EFI_MEMORY_ATTRIBUTES_TABLE_VERSION

#define EFI_MEMORY_ATTRIBUTES_TABLE_VERSION   0x00000002

Definition at line 24 of file MemoryAttributesTable.h.