Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/
H A Dbios_asm.S166 .globl asm_realmode_call
167 asm_realmode_call: label
H A Dbios.h32 extern unsigned char asm_realmode_call, __realmode_interrupt;
H A Dbios.c37 realmode_call = PTR_TO_REAL_MODE(asm_realmode_call); in setup_realmode_code()