Home
last modified time | relevance | path

Searched refs:int10_handler (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/x86/lib/
H A Dbios.h93 int int10_handler(void);
H A Dbios_interrupts.c23 int int10_handler(void) in int10_handler() function
H A Dbios.c120 int_handler[0x10] = &int10_handler; in setup_interrupt_handlers()