Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Ddecode.c62 push_word(M.x86.R_IP); in x86emu_intr_handle()
63 M.x86.R_IP = mem_access_word(intno * 4); 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()
204 M.x86.R_IP += 2; in fetch_word_imm()
225 fetched = (*sys_rdl)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP)); in fetch_long_imm()
226 M.x86.R_IP += 4; in fetch_long_imm()
H A Dops.c185 M.x86.R_CS, M.x86.R_IP-1,op1)); in x86emuOp_illegal_op()
499 u8 op2 = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in x86emuOp_two_byte()
1256 target = (u16)(M.x86.R_IP + (s16)offset); in x86emuOp_jump_near_cond()
1260 M.x86.R_IP = target; in x86emuOp_jump_near_cond()
2326 push_word(M.x86.R_IP); in x86emuOp_call_far_IMM()
2327 M.x86.R_IP = faroff; in x86emuOp_call_far_IMM()
3259 M.x86.R_IP = pop_word(); in x86emuOp_ret_near_IMM()
3275 M.x86.R_IP = pop_word(); in x86emuOp_ret_near()
3492 M.x86.R_IP = pop_word(); in x86emuOp_ret_far_IMM()
3509 M.x86.R_IP = pop_word(); in x86emuOp_ret_far()
[all …]
H A Ddebug.c114 tregs.x86.R_IP = off; in disassemble_forward()
133 op1 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in disassemble_forward()
377 printk("IP=%04x ", M.x86.R_IP); in x86emu_dump_regs()
H A Dsys.c325 push_word(M.x86.R_IP); in X86EMU_prepareForInt()
326 M.x86.R_IP = mem_access_word(num * 4); in X86EMU_prepareForInt()
H A Dops2.c64 M.x86.R_CS, M.x86.R_IP-2,op2); in x86emuOp2_illegal_op()
154 target += (s16) M.x86.R_IP; in x86emuOp2_long_jump()
158 M.x86.R_IP = (u16)target; in x86emuOp2_long_jump()
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.c75 push_word(M.x86.R_IP); in x86emu_intr_handle()
76 M.x86.R_IP = mem_access_word(intno * 4); 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()
219 M.x86.R_IP += 2; in fetch_word_imm()
241 fetched = (*sys_rdl) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP)); in fetch_long_imm()
242 M.x86.R_IP += 4; in fetch_long_imm()
H A Dops.c92 M.x86.R_CS, M.x86.R_IP - 1, op1)); in x86emuOp_illegal_op()
975 u8 op2 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in x86emuOp_two_byte()
5127 target = (u16) (M.x86.R_IP + (s16) offset); in x86emuOp_jump_near_O()
5131 M.x86.R_IP = target; in x86emuOp_jump_near_O()
5150 target = (u16) (M.x86.R_IP + (s16) offset); in x86emuOp_jump_near_NO()
5154 M.x86.R_IP = target; in x86emuOp_jump_near_NO()
5173 target = (u16) (M.x86.R_IP + (s16) offset); in x86emuOp_jump_near_B()
5177 M.x86.R_IP = target; in x86emuOp_jump_near_B()
5196 target = (u16) (M.x86.R_IP + (s16) offset); in x86emuOp_jump_near_NB()
5200 M.x86.R_IP = target; in x86emuOp_jump_near_NB()
[all …]
H A Ddebug.c122 tregs.x86.R_IP = off; in disassemble_forward()
141 op1 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in disassemble_forward()
402 printk("IP=%04x ", M.x86.R_IP); in x86emu_dump_regs()
H A Dsys.c547 push_word(M.x86.R_IP); in X86EMU_prepareForInt()
548 M.x86.R_IP = mem_access_word(num * 4); in X86EMU_prepareForInt()
H A Dops2.c65 M.x86.R_CS, M.x86.R_IP - 2, op2); in x86emuOp2_illegal_op()
191 target += (s16) M.x86.R_IP; in x86emuOp2_long_jump()
195 M.x86.R_IP = (u16) target; in x86emuOp2_long_jump()
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.c267 M.x86.R_IP = OFF(0x04000); in BE_callRealMode()
310 M.x86.R_IP = OFF(0x04000); in BE_int86()
354 M.x86.R_IP = OFF(0x04000); in BE_int86x()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h151 #define R_IP spc.IP.I16_reg.x_reg macro
159 #define R_IP spc.IP.I16_reg.x_reg macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86x86emu.h35 #define X86_IP M.x86.R_IP
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch159 tregs.x86.R_IP = off;
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++));
583 - printk("IP=%04x ", M.x86.R_IP );
613 + printk("IP=%04x ", M.x86.R_IP);
754 - push_word(M.x86.R_IP);
755 - M.x86.R_IP = mem_access_word(intno * 4);
772 + push_word(M.x86.R_IP);
773 + M.x86.R_IP = mem_access_word(intno * 4);
813 - SAVE_IP_CS(M.x86.R_CS, M.x86.R_IP);
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dregs.h157 #define R_IP spc.IP.I16_reg.x_reg macro