|
XenevaOS
|
#include <Pi/PiMmCis.h>

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(EFIAPI * | EFI_MM_REGISTER_MM_ENTRY) (IN CONST EFI_MM_CONFIGURATION_PROTOCOL *This, IN EFI_MM_ENTRY_POINT MmEntryPoint) |
Variables | |
| EFI_GUID | gEfiMmConfigurationProtocolGuid |
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.
| #define EFI_MM_CONFIGURATION_PROTOCOL_GUID |
| typedef struct _EFI_MM_CONFIGURATION_PROTOCOL EFI_MM_CONFIGURATION_PROTOCOL |
| 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.
| [in] | This | The EFI_MM_CONFIGURATION_PROTOCOL instance. |
| [in] | MmEntryPoint | MM Foundation entry point. |
| EFI_SUCCESS | Success to register MM Entry Point. |
| EFI_INVALID_PARAMETER | MmEntryPoint is NULL. |
| typedef struct _EFI_MM_RESERVED_MMRAM_REGION EFI_MM_RESERVED_MMRAM_REGION |
Structure describing a MMRAM region which cannot be used for the MMRAM heap.
|
extern |