HomeSort by relevance Sort by last modified time
    Searched refs:intcall (Results 1 - 7 of 7) sorted by null

  /external/syslinux/memdisk/
start32.S 81 .globl intcall
82 .type intcall, @function
83 intcall: label
84 jmp *(rm_args+1*4) /* Intcall is argument 1 */
85 .size intcall, .-intcall
msetup.c 56 intcall(0x15, &regs, &regs);
79 intcall(0x12, &regs, &regs);
92 intcall(0x15, &regs, &regs);
118 intcall(0x15, &regs, &regs);
dskprobe.c 47 intcall(0x13, regs, regs);
226 intcall(0x16, regs, NULL);
memdisk.h 32 void __cdecl intcall(uint8_t, com32sys_t *, com32sys_t *);
conio.c 34 intcall(0x10, &regs, NULL);
setup.c 1071 intcall(0x13, &regs, &regs);
    [all...]
  /external/syslinux/mk/
lib.mk 115 sys/intcall.o sys/farcall.o sys/cfarcall.o sys/zeroregs.o \

Completed in 540 milliseconds