Searched refs:R_EBX (Results 1 – 7 of 7) sorted by relevance
62 M.x86.R_EBX &= 0x00ff; in int10_handler()150 M.x86.R_EBX = busdevfn; in int1a_handler()164 devfn = M.x86.R_EBX & 0xff; in int1a_handler()165 bus = M.x86.R_EBX >> 8; in int1a_handler()
63 .ebx = M.x86.R_EBX, in int_exception_handler()315 M.x86.R_EBX = ebx; in interrupt_handler()339 *(volatile u32 *)&ebx = M.x86.R_EBX; in interrupt_handler()
250 M.x86.R_EBX = regs->e.ebx; in BE_callRealMode()276 regs->e.ebx = M.x86.R_EBX; in BE_callRealMode()301 M.x86.R_EBX = in->e.ebx; in BE_int86()318 out->e.ebx = M.x86.R_EBX; in BE_int86()341 M.x86.R_EBX = in->e.ebx; in BE_int86x()362 out->e.ebx = M.x86.R_EBX; in BE_int86x()
663 return &M.x86.R_EBX; in decode_rm_long_register()758 return M.x86.R_EBX * index; in decode_sib_si()811 offset = M.x86.R_EBX; in decode_sib_address()895 return M.x86.R_EBX; in decode_rm00_address()980 return M.x86.R_EBX + displacement; in decode_rm01_address()1069 return M.x86.R_EBX + displacement; in decode_rm10_address()
416 printk("EBX=%08x ", M.x86.R_EBX); in x86emu_dump_xregs()
798 push_long(M.x86.R_EBX); in x86emuOp_push_all()837 M.x86.R_EBX = pop_long(); in x86emuOp_pop_all()
142 #define R_EBX gen.B.I32_reg.e_reg macro