coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
irq_tables.c File Reference
Include dependency graph for irq_tables.c:

Go to the source code of this file.

Functions

unsigned long write_pirq_routing_table (unsigned long addr)
 

Variables

static const struct irq_routing_table intel_irq_routing_table
 

Function Documentation

◆ write_pirq_routing_table()

unsigned long write_pirq_routing_table ( unsigned long  addr)

Definition at line 42 of file irq_tables.c.

References addr, copy_pirq_routing_table(), and intel_irq_routing_table.

Here is the call graph for this function:

Variable Documentation

◆ intel_irq_routing_table

const struct irq_routing_table intel_irq_routing_table
static

Definition at line 1 of file irq_tables.c.