Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
/** @file
Copyright (c) 2018, ARM Ltd. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#ifndef STANDALONE_MM_MMU_LIB_
#define STANDALONE_MM_MMU_LIB_
EFI_STATUS
ArmSetMemoryRegionNoExec (
IN EFI_PHYSICAL_ADDRESS BaseAddress,
IN UINT64 Length
);
ArmClearMemoryRegionNoExec (
ArmSetMemoryRegionReadOnly (
ArmClearMemoryRegionReadOnly (
#endif /* STANDALONE_MM_MMU_LIB_ */