iPXE
Data Fields
hidden_region Struct Reference

A hidden region of iPXE. More...

Data Fields

uint64_t start
 Physical start address. More...
 
uint64_t end
 Physical end address. More...
 

Detailed Description

A hidden region of iPXE.

This represents a region that will be edited out of the system's memory map.

This structure is accessed by assembly code, so must not be changed.

Definition at line 49 of file hidemem.c.

Field Documentation

◆ start

uint64_t hidden_region::start

Physical start address.

Definition at line 51 of file hidemem.c.

Referenced by hide_region().

◆ end

uint64_t hidden_region::end

Physical end address.

Definition at line 53 of file hidemem.c.

Referenced by hide_region().


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