Searched refs:R_SS (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/ |
| H A D | biosemu.c | 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()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/ |
| H A D | debug.c | 400 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 D | decode.c | 286 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 D | prim_ops.c | 2746 (*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 D | ops2.c | 1402 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 D | ops.c | 1399 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 D | debug.c | 375 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 D | decode.c | 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()
|
| H A D | prim_ops.c | 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()
|
| H A D | ops.c | 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()
|
| H A D | ops2.c | 828 M.x86.R_SS = fetch_data_word(srcoffset + 2); in x86emuOp2_lss_R_IMM()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | xf86x86emu.h | 40 #define X86_SS M.x86.R_SS
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/ |
| H A D | regs.h | 171 #define R_SS seg.SS macro
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/ |
| H A D | regs.h | 173 #define R_SS seg.SS macro
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 581 - 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 …]
|