TianoCore EDK2 master
Loading...
Searching...
No Matches
CpuMmuLib.h
Go to the documentation of this file.
1
9#ifndef CPU_MMU_LIB_H_
10#define CPU_MMU_LIB_H_
11
12#include <Uefi/UefiBaseType.h>
13
31EFIAPI
33 IN OUT UINTN *PageTable OPTIONAL,
34 IN UINT64 PageWalkCfg,
35 IN EFI_PHYSICAL_ADDRESS BaseAddress,
36 IN UINT64 Length,
37 IN UINT64 Attributes,
38 IN UINT64 AttributeMask
39 );
40
41#endif // CPU_MMU_LIB_H_
UINT64 UINTN
EFI_STATUS EFIAPI MemoryRegionMap(IN OUT UINTN *PageTable OPTIONAL, IN UINT64 PageWalkCfg, IN EFI_PHYSICAL_ADDRESS BaseAddress, IN UINT64 Length, IN UINT64 Attributes, IN UINT64 AttributeMask)
Definition: CpuMmu.c:694
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
UINT64 EFI_PHYSICAL_ADDRESS
Definition: UefiBaseType.h:50
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29