Home
last modified time | relevance | path

Searched refs:R_ECX (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dbios_interrupts.c44 M.x86.R_ECX = 0x0607; in int10_handler()
128 M.x86.R_ECX = 0xff; in int1a_handler()
133 devid = M.x86.R_ECX; in int1a_handler()
179 M.x86.R_ECX = byte; in int1a_handler()
183 M.x86.R_ECX = word; in int1a_handler()
187 M.x86.R_ECX = dword; in int1a_handler()
190 byte = M.x86.R_ECX; in int1a_handler()
194 word = M.x86.R_ECX; in int1a_handler()
198 dword = M.x86.R_ECX; in int1a_handler()
204 bus, devfn, reg, M.x86.R_ECX); in int1a_handler()
H A Dbios.c62 .ecx = M.x86.R_ECX, in int_exception_handler()
310 M.x86.R_ECX = ecx; in interrupt_handler()
334 *(volatile u32 *)&ecx = M.x86.R_ECX; in interrupt_handler()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/
H A Dbios.c204 && (u8) (M.x86.R_ECX >> 16) == baseclass) {
208 (u8) (M.x86.R_ECX >> 16) ==
263 M.x86.R_DI, &M.x86.R_ECX);
266 M.x86.R_DI, &M.x86.R_ECX);
269 M.x86.R_ECX =
321 M.x86.R_DI, M.x86.R_ECX);
324 M.x86.R_DI, M.x86.R_ECX);
327 PCI_accessReg(M.x86.R_DI, M.x86.R_ECX, PCI_WRITE_DWORD,
H A Dbiosemu.c251 M.x86.R_ECX = regs->e.ecx; in BE_callRealMode()
277 regs->e.ecx = M.x86.R_ECX; in BE_callRealMode()
302 M.x86.R_ECX = in->e.ecx; in BE_int86()
319 out->e.ecx = M.x86.R_ECX; in BE_int86()
342 M.x86.R_ECX = in->e.ecx; in BE_int86x()
363 out->e.ecx = M.x86.R_ECX; in BE_int86x()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Ddecode.c657 return &M.x86.R_ECX; in decode_rm_long_register()
752 return M.x86.R_ECX * index; in decode_sib_si()
803 offset = M.x86.R_ECX; in decode_sib_address()
889 return M.x86.R_ECX; in decode_rm00_address()
974 return M.x86.R_ECX + displacement; in decode_rm01_address()
1063 return M.x86.R_ECX + displacement; in decode_rm10_address()
H A Ddebug.c417 printk("ECX=%08x ", M.x86.R_ECX); in x86emu_dump_xregs()
H A Dprim_ops.c2309 M.x86.R_ECX : M.x86.R_CX); in ins()
2317 M.x86.R_ECX = 0; in ins()
2352 M.x86.R_ECX : M.x86.R_CX); in outs()
2359 M.x86.R_ECX = 0; in outs()
H A Dops.c796 push_long(M.x86.R_ECX); in x86emuOp_push_all()
839 M.x86.R_ECX = pop_long(); in x86emuOp_pop_all()
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Ddecode.c662 return &M.x86.R_ECX; in decode_rm_long_register()
745 base = M.x86.R_ECX; in decode_sib_address()
787 i = M.x86.R_ECX; in decode_sib_address()
859 return M.x86.R_ECX; in decode_rm00_address()
947 return M.x86.R_ECX + displacement; in decode_rm01_address()
1041 return M.x86.R_ECX + displacement; in decode_rm10_address()
H A Dprim_ops.c2603 M.x86.R_ECX : M.x86.R_CX); in ins()
2630 M.x86.R_ECX = 0; in ins()
2669 M.x86.R_ECX : M.x86.R_CX); in outs()
2696 M.x86.R_ECX = 0; in outs()
2815 hw_cpuid(&M.x86.R_EAX, &M.x86.R_EBX, &M.x86.R_ECX, &M.x86.R_EDX); in cpuid()
2829 M.x86.R_ECX = 0x6c65746e; in cpuid()
2839 M.x86.R_ECX = 0x00000000; in cpuid()
2855 M.x86.R_ECX = 0; in cpuid()
H A Ddebug.c443 printk("ECX=%08x ", M.x86.R_ECX); in x86emu_dump_xregs()
H A Dops.c3649 M.x86.R_ECX = inc_long(M.x86.R_ECX); in x86emuOp_inc_CX()
3849 M.x86.R_ECX = dec_long(M.x86.R_ECX); in x86emuOp_dec_CX()
4049 push_long(M.x86.R_ECX); in x86emuOp_push_CX()
4253 M.x86.R_ECX = pop_long(); in x86emuOp_pop_CX()
4431 push_long(M.x86.R_ECX); in x86emuOp_push_all()
4477 M.x86.R_ECX = pop_long(); in x86emuOp_pop_all()
7182 M.x86.R_EAX = M.x86.R_ECX; in x86emuOp_xchg_word_AX_CX()
7183 M.x86.R_ECX = tmp; in x86emuOp_xchg_word_AX_CX()
8473 M.x86.R_ECX = srcval; in x86emuOp_mov_word_CX_IMM()
H A Dops2.c2700 M.x86.R_ECX = bswap_32(M.x86.R_ECX); in x86emuOp2_bswap()
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86x86emu.h18 #define X86_ECX M.x86.R_ECX
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dregs.h149 #define R_ECX gen.C.I32_reg.e_reg macro
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h143 #define R_ECX gen.C.I32_reg.e_reg macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch655 - printk("ECX=%08x ", M.x86.R_ECX );
685 + printk("ECX=%08x ", M.x86.R_ECX);
1457 - return &M.x86.R_ECX;
1483 + return &M.x86.R_ECX;
1591 - base = M.x86.R_ECX;
1594 + base = M.x86.R_ECX;
1664 - i = M.x86.R_ECX;
1667 + i = M.x86.R_ECX;
1746 - return M.x86.R_ECX;
1775 + return M.x86.R_ECX;
[all …]