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

#include <StmApi.h>

Collaboration diagram for STM_RSC:
Collaboration graph

Data Fields

STM_RSC_DESC_HEADER header
 
STM_RSC_END end
 
STM_RSC_MEM_DESC mem
 
STM_RSC_IO_DESC io
 
STM_RSC_MMIO_DESC mmio
 
STM_RSC_MSR_DESC msr
 
STM_RSC_PCI_CFG_DESC pci_cfg
 
STM_RSC_TRAPPED_IO_DESC trapped_io
 
STM_RSC_ALL_RESOURCES_DESC all
 
STM_REGISTER_VIOLATION_DESC register_violation
 

Detailed Description

Definition at line 455 of file StmApi.h.

Field Documentation

◆ all

Definition at line 464 of file StmApi.h.

◆ end

STM_RSC_END STM_RSC::end

Definition at line 457 of file StmApi.h.

◆ header

STM_RSC_DESC_HEADER STM_RSC::header

Definition at line 456 of file StmApi.h.

Referenced by add_single_resource().

◆ io

STM_RSC_IO_DESC STM_RSC::io

Definition at line 459 of file StmApi.h.

Referenced by handle_single_resource().

◆ mem

STM_RSC_MEM_DESC STM_RSC::mem

Definition at line 458 of file StmApi.h.

Referenced by handle_single_resource().

◆ mmio

STM_RSC_MMIO_DESC STM_RSC::mmio

Definition at line 460 of file StmApi.h.

◆ msr

STM_RSC_MSR_DESC STM_RSC::msr

Definition at line 461 of file StmApi.h.

Referenced by handle_single_resource().

◆ pci_cfg

STM_RSC_PCI_CFG_DESC STM_RSC::pci_cfg

Definition at line 462 of file StmApi.h.

Referenced by handle_single_resource().

◆ register_violation

STM_REGISTER_VIOLATION_DESC STM_RSC::register_violation

Definition at line 465 of file StmApi.h.

◆ trapped_io

STM_RSC_TRAPPED_IO_DESC STM_RSC::trapped_io

Definition at line 463 of file StmApi.h.


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