TianoCore EDK2 master
Loading...
Searching...
No Matches
XenVirtMemInfoLib.c File Reference
#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]
 

Detailed Description

Copyright (c) 2014-2017, Linaro Limited. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file XenVirtMemInfoLib.c.

Function Documentation

◆ ArmVirtGetMemoryMap()

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.

Parameters
[out]VirtualMemoryMapArray 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.

Variable Documentation

◆ mVirtualMemoryTable

STATIC ARM_MEMORY_REGION_DESCRIPTOR mVirtualMemoryTable[2]

Definition at line 14 of file XenVirtMemInfoLib.c.