Searched refs:R_DS (Results 1 – 5 of 5) 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()
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()
172 #define R_DS seg.DS macro