iPXE
Data Fields
_EFI_MM_RESERVED_MMRAM_REGION Struct Reference

Structure describing a MMRAM region which cannot be used for the MMRAM heap. More...

#include <PiMultiPhase.h>

Data Fields

EFI_PHYSICAL_ADDRESS MmramReservedStart
 Starting address of the reserved MMRAM area, as it appears while MMRAM is open. More...
 
UINT64 MmramReservedSize
 Number of bytes occupied by the reserved MMRAM area. More...
 

Detailed Description

Structure describing a MMRAM region which cannot be used for the MMRAM heap.

Definition at line 141 of file PiMultiPhase.h.

Field Documentation

◆ MmramReservedStart

EFI_PHYSICAL_ADDRESS _EFI_MM_RESERVED_MMRAM_REGION::MmramReservedStart

Starting address of the reserved MMRAM area, as it appears while MMRAM is open.

Ignored if MmramReservedSize is 0.

Definition at line 146 of file PiMultiPhase.h.

◆ MmramReservedSize

UINT64 _EFI_MM_RESERVED_MMRAM_REGION::MmramReservedSize

Number of bytes occupied by the reserved MMRAM area.

A size of zero indicates the last MMRAM area.

Definition at line 151 of file PiMultiPhase.h.


The documentation for this struct was generated from the following file: