| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | bios_interrupts.c | 34 if (cursor_row != ((M.x86.R_EDX >> 8) & 0xff) || in int10_handler() 35 cursor_col >= (M.x86.R_EDX & 0xff)) { in int10_handler() 38 cursor_row = (M.x86.R_EDX >> 8) & 0xff; in int10_handler() 39 cursor_col = M.x86.R_EDX & 0xff; in int10_handler() 45 M.x86.R_EDX = (cursor_row << 8) | cursor_col; in int10_handler() 120 M.x86.R_EDX = 0x20494350; /* ' ICP' */ in int1a_handler() 134 vendorid = M.x86.R_EDX; in int1a_handler()
|
| H A D | bios.c | 63 .edx = M.x86.R_EDX, in int_exception_handler() 311 M.x86.R_EDX = edx; in interrupt_handler() 335 *(volatile u32 *)&edx = M.x86.R_EDX; in interrupt_handler()
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/ |
| H A D | biosemu.c | 252 M.x86.R_EDX = regs->e.edx; in BE_callRealMode() 278 regs->e.edx = M.x86.R_EDX; in BE_callRealMode() 303 M.x86.R_EDX = in->e.edx; in BE_int86() 320 out->e.edx = M.x86.R_EDX; in BE_int86() 343 M.x86.R_EDX = in->e.edx; in BE_int86x() 364 out->e.edx = M.x86.R_EDX; in BE_int86x()
|
| H A D | bios.c | 165 M.x86.R_EDX = 0x20494350; /* " ICP" */
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | decode.c | 660 return &M.x86.R_EDX; in decode_rm_long_register() 755 return M.x86.R_EDX * index; in decode_sib_si() 807 offset = M.x86.R_EDX; in decode_sib_address() 892 return M.x86.R_EDX; in decode_rm00_address() 977 return M.x86.R_EDX + displacement; in decode_rm01_address() 1066 return M.x86.R_EDX + displacement; in decode_rm10_address()
|
| H A D | prim_ops.c | 1953 imul_long_direct(&M.x86.R_EAX,&M.x86.R_EDX,M.x86.R_EAX,s); in imul_long() 1954 if (((M.x86.R_EAX & 0x80000000) == 0 && M.x86.R_EDX == 0x00000000) || in imul_long() 1955 ((M.x86.R_EAX & 0x80000000) != 0 && M.x86.R_EDX == 0xFFFFFFFF)) { in imul_long() 2011 M.x86.R_EDX = (u32)(res >> 32); in mul_long() 2026 M.x86.R_EDX = rhi_lo; in mul_long() 2028 if (M.x86.R_EDX == 0) { in mul_long() 2097 dvd = (((s64)M.x86.R_EDX) << 32) | M.x86.R_EAX; in idiv_long() 2110 s32 h_dvd = M.x86.R_EDX; in idiv_long() 2159 M.x86.R_EDX = (u32)mod; in idiv_long() 2222 dvd = (((u64)M.x86.R_EDX) << 32) | M.x86.R_EAX; in div_long() [all …]
|
| H A D | debug.c | 418 printk("EDX=%08x \n", M.x86.R_EDX); in x86emu_dump_xregs()
|
| H A D | ops.c | 797 push_long(M.x86.R_EDX); in x86emuOp_push_all() 838 M.x86.R_EDX = pop_long(); in x86emuOp_pop_all() 2286 M.x86.R_EDX = 0xffffffff; in x86emuOp_cwd() 2288 M.x86.R_EDX = 0x0; in x86emuOp_cwd()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/ |
| H A D | decode.c | 665 return &M.x86.R_EDX; in decode_rm_long_register() 749 base = M.x86.R_EDX; in decode_sib_address() 791 i = M.x86.R_EDX; in decode_sib_address() 862 return M.x86.R_EDX; in decode_rm00_address() 950 return M.x86.R_EDX + displacement; in decode_rm01_address() 1045 return M.x86.R_EDX + displacement; in decode_rm10_address()
|
| H A D | prim_ops.c | 2241 imul_long_direct(&M.x86.R_EAX, &M.x86.R_EDX, M.x86.R_EAX, s); in imul_long() 2242 if (((M.x86.R_EAX & 0x80000000) == 0 && M.x86.R_EDX == 0x00) || in imul_long() 2243 ((M.x86.R_EAX & 0x80000000) != 0 && M.x86.R_EDX == 0xFF)) { in imul_long() 2305 M.x86.R_EDX = (u32) (res >> 32); in mul_long() 2320 M.x86.R_EDX = rhi_lo; in mul_long() 2323 if (M.x86.R_EDX == 0) { in mul_long() 2396 dvd = (((s64) M.x86.R_EDX) << 32) | M.x86.R_EAX; in idiv_long() 2409 s32 h_dvd = M.x86.R_EDX; in idiv_long() 2459 M.x86.R_EDX = (u32) mod; in idiv_long() 2525 dvd = (((u64) M.x86.R_EDX) << 32) | M.x86.R_EAX; in div_long() [all …]
|
| H A D | validate.c | 435 r_hi = M.x86.R_EDX; \ 563 M.x86.R_EDX = 0; \ 566 r_rem = M.x86.R_EDX; \
|
| H A D | debug.c | 444 printk("EDX=%08x \n", M.x86.R_EDX); in x86emu_dump_xregs()
|
| H A D | ops2.c | 98 M.x86.R_EDX = counter >> 32; in x86emuOp2_rdtsc() 101 M.x86.R_EDX = 0; in x86emuOp2_rdtsc() 2703 M.x86.R_EDX = bswap_32(M.x86.R_EDX); in x86emuOp2_bswap()
|
| H A D | ops.c | 3674 M.x86.R_EDX = inc_long(M.x86.R_EDX); in x86emuOp_inc_DX() 3874 M.x86.R_EDX = dec_long(M.x86.R_EDX); in x86emuOp_dec_DX() 4074 push_long(M.x86.R_EDX); in x86emuOp_push_DX() 4278 M.x86.R_EDX = pop_long(); in x86emuOp_pop_DX() 4432 push_long(M.x86.R_EDX); in x86emuOp_push_all() 4476 M.x86.R_EDX = pop_long(); in x86emuOp_pop_all() 7213 M.x86.R_EAX = M.x86.R_EDX; in x86emuOp_xchg_word_AX_DX() 7214 M.x86.R_EDX = tmp; in x86emuOp_xchg_word_AX_DX() 7433 M.x86.R_EDX = 0xffffffff; in x86emuOp_cwd() 7436 M.x86.R_EDX = 0x0; in x86emuOp_cwd() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | xf86x86emu.h | 19 #define X86_EDX M.x86.R_EDX
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/ |
| H A D | regs.h | 150 #define R_EDX gen.D.I32_reg.e_reg macro
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/ |
| H A D | regs.h | 144 #define R_EDX gen.D.I32_reg.e_reg macro
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 656 - printk("EDX=%08x \n", M.x86.R_EDX ); 686 + printk("EDX=%08x \n", M.x86.R_EDX); 1460 - return &M.x86.R_EDX; 1486 + return &M.x86.R_EDX; 1598 - base = M.x86.R_EDX; 1601 + base = M.x86.R_EDX; 1671 - i = M.x86.R_EDX; 1674 + i = M.x86.R_EDX; 1749 - return M.x86.R_EDX; 1778 + return M.x86.R_EDX; [all …]
|