Searched refs:routine (Results 1 - 2 of 2) sorted by relevance

/u-boot/arch/x86/include/asm/
H A Dinterrupt.h52 void set_vector(u8 intnum, void *routine);
/u-boot/arch/x86/cpu/i386/
H A Dinterrupt.c193 void set_vector(u8 intnum, void *routine) argument
195 idt[intnum].base_high = (u16)((ulong)(routine) >> 16);
196 idt[intnum].base_low = (u16)((ulong)(routine) & 0xffff);

Completed in 32 milliseconds