iPXE
Data Fields
e820_entry Struct Reference

An INT 15,e820 memory map entry. More...

Data Fields

uint64_t start
 Start of region. More...
 
uint64_t len
 Length of region. More...
 
uint32_t type
 Type of region. More...
 
uint32_t attrs
 Extended attributes (optional) More...
 

Detailed Description

An INT 15,e820 memory map entry.

Definition at line 36 of file fakee820.c.

Field Documentation

◆ start

uint64_t e820_entry::start

Start of region.

Definition at line 38 of file fakee820.c.

◆ len

uint64_t e820_entry::len

Length of region.

Definition at line 40 of file fakee820.c.

◆ type

uint32_t e820_entry::type

Type of region.

Definition at line 42 of file fakee820.c.

◆ attrs

uint32_t e820_entry::attrs

Extended attributes (optional)

Definition at line 52 of file memmap.c.


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