Searched refs:R_EBX (Results 1 – 15 of 15) sorted by relevance
63 M.x86.R_EBX &= 0x00ff; in int10_handler()151 M.x86.R_EBX = busdevfn; in int1a_handler()165 devfn = M.x86.R_EBX & 0xff; in int1a_handler()166 bus = M.x86.R_EBX >> 8; in int1a_handler()
64 .ebx = M.x86.R_EBX, in int_exception_handler()312 M.x86.R_EBX = ebx; in interrupt_handler()336 *(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()
668 return &M.x86.R_EBX; in decode_rm_long_register()753 base = M.x86.R_EBX; in decode_sib_address()795 i = M.x86.R_EBX; in decode_sib_address()865 return M.x86.R_EBX; in decode_rm00_address()953 return M.x86.R_EBX + displacement; in decode_rm01_address()1048 return M.x86.R_EBX + displacement; in decode_rm10_address()
442 printk("EBX=%08x ", M.x86.R_EBX); in x86emu_dump_xregs()
2815 hw_cpuid(&M.x86.R_EAX, &M.x86.R_EBX, &M.x86.R_ECX, &M.x86.R_EDX); in cpuid()2827 M.x86.R_EBX = 0x756e6547; in cpuid()2838 M.x86.R_EBX = 0x00000000; in cpuid()2854 M.x86.R_EBX = 0; in cpuid()
3699 M.x86.R_EBX = inc_long(M.x86.R_EBX); in x86emuOp_inc_BX()3899 M.x86.R_EBX = dec_long(M.x86.R_EBX); in x86emuOp_dec_BX()4099 push_long(M.x86.R_EBX); in x86emuOp_push_BX()4303 M.x86.R_EBX = pop_long(); in x86emuOp_pop_BX()4433 push_long(M.x86.R_EBX); in x86emuOp_push_all()4475 M.x86.R_EBX = pop_long(); in x86emuOp_pop_all()7244 M.x86.R_EAX = M.x86.R_EBX; in x86emuOp_xchg_word_AX_BX()7245 M.x86.R_EBX = tmp; in x86emuOp_xchg_word_AX_BX()8533 M.x86.R_EBX = srcval; in x86emuOp_mov_word_BX_IMM()
2706 M.x86.R_EBX = bswap_32(M.x86.R_EBX); in x86emuOp2_bswap()
17 #define X86_EBX M.x86.R_EBX
148 #define R_EBX gen.B.I32_reg.e_reg macro
142 #define R_EBX gen.B.I32_reg.e_reg macro
654 - printk("EBX=%08x ", M.x86.R_EBX );684 + printk("EBX=%08x ", M.x86.R_EBX);1463 - return &M.x86.R_EBX;1489 + return &M.x86.R_EBX;1605 - base = M.x86.R_EBX;1608 + base = M.x86.R_EBX;1678 - i = M.x86.R_EBX;1681 + i = M.x86.R_EBX;1752 - return M.x86.R_EBX;1781 + return M.x86.R_EBX;[all …]