TianoCore EDK2 master
|
#include "PiSmmCpuCommon.h"
Go to the source code of this file.
Functions | |
BOOLEAN | IsRestrictedMemoryAccess (VOID) |
Copyright (c) 2024, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file SmmFuncsArchDxeSmm.c.
BOOLEAN IsRestrictedMemoryAccess | ( | VOID | ) |
Return whether access to non-SMRAM is restricted.
TRUE | Access to non-SMRAM is restricted. |
FALSE | Access to non-SMRAM is not restricted. |
Definition at line 17 of file SmmFuncsArchDxeSmm.c.