iPXE
Data Fields
used_region Struct Reference

An in-use memory region. More...

#include <memmap.h>

Data Fields

const char * name
 Region name. More...
 
physaddr_t start
 Start address. More...
 
size_t size
 Length of region. More...
 

Detailed Description

An in-use memory region.

Definition at line 105 of file memmap.h.

Field Documentation

◆ name

const char* used_region::name

Region name.

Definition at line 107 of file memmap.h.

Referenced by memmap_update_used().

◆ start

physaddr_t used_region::start

Start address.

Definition at line 109 of file memmap.h.

Referenced by memmap_update_used(), and memmap_use().

◆ size

size_t used_region::size

Length of region.

Definition at line 111 of file memmap.h.

Referenced by memmap_update_used(), and memmap_use().


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