Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/lib/
Dbios_interrupts.c43 M.x86.R_ECX = 0x0607; in int10_handler()
127 M.x86.R_ECX = 0xff; in int1a_handler()
132 devid = M.x86.R_ECX; in int1a_handler()
178 M.x86.R_ECX = byte; in int1a_handler()
182 M.x86.R_ECX = word; in int1a_handler()
186 M.x86.R_ECX = dword; in int1a_handler()
189 byte = M.x86.R_ECX; in int1a_handler()
193 word = M.x86.R_ECX; in int1a_handler()
197 dword = M.x86.R_ECX; in int1a_handler()
203 bus, devfn, reg, M.x86.R_ECX); in int1a_handler()
Dbios.c61 .ecx = M.x86.R_ECX, in int_exception_handler()
313 M.x86.R_ECX = ecx; in interrupt_handler()
337 *(volatile u32 *)&ecx = M.x86.R_ECX; in interrupt_handler()
/external/u-boot/drivers/bios_emulator/
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,
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()
/external/u-boot/drivers/bios_emulator/x86emu/
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()
Ddebug.c417 printk("ECX=%08x ", M.x86.R_ECX); in x86emu_dump_xregs()
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()
Dops.c796 push_long(M.x86.R_ECX); in x86emuOp_push_all()
839 M.x86.R_ECX = pop_long(); in x86emuOp_pop_all()
/external/u-boot/drivers/bios_emulator/include/x86emu/
Dregs.h143 #define R_ECX gen.C.I32_reg.e_reg macro