Home
last modified time | relevance | path

Searched refs:intcall (Results 1 – 9 of 9) sorted by relevance

/external/syslinux/memdisk/
Dstart32.S81 .globl intcall symbol
82 .type intcall, @function
83 intcall: label
85 .size intcall, .-intcall
Dmsetup.c56 intcall(0x15, &regs, &regs); in get_e820()
79 intcall(0x12, &regs, &regs); in get_dos_mem()
92 intcall(0x15, &regs, &regs); in get_e801()
118 intcall(0x15, &regs, &regs); in get_88()
Ddskprobe.c47 intcall(0x13, regs, regs); in probe_any()
226 intcall(0x16, regs, NULL); in dskprobe_pause()
Dmemdisk.h32 void __cdecl intcall(uint8_t, com32sys_t *, com32sys_t *);
Dconio.c34 intcall(0x10, &regs, NULL); in putchar()
Dsetup.c1071 intcall(0x13, &regs, &regs); in setup()
1228 intcall(0x16, &regs, NULL); in setup()
/external/syslinux/core/
Dcallback.inc21 ; 16-bit intcall/farcall handling code
/external/syslinux/mk/
Dlib.mk115 sys/intcall.o sys/farcall.o sys/cfarcall.o sys/zeroregs.o \
/external/syslinux/
DNEWS30 * Add memset() calls prior to any intcall() and other mem fixes;