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

Go to the source code of this file.

Data Structures

struct  MM_CPU_SYNC_CONFIG
 

Macros

#define MM_CPU_SYNC_CONFIG_HOB_GUID
 

Enumerations

enum  MM_CPU_SYNC_MODE { MmCpuSyncModeTradition , MmCpuSyncModeRelaxedAp , MmCpuSyncModeMax }
 

Variables

EFI_GUID gMmCpuSyncConfigHobGuid
 

Detailed Description

This file defines MM_CPU_SYNC_CONFIG which controls how BSP synchronizes with APs in x86 SMM environment.

Copyright (c) 2024, Intel Corporation. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file MmCpuSyncConfig.h.

Macro Definition Documentation

◆ MM_CPU_SYNC_CONFIG_HOB_GUID

#define MM_CPU_SYNC_CONFIG_HOB_GUID
Value:
{ \
0x8b90bd26, 0xe4f9, 0x45c2, {0x92, 0xa2, 0x9e, 0xac, 0xe6, 0x0e, 0x9d, 0xcc} \
}

The GUID of the MmCpuSyncConfig GUIDed HOB.

Definition at line 17 of file MmCpuSyncConfig.h.

Enumeration Type Documentation

◆ MM_CPU_SYNC_MODE

enum MM_CPU_SYNC_MODE

Definition at line 22 of file MmCpuSyncConfig.h.