bx                455 arch/arm/include/asm/assembler.h 	bx\c	\reg
bx                 26 arch/arm/lib/bitops.h 	bx	lr
bx                 56 arch/arm/lib/bitops.h 2:	bx	lr
bx                 56 arch/mips/math-emu/ieee754dp.h static inline union ieee754dp builddp(int s, int bx, u64 m)
bx                 61 arch/mips/math-emu/ieee754dp.h 	assert((bx) >= DP_EMIN - 1 + DP_EBIAS
bx                 62 arch/mips/math-emu/ieee754dp.h 	       && (bx) <= DP_EMAX + 1 + DP_EBIAS);
bx                 66 arch/mips/math-emu/ieee754dp.h 	r.bexp = bx;
bx                 60 arch/mips/math-emu/ieee754sp.h static inline union ieee754sp buildsp(int s, int bx, unsigned int m)
bx                 65 arch/mips/math-emu/ieee754sp.h 	assert((bx) >= SP_EMIN - 1 + SP_EBIAS
bx                 66 arch/mips/math-emu/ieee754sp.h 	       && (bx) <= SP_EMAX + 1 + SP_EBIAS);
bx                 70 arch/mips/math-emu/ieee754sp.h 	r.bexp = bx;
bx                189 arch/s390/kvm/gaccess.c 		unsigned long bx  : 12;
bx                 31 arch/x86/boot/apm.c 	if (oreg.bx != 0x504d)		/* "PM" signature */
bx                 62 arch/x86/boot/apm.c 	if ((oreg.eflags & X86_EFLAGS_CF) || oreg.bx != 0x504d) {
bx                247 arch/x86/boot/boot.h 			u16 bx, hbx;
bx                 31 arch/x86/boot/edd.c 	ireg.bx = (size_t)buf;
bx                 83 arch/x86/boot/edd.c 	ireg.bx = EDDMAGIC1;
bx                 90 arch/x86/boot/edd.c 	if (oreg.bx != EDDMAGIC2)
bx                110 arch/x86/boot/main.c 	ireg.bx = 2;
bx                 86 arch/x86/boot/memory.c 		oreg.bx = oreg.dx;
bx                 92 arch/x86/boot/memory.c 		boot_params.alt_mem_k = (oreg.bx << 6) + oreg.ax;
bx                 43 arch/x86/boot/tty.c 	ireg.bx = 0x0007;
bx                137 arch/x86/boot/video-vesa.c 	ireg.bx = vesa_mode;
bx                261 arch/x86/boot/video-vesa.c 	ireg.bx = 0x0001;		/* Read EDID */
bx                256 arch/x86/boot/video-vga.c 	boot_params.screen_info.orig_video_ega_bx = oreg.bx;
bx                 60 arch/x86/entry/common.c 		audit_syscall_entry(regs->orig_ax, regs->bx,
bx                109 arch/x86/entry/common.c 			sd.args[0] = regs->bx;
bx                342 arch/x86/entry/common.c 			(unsigned int)regs->bx, (unsigned int)regs->cx,
bx                205 arch/x86/events/intel/ds.c 	u64 ax, bx, cx, dx;
bx                213 arch/x86/events/intel/ds.c 	u64 ax, bx, cx, dx;
bx                225 arch/x86/events/intel/ds.c 	u64 ax, bx, cx, dx;
bx                254 arch/x86/events/intel/ds.c 	u64 ax, bx, cx, dx;
bx               1402 arch/x86/events/intel/ds.c 		regs->bx = pebs->bx;
bx               1485 arch/x86/events/intel/ds.c 	regs->bx = gprs->bx;
bx                 88 arch/x86/ia32/ia32_signal.c 		COPY(di); COPY(si); COPY(bp); COPY(sp); COPY(bx);
bx                196 arch/x86/ia32/ia32_signal.c 		put_user_ex(regs->bx, &sc->bx);
bx                 34 arch/x86/include/asm/asm-prototypes.h INDIRECT_THUNK(bx)
bx                 41 arch/x86/include/asm/asm.h #define _ASM_BX		__ASM_REG(bx)
bx                111 arch/x86/include/asm/elf.h 	_r->bx = 0; _r->cx = 0; _r->dx = 0;	\
bx                123 arch/x86/include/asm/elf.h 	pr_reg[0] = regs->bx;			\
bx                176 arch/x86/include/asm/elf.h 	/*regs->ax = */ regs->bx = regs->cx = regs->dx = 0;
bx                214 arch/x86/include/asm/elf.h 	(pr_reg)[5] = (regs)->bx;				\
bx                 85 arch/x86/include/asm/kexec.h 		asm volatile("movl %%ebx,%0" : "=m"(newregs->bx));
bx                 99 arch/x86/include/asm/kexec.h 		asm volatile("movq %%rbx,%0" : "=m"(newregs->bx));
bx                206 arch/x86/include/asm/perf_event.h 	u64 flags, ip, ax, cx, dx, bx, sp, bp, si, di;
bx                283 arch/x86/include/asm/processor.h 	unsigned long		bx;
bx                 27 arch/x86/include/asm/ptrace.h 	unsigned long bx;
bx                 66 arch/x86/include/asm/ptrace.h 	unsigned long bx;
bx                 53 arch/x86/include/asm/switch_to.h 	unsigned long bx;
bx                 97 arch/x86/include/asm/syscall.h 	memcpy(args, &regs->bx, 6 * sizeof(args[0]));
bx                106 arch/x86/include/asm/syscall.h 	memcpy(&regs->bx + i, args, n * sizeof(args[0]));
bx                122 arch/x86/include/asm/syscall.h 		*args++ = regs->bx;
bx                146 arch/x86/include/asm/syscall.h 		regs->bx = *args++;
bx                 20 arch/x86/include/asm/syscall_wrapper.h 	      ,,(unsigned int)regs->bx,,(unsigned int)regs->cx		\
bx                 79 arch/x86/include/asm/user_32.h 	unsigned long	bx;
bx                 75 arch/x86/include/asm/user_64.h 	unsigned long	bx;
bx                105 arch/x86/include/asm/xen/interface_64.h     __DECL_REG(bx);
bx                211 arch/x86/include/uapi/asm/sigcontext.h 	__u32				bx;
bx                250 arch/x86/include/uapi/asm/sigcontext.h 	__u64				bx;
bx               1637 arch/x86/kernel/apm_32.c 	unsigned short	bx;
bx               1649 arch/x86/kernel/apm_32.c 	    !(error = apm_get_power_status(&bx, &cx, &dx))) {
bx               1650 arch/x86/kernel/apm_32.c 		ac_line_status = (bx >> 8) & 0xff;
bx               1651 arch/x86/kernel/apm_32.c 		battery_status = bx & 0xff;
bx               1718 arch/x86/kernel/apm_32.c 	unsigned short	bx;
bx               1781 arch/x86/kernel/apm_32.c 		error = apm_get_power_status(&bx, &cx, &dx);
bx               1785 arch/x86/kernel/apm_32.c 			switch ((bx >> 8) & 0xff) {
bx               1799 arch/x86/kernel/apm_32.c 			switch (bx & 0xff) {
bx                 54 arch/x86/kernel/asm-offsets.c 	OFFSET(IA32_SIGCONTEXT_bx, sigcontext_32, bx);
bx                 27 arch/x86/kernel/asm-offsets_32.c 	OFFSET(PT_EBX, pt_regs, bx);
bx                 56 arch/x86/kernel/asm-offsets_64.c 	ENTRY(bx);
bx                 43 arch/x86/kernel/doublefault.c 				t->ax, t->bx, t->cx, t->dx);
bx                 52 arch/x86/kernel/kgdb.c 	{ "bx", 4, offsetof(struct pt_regs, bx) },
bx                 65 arch/x86/kernel/kgdb.c 	{ "bx", 8, offsetof(struct pt_regs, bx) },
bx                 22 arch/x86/kernel/perf_regs.c 	PT_REGS_OFFSET(PERF_REG_X86_BX, bx),
bx                178 arch/x86/kernel/perf_regs.c 	regs_user_copy->bx = -1;
bx                 75 arch/x86/kernel/process_32.c 		regs->ax, regs->bx, regs->cx, regs->dx);
bx                140 arch/x86/kernel/process_32.c 		frame->bx = sp;		/* function */
bx                145 arch/x86/kernel/process_32.c 	frame->bx = 0;
bx                 82 arch/x86/kernel/process_64.c 	       regs->ax, regs->bx, regs->cx);
bx                403 arch/x86/kernel/process_64.c 		frame->bx = sp;		/* function */
bx                407 arch/x86/kernel/process_64.c 	frame->bx = 0;
bx                 77 arch/x86/kernel/ptrace.c 	REG_OFFSET_NAME(bx),
bx                160 arch/x86/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, bx) != 0);
bx                161 arch/x86/kernel/ptrace.c 	return &regs->bx + (regno >> 2);
bx                878 arch/x86/kernel/ptrace.c 	R32(ebx, bx);
bx                951 arch/x86/kernel/ptrace.c 	R32(ebx, bx);
bx                118 arch/x86/kernel/signal.c 		COPY(di); COPY(si); COPY(bp); COPY(sp); COPY(bx);
bx                177 arch/x86/kernel/signal.c 		put_user_ex(regs->bx, &sc->bx);
bx                462 arch/x86/kernel/uprobes.c 	return &regs->bx;
bx                820 arch/x86/kernel/uprobes.c 			reg_offset = offsetof(struct pt_regs, bx);
bx                125 arch/x86/kernel/vm86_32.c 		put_user_ex(regs->pt.bx, &user->regs.ebx);
bx                289 arch/x86/kernel/vm86_32.c 		get_user_ex(vm86regs.pt.bx, &user_vm86->regs.ebx);
bx               1304 arch/x86/kvm/emulate.c 		unsigned bx = reg_read(ctxt, VCPU_REGS_RBX);
bx               1324 arch/x86/kvm/emulate.c 			modrm_ea += bx + si;
bx               1327 arch/x86/kvm/emulate.c 			modrm_ea += bx + di;
bx               1346 arch/x86/kvm/emulate.c 			modrm_ea += bx;
bx               3058 arch/x86/kvm/emulate.c 	tss->bx = reg_read(ctxt, VCPU_REGS_RBX);
bx               3082 arch/x86/kvm/emulate.c 	*reg_write(ctxt, VCPU_REGS_RBX) = tss->bx;
bx                 48 arch/x86/kvm/tss.h 	u16 bx;
bx                185 arch/x86/lib/insn-eval.c 	case offsetof(struct pt_regs, bx):
bx                405 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, bx),
bx                511 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, bx),
bx                512 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, bx),
bx                518 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, bx),
bx                 36 arch/x86/math-emu/get_address.c 	offsetof(struct pt_regs, bx),
bx                349 arch/x86/math-emu/get_address.c 		address += FPU_info->regs->bx + FPU_info->regs->si;
bx                352 arch/x86/math-emu/get_address.c 		address += FPU_info->regs->bx + FPU_info->regs->di;
bx                376 arch/x86/math-emu/get_address.c 		address += FPU_info->regs->bx;
bx                117 arch/x86/mm/mmio-mod.c 		 regs->ax, regs->bx, regs->cx, regs->dx);
bx                245 arch/x86/mm/pf_in.c 		rv = (unsigned char *)&regs->bx;
bx                313 arch/x86/mm/pf_in.c 			rv = 1 + (unsigned char *)&regs->bx;
bx                341 arch/x86/mm/pf_in.c 		rv = &regs->bx;
bx                188 arch/x86/pci/pcbios.c 	unsigned long bx = (bus << 8) | devfn;
bx                218 arch/x86/pci/pcbios.c 		  "b" (bx),
bx                238 arch/x86/pci/pcbios.c 	unsigned long bx = (bus << 8) | devfn;
bx                266 arch/x86/pci/pcbios.c 		  "b" (bx),
bx                178 arch/x86/um/signal.c 	GETREG(BX, bx);
bx                257 arch/x86/um/signal.c 	PUTREG(BX, bx);
bx                171 arch/x86/xen/enlighten_pv.c static void xen_cpuid(unsigned int *ax, unsigned int *bx,
bx                184 arch/x86/xen/enlighten_pv.c 		*bx = 0;
bx                197 arch/x86/xen/enlighten_pv.c 		  "=b" (*bx),
bx                202 arch/x86/xen/enlighten_pv.c 	*bx &= maskebx;
bx                215 arch/x86/xen/enlighten_pv.c 	unsigned int ax, bx, cx, dx;
bx                239 arch/x86/xen/enlighten_pv.c 	native_cpuid(&ax, &bx, &cx, &dx);
bx                252 arch/x86/xen/enlighten_pv.c 	bx = 0;
bx                256 arch/x86/xen/enlighten_pv.c 	native_cpuid(&ax, &bx, &cx, &dx);
bx                 26 crypto/async_tx/async_raid6_recov.c 	u8 ax, bx;
bx                 75 crypto/async_tx/async_raid6_recov.c 		bx    = bmul[*b++];
bx                 76 crypto/async_tx/async_raid6_recov.c 		*c++ = ax ^ bx;
bx                251 drivers/char/toshiba.c 	unsigned short ax,bx;
bx                263 drivers/char/toshiba.c 			bx = regs.ebx & 0xffff;
bx                265 drivers/char/toshiba.c 			if (((ax==0xff00) || (ax==0xfe00)) && (bx>0x0069))
bx                271 drivers/char/toshiba.c 				if (((ax==0xf300) || (ax==0xf400)) && (bx==0x0004)) {
bx                353 drivers/char/toshiba.c 	unsigned short bx,cx;
bx                368 drivers/char/toshiba.c 		bx = (unsigned short) (regs.ebx & 0xffff);
bx                378 drivers/char/toshiba.c 		bx = 0xe6f5;
bx                382 drivers/char/toshiba.c 		address = bx;
bx                384 drivers/char/toshiba.c 		address = 9+bx+cx;
bx                822 drivers/hid/hid-wiimote-modules.c 	__s16 x, y, z, bx, by;
bx                854 drivers/hid/hid-wiimote-modules.c 	bx = ext[0];
bx                856 drivers/hid/hid-wiimote-modules.c 	bx -= 128;
bx                878 drivers/hid/hid-wiimote-modules.c 	input_report_abs(wdata->extension.input, ABS_HAT0X, bx);
bx               4365 drivers/net/wireless/atmel/atmel.c 	bx	lr
bx               4377 drivers/net/wireless/atmel/atmel.c 	bx	lr
bx               4388 drivers/net/wireless/atmel/atmel.c 	bx	lr
bx               4416 drivers/net/wireless/atmel/atmel.c 	bx	lr
bx               4444 drivers/net/wireless/atmel/atmel.c 	bx	lr
bx               4473 drivers/net/wireless/atmel/atmel.c 	bx	lr
bx               4524 drivers/net/wireless/atmel/atmel.c 	bx	lr
bx                767 drivers/usb/misc/sisusbvga/sisusb_init.c 	unsigned short si, di, bx, sf;
bx                820 drivers/usb/misc/sisusbvga/sisusb_init.c 			bx = si + 4;
bx                824 drivers/usb/misc/sisusbvga/sisusb_init.c 						     table[di], table[bx],
bx                832 drivers/usb/misc/sisusbvga/sisusb_init.c 						     table[bx]);
bx                206 drivers/video/fbdev/ffb.c 	u32	bx;
bx                502 drivers/video/fbdev/ffb.c 	upa_writel(rect->dx, &fbc->bx);
bx                535 drivers/video/fbdev/ffb.c 	upa_writel(area->sx, &fbc->bx);
bx               2877 drivers/video/fbdev/sis/init.c    unsigned short si, di, bx, sf;
bx               2928 drivers/video/fbdev/sis/init.c 	 bx = si + 4;
bx               2931 drivers/video/fbdev/sis/init.c 	       SiS_WriteDAC(SiS_Pr, DACData, sf, n, table[di], table[bx], table[si]);
bx               2936 drivers/video/fbdev/sis/init.c 	       SiS_WriteDAC(SiS_Pr, DACData, sf, n, table[di], table[si], table[bx]);
bx               4299 kernel/module.c 	int bx = 0;
bx               4305 kernel/module.c 		buf[bx++] = '(';
bx               4306 kernel/module.c 		bx += module_flags_taint(mod, buf + bx);
bx               4309 kernel/module.c 			buf[bx++] = '-';
bx               4312 kernel/module.c 			buf[bx++] = '+';
bx               4313 kernel/module.c 		buf[bx++] = ')';
bx               4315 kernel/module.c 	buf[bx] = '\0';
bx                647 scripts/dtc/livetree.c static int cmp_reserve_info(const void *ax, const void *bx)
bx                652 scripts/dtc/livetree.c 	b = *((const struct reserve_info * const *)bx);
bx                696 scripts/dtc/livetree.c static int cmp_prop(const void *ax, const void *bx)
bx                701 scripts/dtc/livetree.c 	b = *((const struct property * const *)bx);
bx                732 scripts/dtc/livetree.c static int cmp_subnode(const void *ax, const void *bx)
bx                737 scripts/dtc/livetree.c 	b = *((const struct node * const *)bx);
bx                 67 tools/perf/arch/x86/util/perf_regs.c 	SDT_NAME_REG(ebx, bx),
bx                 68 tools/perf/arch/x86/util/perf_regs.c 	SDT_NAME_REG(rbx, bx),
bx                 69 tools/perf/arch/x86/util/perf_regs.c 	SDT_NAME_REG(bl,  bx),
bx                 70 tools/perf/arch/x86/util/perf_regs.c 	SDT_NAME_REG(bh,  bx),
bx                 11 tools/testing/selftests/x86/check_initial_reg_state.c unsigned long ax, bx, cx, dx, si, di, bp, sp, flags;
bx                 63 tools/testing/selftests/x86/check_initial_reg_state.c 	if (ax || bx || cx || dx || si || di || bp
bx                 71 tools/testing/selftests/x86/check_initial_reg_state.c 		SHOW(bx);