Home
last modified time | relevance | path

Searched refs:R_CS (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Ddecode.c60 push_word(M.x86.R_CS); in x86emu_intr_handle()
61 M.x86.R_CS = mem_access_word(intno * 4 + 2); in x86emu_intr_handle()
101 SAVE_IP_CS(M.x86.R_CS, M.x86.R_IP); in X86EMU_exec()
120 op1 = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in X86EMU_exec()
159 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_decode_modrm()
182 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_byte_imm()
203 fetched = (*sys_rdw)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP)); in fetch_word_imm()
225 fetched = (*sys_rdl)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP)); in fetch_long_imm()
272 return M.x86.R_CS; in get_data_segment()
702 return &M.x86.R_CS; in decode_rm_seg_register()
H A Ddebug.c115 tregs.x86.R_CS = seg; in disassemble_forward()
133 op1 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in disassemble_forward()
376 printk("CS=%04x ", M.x86.R_CS); in x86emu_dump_regs()
426 printk("CS=%04x ", M.x86.R_CS); in x86emu_dump_xregs()
H A Dsys.c323 push_word(M.x86.R_CS); in X86EMU_prepareForInt()
324 M.x86.R_CS = mem_access_word(num * 4 + 2); in X86EMU_prepareForInt()
H A Dops.c185 M.x86.R_CS, M.x86.R_IP-1,op1)); in x86emuOp_illegal_op()
488 push_word(M.x86.R_CS); in x86emuOp_push_CS()
499 u8 op2 = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in x86emuOp_two_byte()
2324 push_word(M.x86.R_CS); in x86emuOp_call_far_IMM()
2325 M.x86.R_CS = farseg; in x86emuOp_call_far_IMM()
3493 M.x86.R_CS = pop_word(); in x86emuOp_ret_far_IMM()
3510 M.x86.R_CS = pop_word(); in x86emuOp_ret_far()
3532 push_word(M.x86.R_CS); in x86emuOp_int3()
3533 M.x86.R_CS = mem_access_word(3 * 4 + 2); in x86emuOp_int3()
3561 push_word(M.x86.R_CS); in x86emuOp_int_IMM()
[all …]
H A Dops2.c64 M.x86.R_CS, M.x86.R_IP-2,op2); in x86emuOp2_illegal_op()
1095 M.x86.R_CS, M.x86.R_IP-3,op2, (mod<<6)|(rh<<3)|rl); in x86emuOp2_btX_I()
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Ddecode.c73 push_word(M.x86.R_CS); in x86emu_intr_handle()
74 M.x86.R_CS = mem_access_word(intno * 4 + 2); in x86emu_intr_handle()
116 SAVE_IP_CS(M.x86.R_CS, M.x86.R_IP); in X86EMU_exec()
134 op1 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in X86EMU_exec()
172 fetched = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_decode_modrm()
196 fetched = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_byte_imm()
218 fetched = (*sys_rdw) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP)); in fetch_word_imm()
241 fetched = (*sys_rdl) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP)); in fetch_long_imm()
289 return M.x86.R_CS; in get_data_segment()
707 return &M.x86.R_CS; in decode_rm_seg_register()
H A Ddebug.c123 tregs.x86.R_CS = seg; in disassemble_forward()
141 op1 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in disassemble_forward()
401 printk("CS=%04x ", M.x86.R_CS); in x86emu_dump_regs()
452 printk("CS=%04x ", M.x86.R_CS); in x86emu_dump_xregs()
H A Dsys.c545 push_word(M.x86.R_CS); in X86EMU_prepareForInt()
546 M.x86.R_CS = mem_access_word(num * 4 + 2); in X86EMU_prepareForInt()
H A Dops.c92 M.x86.R_CS, M.x86.R_IP - 1, op1)); in x86emuOp_illegal_op()
963 push_word(M.x86.R_CS); in x86emuOp_push_CS()
975 u8 op2 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in x86emuOp_two_byte()
7481 push_word(M.x86.R_CS); in x86emuOp_call_far_IMM()
7482 M.x86.R_CS = farseg; in x86emuOp_call_far_IMM()
9323 M.x86.R_CS = pop_long() & 0xffff; in x86emuOp_ret_far_IMM()
9326 M.x86.R_CS = pop_word(); in x86emuOp_ret_far_IMM()
9346 M.x86.R_CS = pop_long() & 0xffff; in x86emuOp_ret_far()
9349 M.x86.R_CS = pop_word(); in x86emuOp_ret_far()
9372 push_word(M.x86.R_CS); in x86emuOp_int3()
[all …]
H A Dops2.c65 M.x86.R_CS, M.x86.R_IP - 2, op2); in x86emuOp2_illegal_op()
1882 M.x86.R_CS, M.x86.R_IP - 3, op2, (mod << 6) | (rh << 3) | rl); in x86emuOp2_btX_I()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/
H A Dbiosemu.c266 M.x86.R_CS = SEG(0x04000); in BE_callRealMode()
309 M.x86.R_CS = SEG(0x04000); in BE_int86()
353 M.x86.R_CS = SEG(0x04000); in BE_int86x()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dbios.c72 .cs = M.x86.R_CS, in int_exception_handler()
319 M.x86.R_CS = cs; in interrupt_handler()
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86x86emu.h37 #define X86_CS M.x86.R_CS
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dregs.h169 #define R_CS seg.CS macro
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h171 #define R_CS seg.CS macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch160 tregs.x86.R_CS = seg;
180 - op1 = (*sys_rdb)(((u32)M.x86.R_CS<<4) + (M.x86.R_IP++));
183 + op1 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++));
582 - printk("CS=%04x ", M.x86.R_CS );
612 + printk("CS=%04x ", M.x86.R_CS);
664 - printk("CS=%04x ", M.x86.R_CS );
694 + printk("CS=%04x ", M.x86.R_CS);
752 - push_word(M.x86.R_CS);
753 - M.x86.R_CS = mem_access_word(intno * 4 + 2);
770 + push_word(M.x86.R_CS);
[all …]