TianoCore EDK2 master
Loading...
Searching...
No Matches
MmServicesTableLib.c File Reference
#include <PiMm.h>
#include <Protocol/MmBase.h>
#include <Library/MmServicesTableLib.h>
#include <Library/DebugLib.h>

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI MmServicesTableLibConstructor (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
 

Variables

EFI_MM_SYSTEM_TABLEgMmst = NULL
 

Detailed Description

MM Services Table Library.

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

Definition in file MmServicesTableLib.c.

Function Documentation

◆ MmServicesTableLibConstructor()

EFI_STATUS EFIAPI MmServicesTableLibConstructor ( IN EFI_HANDLE  ImageHandle,
IN EFI_SYSTEM_TABLE SystemTable 
)

The constructor function caches the pointer of the MM Services Table.

Parameters
ImageHandleThe firmware allocated handle for the EFI image.
SystemTableA pointer to the EFI System Table.
Return values
EFI_SUCCESSThe constructor always returns EFI_SUCCESS.

Definition at line 28 of file MmServicesTableLib.c.

Variable Documentation

◆ gMmst

Definition at line 15 of file MmServicesTableLib.c.