TianoCore EDK2 master
|
#include <Base.h>
#include <Library/ArmLib.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
Go to the source code of this file.
Functions | |
VOID EFIAPI | ArmVirtGetMemoryMap (OUT ARM_MEMORY_REGION_DESCRIPTOR **VirtualMemoryMap) |
Variables | |
STATIC ARM_MEMORY_REGION_DESCRIPTOR | mVirtualMemoryTable [2] |
Copyright (c) 2014-2017, Linaro Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file XenVirtMemInfoLib.c.
VOID EFIAPI ArmVirtGetMemoryMap | ( | OUT ARM_MEMORY_REGION_DESCRIPTOR ** | VirtualMemoryMap | ) |
Return the Virtual Memory Map of your platform
This Virtual Memory Map is used by MemoryInitPei Module to initialize the MMU on your platform.
[out] | VirtualMemoryMap | Array of ARM_MEMORY_REGION_DESCRIPTOR describing a Physical-to-Virtual Memory mapping. This array must be ended by a zero-filled entry. The allocated memory will not be freed. |
Definition at line 31 of file XenVirtMemInfoLib.c.
STATIC ARM_MEMORY_REGION_DESCRIPTOR mVirtualMemoryTable[2] |
Definition at line 14 of file XenVirtMemInfoLib.c.