coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
int15.c File Reference
#include <arch/interrupt.h>
#include <console/console.h>
#include <soc/int15.h>
#include <x86emu/x86emu.h>
Include dependency graph for int15.c:

Go to the source code of this file.

Functions

static int int15_handler (void)
 
void install_baytrail_vga_int15_handler (void)
 

Function Documentation

◆ install_baytrail_vga_int15_handler()

void install_baytrail_vga_int15_handler ( void  )

Definition at line 92 of file int15.c.

References int15_handler(), and mainboard_interrupt_handlers().

Referenced by mainboard_enable().

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

◆ int15_handler()

static int int15_handler ( void  )
static

Definition at line 8 of file int15.c.

References BIOS_DEBUG, printk, X86_AX, X86_BX, X86_CX, and X86_DX.

Referenced by install_baytrail_vga_int15_handler(), and mainboard_enable().

Here is the caller graph for this function: