Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/
Dbiosemu.c255 M.x86.R_DS = sregs->ds; in BE_callRealMode()
281 sregs->ds = M.x86.R_DS; in BE_callRealMode()
346 M.x86.R_DS = sregs->ds; in BE_int86x()
367 sregs->ds = M.x86.R_DS; in BE_int86x()
/external/u-boot/drivers/bios_emulator/x86emu/
Ddebug.c373 printk("\tDS=%04x ", M.x86.R_DS); in x86emu_dump_regs()
423 printk("\tDS=%04x ", M.x86.R_DS); in x86emu_dump_xregs()
Ddecode.c267 return M.x86.R_DS; in get_data_segment()
708 return &M.x86.R_DS; in decode_rm_seg_register()
Dops.c541 push_word(M.x86.R_DS); in x86emuOp_push_DS()
555 M.x86.R_DS = pop_word(); in x86emuOp_pop_DS()
3328 M.x86.R_DS = fetch_data_word(srcoffset + 2); in x86emuOp_lds_R_IMM()
/external/u-boot/drivers/bios_emulator/include/x86emu/
Dregs.h172 #define R_DS seg.DS macro