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

Go to the source code of this file.

Data Structures

struct  MM_UNBLOCK_REGION
 

Macros

#define MM_UNBLOCK_REGION_HOB_GUID
 

Variables

EFI_GUID gMmUnblockRegionHobGuid
 

Detailed Description

Defines the GUIDed HOB that describes the memory region to be unblocked in MM environment.

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

Definition in file MmUnblockRegion.h.

Macro Definition Documentation

◆ MM_UNBLOCK_REGION_HOB_GUID

#define MM_UNBLOCK_REGION_HOB_GUID
Value:
{ \
0x7c316fb3, 0x849e, 0x4ee7, {0x87, 0xfc, 0x16, 0x2d, 0x0b, 0x03, 0x42, 0xbf } \
}

The GUID of the UnblockRegion GUIDed HOB.

Definition at line 14 of file MmUnblockRegion.h.