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

/haiku/src/libs/x86emu/
H A Ddebug.c407 printk("\tDS=%04x ", M.x86.R_DS);
458 printk("\tDS=%04x ", M.x86.R_DS);
H A Ddecode.c274 return M.x86.R_DS;
703 return &M.x86.R_DS;
H A Dops.c1837 push_word(M.x86.R_DS);
1852 M.x86.R_DS = pop_word();
9046 M.x86.R_DS = fetch_data_word(srcoffset + 2);
9055 M.x86.R_DS = fetch_data_word(srcoffset + 2);
9064 M.x86.R_DS = fetch_data_word(srcoffset + 2);
/haiku/src/add-ons/kernel/generic/bios/
H A Dbios.cpp297 M.x86.R_DS = regs->ds;
319 regs->ds = M.x86.R_DS;
/haiku/headers/libs/x86emu/x86emu/
H A Dregs.h167 #define R_DS seg.DS macro

Completed in 161 milliseconds