XenevaOS
Loading...
Searching...
No Matches
Classes | Macros | Typedefs | Variables
MmConfiguration.h File Reference
#include <Pi/PiMmCis.h>
Include dependency graph for MmConfiguration.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _EFI_MM_RESERVED_MMRAM_REGION
 
struct  _EFI_MM_CONFIGURATION_PROTOCOL
 

Macros

#define EFI_MM_CONFIGURATION_PROTOCOL_GUID
 

Typedefs

typedef struct _EFI_MM_RESERVED_MMRAM_REGION EFI_MM_RESERVED_MMRAM_REGION
 
typedef struct _EFI_MM_CONFIGURATION_PROTOCOL EFI_MM_CONFIGURATION_PROTOCOL
 
typedef EFI_STATUS(EFIAPIEFI_MM_REGISTER_MM_ENTRY) (IN CONST EFI_MM_CONFIGURATION_PROTOCOL *This, IN EFI_MM_ENTRY_POINT MmEntryPoint)
 

Variables

EFI_GUID gEfiMmConfigurationProtocolGuid
 

Detailed Description

EFI MM Configuration Protocol as defined in the PI 1.5 specification.

This protocol is used to: 1) report the portions of MMRAM regions which cannot be used for the MMRAM heap. 2) register the MM Foundation entry point with the processor code. The entry point will be invoked by the MM processor entry code.

Copyright (c) 2017, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

Macro Definition Documentation

◆ EFI_MM_CONFIGURATION_PROTOCOL_GUID

#define EFI_MM_CONFIGURATION_PROTOCOL_GUID
Value:
{ \
0x26eeb3de, 0xb689, 0x492e, {0x80, 0xf0, 0xbe, 0x8b, 0xd7, 0xda, 0x4b, 0xa7 } \
}

Typedef Documentation

◆ EFI_MM_CONFIGURATION_PROTOCOL

◆ EFI_MM_REGISTER_MM_ENTRY

typedef EFI_STATUS(EFIAPI * EFI_MM_REGISTER_MM_ENTRY) (IN CONST EFI_MM_CONFIGURATION_PROTOCOL *This, IN EFI_MM_ENTRY_POINT MmEntryPoint)

Register the MM Foundation entry point.

This function registers the MM Foundation entry point with the processor code. This entry point will be invoked by the MM Processor entry code.

Parameters
[in]ThisThe EFI_MM_CONFIGURATION_PROTOCOL instance.
[in]MmEntryPointMM Foundation entry point.
Return values
EFI_SUCCESSSuccess to register MM Entry Point.
EFI_INVALID_PARAMETERMmEntryPoint is NULL.

◆ EFI_MM_RESERVED_MMRAM_REGION

Structure describing a MMRAM region which cannot be used for the MMRAM heap.

Variable Documentation

◆ gEfiMmConfigurationProtocolGuid

EFI_GUID gEfiMmConfigurationProtocolGuid
extern