Home
last modified time | relevance | path

Searched refs:track_int13 (Results 1 – 7 of 7) sorted by relevance

/external/grub/stage2/
Dcommon.c276 track_int13 (drive); in init_bios_info()
Dshared.h718 void track_int13 (int drive);
Dasm.S296 ENTRY(track_int13)
Dbuiltins.c2308 track_int13 (current_drive); in ioprobe_func()
/external/grub/
DTODO24 * Implement a new version of track_int13, using Virtual 8086 Mode. !!!
DChangeLog2739 track_int13, because the current implementation hangs up in some
2761 * stage2/asm.S [!STAGE1_5] (track_int13): Don't replace an int13
2762 handler with set_tf_int13_handler. Instead, track_int13 itself
3037 (track_int13): New function.
3627 * stage2/asm.S [!STAGE1_5] (track_int13): Don't save/restore
6007 * stage2/asm.S (track_int13): Defined unconditionally. Do not
6024 (track_int13): Declared.
6120 * stage2/asm.S [DEFINE_TRACK_INT13] (track_int13): Use %edi
6152 [DEFINE_TRACK_INT13] (track_int13): Go to the real mode before
6160 * stage2/asm.S [DEFINE_TRACK_INT13] (track_int13): New function.
/external/grub/grub/
Dasmstub.c440 track_int13 (int drive) in track_int13() function