MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_EFI_MM_CONFIGURATION_PROTOCOL Struct Reference

Data Fields

EFI_MM_RESERVED_MMRAM_REGIONMmramReservedRegions
 
EFI_MM_REGISTER_MM_ENTRY RegisterMmEntry
 

Detailed Description

The EFI MM Configuration Protocol is a mandatory protocol published by a DXE CPU driver to indicate which areas within MMRAM are reserved for use by the CPU for any purpose, such as stack, save state or MM entry point.

The RegistermmEntry() function allows the MM IPL DXE driver to register the MM Foundation entry point with the MM entry vector code.

Field Documentation

EFI_MM_RESERVED_MMRAM_REGION* _EFI_MM_CONFIGURATION_PROTOCOL::MmramReservedRegions

A pointer to an array MMRAM ranges used by the initial MM entry code.

EFI_MM_REGISTER_MM_ENTRY _EFI_MM_CONFIGURATION_PROTOCOL::RegisterMmEntry