| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | decode.c | 62 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 D | ops.c | 185 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 D | debug.c | 114 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 D | sys.c | 325 push_word(M.x86.R_IP); in X86EMU_prepareForInt() 326 M.x86.R_IP = mem_access_word(num * 4); in X86EMU_prepareForInt()
|
| H A D | ops2.c | 64 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 D | decode.c | 75 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 D | ops.c | 92 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 D | debug.c | 122 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 D | sys.c | 547 push_word(M.x86.R_IP); in X86EMU_prepareForInt() 548 M.x86.R_IP = mem_access_word(num * 4); in X86EMU_prepareForInt()
|
| H A D | ops2.c | 65 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 D | biosemu.c | 267 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 D | regs.h | 151 #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 D | xf86x86emu.h | 35 #define X86_IP M.x86.R_IP
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 159 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 D | regs.h | 157 #define R_IP spc.IP.I16_reg.x_reg macro
|