coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pmm_allocation_t Struct Reference
Collaboration diagram for pmm_allocation_t:
Collaboration graph

Data Fields

u32 handle
 
u32 offset
 
u32 length
 

Detailed Description

Definition at line 48 of file pmm.c.

Field Documentation

◆ handle

u32 pmm_allocation_t::handle

Definition at line 49 of file pmm.c.

Referenced by pmm_handleInt().

◆ length

u32 pmm_allocation_t::length

Definition at line 51 of file pmm.c.

Referenced by pmm_handleInt().

◆ offset

u32 pmm_allocation_t::offset

Definition at line 50 of file pmm.c.

Referenced by pmm_handleInt().


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