Home
last modified time | relevance | path

Searched refs:R_SS (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/drivers/bios_emulator/
Dbiosemu.c269 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()
/external/u-boot/drivers/bios_emulator/x86emu/
Ddebug.c375 printk("SS=%04x ", M.x86.R_SS); in x86emu_dump_regs()
425 printk("SS=%04x ", M.x86.R_SS); in x86emu_dump_xregs()
Ddecode.c269 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()
Dprim_ops.c2393 (*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()
Dops.c513 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()
Dops2.c828 M.x86.R_SS = fetch_data_word(srcoffset + 2); in x86emuOp2_lss_R_IMM()
/external/u-boot/drivers/bios_emulator/include/x86emu/
Dregs.h173 #define R_SS seg.SS macro