coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mptable.c File Reference
#include <device/device.h>
#include <arch/smp/mpspec.h>
#include <arch/ioapic.h>
Include dependency graph for mptable.c:

Go to the source code of this file.

Functions

static voidsmp_write_config_table (void *v)
 
unsigned long write_smp_table (unsigned long addr)
 

Function Documentation

◆ smp_write_config_table()

◆ write_smp_table()

unsigned long write_smp_table ( unsigned long  addr)

Definition at line 48 of file mptable.c.

References addr, smp_write_config_table(), and smp_write_floating_table().

Here is the call graph for this function: