Home
last modified time | relevance | path

Searched refs:BDA_SEG (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
Dbios_timer.c51 get_real ( ticks, BDA_SEG, 0x006c ); in bios_currticks()
52 get_real ( midnight, BDA_SEG, 0x0070 ); in bios_currticks()
56 put_real ( midnight, BDA_SEG, 0x0070 ); in bios_currticks()
Dint13.c70 get_real ( num_drives, BDA_SEG, BDA_NUM_DRIVES ); in int13_set_num_drives()
79 put_real ( num_drives, BDA_SEG, BDA_NUM_DRIVES ); in int13_set_num_drives()
88 get_real ( check_num_drives, BDA_SEG, BDA_NUM_DRIVES ); in int13_check_num_drives()
238 get_real ( ix86->regs.dl, BDA_SEG, BDA_NUM_DRIVES ); in int13_get_parameters()
511 : : "i" ( int13 ), "i" ( BDA_SEG ), "i" ( BDA_NUM_DRIVES ) ); in hook_int13()
601 get_real ( num_drives, BDA_SEG, BDA_NUM_DRIVES ); in register_int13_drive()
/external/syslinux/gpxe/src/arch/i386/include/
Dbios.h6 #define BDA_SEG 0x0040 macro
Dbasemem.h24 get_real ( fbms, BDA_SEG, BDA_FBMS ); in get_fbms()
/external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
Dbasemem.c42 put_real ( fbms, BDA_SEG, BDA_FBMS ); in set_fbms()