Searched refs:R_ECX (Results 1 – 9 of 9) sorted by relevance
/u-boot/arch/x86/lib/ |
A D | bios_interrupts.c | 44 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()
|
A D | bios.c | 64 .ecx = M.x86.R_ECX, in int_exception_handler() 316 M.x86.R_ECX = ecx; in interrupt_handler() 340 *(volatile u32 *)&ecx = M.x86.R_ECX; in interrupt_handler()
|
/u-boot/drivers/bios_emulator/ |
A 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,
|
A 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()
|
/u-boot/drivers/bios_emulator/x86emu/ |
A 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()
|
A D | debug.c | 417 printk("ECX=%08x ", M.x86.R_ECX); in x86emu_dump_xregs()
|
A 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()
|
A 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()
|
/u-boot/drivers/bios_emulator/include/x86emu/ |
A D | regs.h | 143 #define R_ECX gen.C.I32_reg.e_reg macro
|
Completed in 24 milliseconds