TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | StandaloneMmServicesTableLibConstructor (IN EFI_HANDLE ImageHandle, IN EFI_MM_SYSTEM_TABLE *MmSystemTable) |
Variables | |
EFI_MM_SYSTEM_TABLE * | gMmst = NULL |
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 StandaloneMmServicesTableLib.c.
EFI_STATUS EFIAPI StandaloneMmServicesTableLibConstructor | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_MM_SYSTEM_TABLE * | MmSystemTable | ||
) |
The constructor function caches the pointer of the MM Services Table.
ImageHandle | The firmware allocated handle for the EFI image. |
MmSystemTable | A pointer to the MM System Table. |
EFI_SUCCESS | The constructor always returns EFI_SUCCESS. |
Definition at line 27 of file StandaloneMmServicesTableLib.c.
EFI_MM_SYSTEM_TABLE* gMmst = NULL |
Definition at line 14 of file StandaloneMmServicesTableLib.c.