Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/
H A 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()
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Ddebug.c398 printk("\tDS=%04x ", M.x86.R_DS); in x86emu_dump_regs()
449 printk("\tDS=%04x ", M.x86.R_DS); in x86emu_dump_xregs()
H A Ddecode.c284 return M.x86.R_DS; in get_data_segment()
713 return &M.x86.R_DS; in decode_rm_seg_register()
H A Dops.c1837 push_word(M.x86.R_DS); in x86emuOp_push_DS()
1852 M.x86.R_DS = pop_word(); in x86emuOp_pop_DS()
9054 M.x86.R_DS = fetch_data_word(srcoffset + 2); in x86emuOp_lds_R_IMM()
9063 M.x86.R_DS = fetch_data_word(srcoffset + 2); in x86emuOp_lds_R_IMM()
9072 M.x86.R_DS = fetch_data_word(srcoffset + 2); in x86emuOp_lds_R_IMM()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A 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()
H A Ddecode.c267 return M.x86.R_DS; in get_data_segment()
708 return &M.x86.R_DS; in decode_rm_seg_register()
H A 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()
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86x86emu.h38 #define X86_DS M.x86.R_DS
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dregs.h170 #define R_DS seg.DS macro
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h172 #define R_DS seg.DS macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch579 - printk("\tDS=%04x ", M.x86.R_DS );
609 + printk("\tDS=%04x ", M.x86.R_DS);
661 - printk("\tDS=%04x ", M.x86.R_DS );
691 + printk("\tDS=%04x ", M.x86.R_DS);
1001 - return M.x86.R_DS;
1024 + return M.x86.R_DS;
1528 - return &M.x86.R_DS;
1554 + return &M.x86.R_DS;
9442 M.x86.R_DS = fetch_data_word(srcoffset + 2);