coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
lb_memory Struct Reference

#include <coreboot_tables.h>

Collaboration diagram for lb_memory:
Collaboration graph

Data Fields

uint32_t tag
 
uint32_t size
 
struct lb_memory_range map [0]
 

Detailed Description

Definition at line 141 of file coreboot_tables.h.

Field Documentation

◆ map

struct lb_memory_range lb_memory::map[0]

Definition at line 143 of file coreboot_tables.h.

Referenced by bootmem_write_memory_table().

◆ size

uint32_t lb_memory::size

Definition at line 143 of file coreboot_tables.h.

Referenced by bootmem_write_memory_table(), and lb_memory().

◆ tag

uint32_t lb_memory::tag

Definition at line 142 of file coreboot_tables.h.

Referenced by lb_memory().


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