Searched refs:R_SS (Results 1 – 7 of 7) sorted by relevance
269 M.x86.R_SS = SEG(M.mem_size - 2); in BE_callRealMode()312 M.x86.R_SS = SEG(M.mem_size - 1); in BE_int86()356 M.x86.R_SS = SEG(M.mem_size - 1); in BE_int86x()
375 printk("SS=%04x ", M.x86.R_SS); in x86emu_dump_regs()425 printk("SS=%04x ", M.x86.R_SS); in x86emu_dump_xregs()
269 return M.x86.R_SS; in get_data_segment()284 return M.x86.R_SS; in get_data_segment()705 return &M.x86.R_SS; in decode_rm_seg_register()
2393 (*sys_wrw)(((u32)M.x86.R_SS << 4) + M.x86.R_SP, w); in push_word()2407 (*sys_wrl)(((u32)M.x86.R_SS << 4) + M.x86.R_SP, w); in push_long()2422 res = (*sys_rdw)(((u32)M.x86.R_SS << 4) + M.x86.R_SP); in pop_word()2439 res = (*sys_rdl)(((u32)M.x86.R_SS << 4) + M.x86.R_SP); in pop_long()
513 push_word(M.x86.R_SS); in x86emuOp_push_SS()527 M.x86.R_SS = pop_word(); in x86emuOp_pop_SS()3453 push_word(fetch_data_word_abs(M.x86.R_SS, M.x86.R_BP)); in x86emuOp_enter()
828 M.x86.R_SS = fetch_data_word(srcoffset + 2); in x86emuOp2_lss_R_IMM()
173 #define R_SS seg.SS macro