Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/
H A 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()
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Ddebug.c400 printk("SS=%04x ", M.x86.R_SS); in x86emu_dump_regs()
451 printk("SS=%04x ", M.x86.R_SS); in x86emu_dump_xregs()
H A Ddecode.c286 return M.x86.R_SS; in get_data_segment()
301 return M.x86.R_SS; in get_data_segment()
710 return &M.x86.R_SS; in decode_rm_seg_register()
H A Dprim_ops.c2746 (*sys_wrw) (((u32) M.x86.R_SS << 4) + M.x86.R_SP, w); in push_word()
2761 (*sys_wrl) (((u32) M.x86.R_SS << 4) + M.x86.R_SP, w); in push_long()
2777 res = (*sys_rdw) (((u32) M.x86.R_SS << 4) + M.x86.R_SP); in pop_word()
2795 res = (*sys_rdl) (((u32) M.x86.R_SS << 4) + M.x86.R_SP); in pop_long()
H A Dops2.c1402 M.x86.R_SS = fetch_data_word(srcoffset + 2); in x86emuOp2_lss_R_IMM()
1411 M.x86.R_SS = fetch_data_word(srcoffset + 2); in x86emuOp2_lss_R_IMM()
1420 M.x86.R_SS = fetch_data_word(srcoffset + 2); in x86emuOp2_lss_R_IMM()
H A Dops.c1399 push_word(M.x86.R_SS); in x86emuOp_push_SS()
1414 M.x86.R_SS = pop_word(); in x86emuOp_pop_SS()
9272 push_long(fetch_data_long_abs(M.x86.R_SS, M.x86.R_BP)); in x86emuOp_enter()
9275 push_word(fetch_data_word_abs(M.x86.R_SS, M.x86.R_BP)); in x86emuOp_enter()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A 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()
H A 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()
H A 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()
H A 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()
H A Dops2.c828 M.x86.R_SS = fetch_data_word(srcoffset + 2); in x86emuOp2_lss_R_IMM()
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86x86emu.h40 #define X86_SS M.x86.R_SS
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dregs.h171 #define R_SS seg.SS macro
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h173 #define R_SS seg.SS macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch581 - printk("SS=%04x ", M.x86.R_SS );
611 + printk("SS=%04x ", M.x86.R_SS);
663 - printk("SS=%04x ", M.x86.R_SS );
693 + printk("SS=%04x ", M.x86.R_SS);
1003 - return M.x86.R_SS;
1018 - return M.x86.R_SS;
1026 + return M.x86.R_SS;
1041 + return M.x86.R_SS;
1525 - return &M.x86.R_SS;
1551 + return &M.x86.R_SS;
[all …]