Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/
H A Dbios_asm.S22 .globl __idt_handler
23 __idt_handler: label
29 .long . - __idt_handler
H A Dbios.h82 extern unsigned char __idt_handler;
H A Dbios.c143 memcpy(codeptr, &__idt_handler, __idt_handler_size); in write_idt_stub()