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

  /external/syslinux/gpxe/src/arch/i386/include/
bios.h 6 #define BDA_SEG 0x0040
basemem.h 24 get_real ( fbms, BDA_SEG, BDA_FBMS );
  /external/syslinux/gpxe/src/arch/i386/interface/pcbios/
bios_timer.c 51 get_real ( ticks, BDA_SEG, 0x006c );
52 get_real ( midnight, BDA_SEG, 0x0070 );
56 put_real ( midnight, BDA_SEG, 0x0070 );
int13.c 70 get_real ( num_drives, BDA_SEG, BDA_NUM_DRIVES );
79 put_real ( num_drives, BDA_SEG, BDA_NUM_DRIVES );
88 get_real ( check_num_drives, BDA_SEG, BDA_NUM_DRIVES );
238 get_real ( ix86->regs.dl, BDA_SEG, BDA_NUM_DRIVES );
511 : : "i" ( int13 ), "i" ( BDA_SEG ), "i" ( BDA_NUM_DRIVES ) );
601 get_real ( num_drives, BDA_SEG, BDA_NUM_DRIVES );
  /external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
basemem.c 42 put_real ( fbms, BDA_SEG, BDA_FBMS );

Completed in 190 milliseconds