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

#include <StmApi.h>

Collaboration diagram for STM_RSC_MEM_DESC:
Collaboration graph

Data Fields

STM_RSC_DESC_HEADER hdr
 
uint64_t base
 
uint64_t length
 
uint32_t rwx_attributes: 3
 
uint32_t reserved: 29
 
uint32_t reserved_2
 

Detailed Description

Definition at line 352 of file StmApi.h.

Field Documentation

◆ base

uint64_t STM_RSC_MEM_DESC::base

Definition at line 354 of file StmApi.h.

Referenced by add_simple_resources(), and handle_single_resource().

◆ hdr

STM_RSC_DESC_HEADER STM_RSC_MEM_DESC::hdr

Definition at line 353 of file StmApi.h.

◆ length

uint64_t STM_RSC_MEM_DESC::length

Definition at line 355 of file StmApi.h.

Referenced by add_simple_resources(), and handle_single_resource().

◆ reserved

uint32_t STM_RSC_MEM_DESC::reserved

Definition at line 357 of file StmApi.h.

◆ reserved_2

uint32_t STM_RSC_MEM_DESC::reserved_2

Definition at line 358 of file StmApi.h.

◆ rwx_attributes

uint32_t STM_RSC_MEM_DESC::rwx_attributes

Definition at line 356 of file StmApi.h.

Referenced by handle_single_resource().


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