Searched refs:R_ECX (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/arch/x86/lib/ |
D | bios_interrupts.c | 43 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()
|
D | bios.c | 61 .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/ |
D | bios.c | 204 && (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,
|
D | biosemu.c | 251 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/ |
D | decode.c | 657 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()
|
D | debug.c | 417 printk("ECX=%08x ", M.x86.R_ECX); in x86emu_dump_xregs()
|
D | prim_ops.c | 2309 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()
|
D | ops.c | 796 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/ |
D | regs.h | 143 #define R_ECX gen.C.I32_reg.e_reg macro
|