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

#include <chip.h>

Collaboration diagram for drivers_generic_ioapic_config:
Collaboration graph

Data Fields

u32 version
 
u8 apicid
 
u8 have_isa_interrupts
 
voidbase
 

Detailed Description

Definition at line 6 of file chip.h.

Field Documentation

◆ apicid

u8 drivers_generic_ioapic_config::apicid

Definition at line 8 of file chip.h.

◆ base

void* drivers_generic_ioapic_config::base

Definition at line 10 of file chip.h.

Referenced by write_smp_table().

◆ have_isa_interrupts

u8 drivers_generic_ioapic_config::have_isa_interrupts

Definition at line 9 of file chip.h.

Referenced by write_smp_table().

◆ version

u32 drivers_generic_ioapic_config::version

Definition at line 7 of file chip.h.

Referenced by write_smp_table().


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