TianoCore EDK2 master
Loading...
Searching...
No Matches
StandaloneMmMmuLib.h
Go to the documentation of this file.
1
9#ifndef STANDALONE_MM_MMU_LIB_
10#define STANDALONE_MM_MMU_LIB_
11
13ArmSetMemoryRegionNoExec (
14 IN EFI_PHYSICAL_ADDRESS BaseAddress,
15 IN UINT64 Length
16 );
17
19ArmClearMemoryRegionNoExec (
20 IN EFI_PHYSICAL_ADDRESS BaseAddress,
21 IN UINT64 Length
22 );
23
25ArmSetMemoryRegionReadOnly (
26 IN EFI_PHYSICAL_ADDRESS BaseAddress,
27 IN UINT64 Length
28 );
29
31ArmClearMemoryRegionReadOnly (
32 IN EFI_PHYSICAL_ADDRESS BaseAddress,
33 IN UINT64 Length
34 );
35
36#endif /* STANDALONE_MM_MMU_LIB_ */
#define IN
Definition: Base.h:279
UINT64 EFI_PHYSICAL_ADDRESS
Definition: UefiBaseType.h:50
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29