Searched refs:R_DS (Results 1 – 11 of 11) sorted by relevance
255 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()
398 printk("\tDS=%04x ", M.x86.R_DS); in x86emu_dump_regs()449 printk("\tDS=%04x ", M.x86.R_DS); in x86emu_dump_xregs()
284 return M.x86.R_DS; in get_data_segment()713 return &M.x86.R_DS; in decode_rm_seg_register()
1837 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()
373 printk("\tDS=%04x ", M.x86.R_DS); in x86emu_dump_regs()423 printk("\tDS=%04x ", M.x86.R_DS); in x86emu_dump_xregs()
267 return M.x86.R_DS; in get_data_segment()708 return &M.x86.R_DS; in decode_rm_seg_register()
541 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()
38 #define X86_DS M.x86.R_DS
170 #define R_DS seg.DS macro
172 #define R_DS seg.DS macro
579 - 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);