coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
smi_deprecated.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void smm_init (void)
 
void smm_init_completion (void)
 
void smi_handler (void)
 Interrupt handler for SMI#. More...
 

Function Documentation

◆ smi_handler()

void smi_handler ( void  )

Interrupt handler for SMI#.

Parameters
smm_revisionrevision of the smm state save map

Definition at line 145 of file smihandler.c.

References BIOS_SPEW, BIOS_WARNING, console_init(), do_driver_init, nodeid(), NULL, printk, smi_backup_pci_address(), smi_handler_status, SMI_LOCKED, smi_obtain_lock(), smi_release_lock(), smi_restore_pci_address(), smi_set_eos(), smm_get_save_state(), smm_revision(), southbridge_smi_handler(), and spi_init().

Here is the call graph for this function:

◆ smm_init()

void smm_init ( void  )

◆ smm_init_completion()

void smm_init_completion ( void  )

Definition at line 59 of file smm_init.c.

References default_smm_area, and restore_default_smm_area().

Referenced by initialize_cpus().

Here is the call graph for this function:
Here is the caller graph for this function: