Home
last modified time | relevance | path

Searched refs:bx (Results 1 – 25 of 114) sorted by relevance

12345

/linux/drivers/char/
A Dtoshiba.c248 unsigned short ax,bx; in tosh_ioctl() local
260 bx = regs.ebx & 0xffff; in tosh_ioctl()
262 if (((ax==0xff00) || (ax==0xfe00)) && (bx>0x0069)) in tosh_ioctl()
268 if (((ax==0xf300) || (ax==0xf400)) && (bx==0x0004)) { in tosh_ioctl()
350 unsigned short bx,cx; in tosh_get_machine_id() local
365 bx = (unsigned short) (regs.ebx & 0xffff); in tosh_get_machine_id()
375 bx = 0xe6f5; in tosh_get_machine_id()
379 address = bx; in tosh_get_machine_id()
381 address = 9+bx+cx; in tosh_get_machine_id()
/linux/arch/mips/math-emu/
A Dieee754dp.h56 static inline union ieee754dp builddp(int s, int bx, u64 m) in builddp() argument
61 assert((bx) >= DP_EMIN - 1 + DP_EBIAS in builddp()
62 && (bx) <= DP_EMAX + 1 + DP_EBIAS); in builddp()
66 r.bexp = bx; in builddp()
A Dieee754sp.h60 static inline union ieee754sp buildsp(int s, int bx, unsigned int m) in buildsp() argument
65 assert((bx) >= SP_EMIN - 1 + SP_EBIAS in buildsp()
66 && (bx) <= SP_EMAX + 1 + SP_EBIAS); in buildsp()
70 r.bexp = bx; in buildsp()
/linux/arch/arm/kernel/
A Dsigreturn_codes.S103 ARM_OK( bx r3 )
113 bx r2
120 ARM_OK( bx r3 )
130 bx r2
/linux/tools/testing/selftests/x86/
A Dcheck_initial_reg_state.c11 unsigned long ax, bx, cx, dx, si, di, bp, sp, flags; variable
63 if (ax || bx || cx || dx || si || di || bp in main()
71 SHOW(bx); in main()
/linux/arch/x86/math-emu/
A Dwm_shrx.S142 orw %bx,%bx /* Any of the 63 bit set ? */
184 orw %bx,%bx
A Dget_address.c36 offsetof(struct pt_regs, bx),
349 address += FPU_info->regs->bx + FPU_info->regs->si; in FPU_get_address_16()
352 address += FPU_info->regs->bx + FPU_info->regs->di; in FPU_get_address_16()
376 address += FPU_info->regs->bx; in FPU_get_address_16()
/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
A DEventClass.py60 flags, ip, ax, bx, cx, dx, si, di, bp, sp = struct.unpack('QQQQQQQQQQ', tmp_buf)
64 self.bx = bx
/linux/arch/arm/common/
A Dvlock.S83 bx lr
88 bx lr
98 bx lr
/linux/arch/x86/lib/
A Dcsum-copy_64.S172 movw (%rdi), %bx
176 movw %bx, (%rsi)
215 movw (%rdi), %bx
217 movw %bx, (%rsi)
A Dchecksum_32.S74 1: movw (%esi), %bx
76 addw %bx, %ax
288 EXC(1: movw (%esi), %bx )
290 EXC( movw %bx, (%edi) )
292 addw %bx, %ax
/linux/arch/x86/boot/
A Dedd.c31 ireg.bx = (size_t)buf; in read_mbr()
83 ireg.bx = EDDMAGIC1; in get_edd_info()
90 if (oreg.bx != EDDMAGIC2) in get_edd_info()
A Dapm.c31 if (oreg.bx != 0x504d) /* "PM" signature */ in query_apm_bios()
62 if ((oreg.eflags & X86_EFLAGS_CF) || oreg.bx != 0x504d) { in query_apm_bios()
A Dmemory.c86 oreg.bx = oreg.dx; in detect_memory_e801()
92 boot_params.alt_mem_k = (oreg.bx << 6) + oreg.ax; in detect_memory_e801()
/linux/arch/arm/mach-shmobile/
A Dheadsmp.S30 bx r1
66 bx r0
70 bx r1
/linux/arch/x86/pci/
A Dpcbios.c188 unsigned long bx = (bus << 8) | devfn; in pci_bios_read() local
218 "b" (bx), in pci_bios_read()
238 unsigned long bx = (bus << 8) | devfn; in pci_bios_write() local
266 "b" (bx), in pci_bios_write()
/linux/tools/perf/arch/x86/util/
A Dperf_regs.c67 SDT_NAME_REG(ebx, bx),
68 SDT_NAME_REG(rbx, bx),
69 SDT_NAME_REG(bl, bx),
70 SDT_NAME_REG(bh, bx),
/linux/arch/arm/lib/
A Dbswapsdi2.S8 bx lr
15 bx lr
/linux/arch/x86/include/asm/
A Delf.h109 _r->bx = 0; _r->cx = 0; _r->dx = 0; \
121 pr_reg[0] = regs->bx; \
174 /*regs->ax = */ regs->bx = regs->cx = regs->dx = 0; in elf_common_init()
213 (pr_reg)[5] = (regs)->bx; \
A Dswitch_to.h32 unsigned long bx; member
83 frame->bx = fun; in kthread_frame_init()
A Dsyscall.h87 memcpy(args, &regs->bx, 6 * sizeof(args[0])); in syscall_get_arguments()
103 *args++ = regs->bx; in syscall_get_arguments()
A Dkexec.h81 asm volatile("movl %%ebx,%0" : "=m"(newregs->bx)); in crash_setup_regs()
95 asm volatile("movq %%rbx,%0" : "=m"(newregs->bx)); in crash_setup_regs()
/linux/arch/x86/kernel/
A Ddoublefault_32.c70 regs.bx = TSS(bx); in doublefault_shim()
/linux/arch/x86/xen/
A Denlighten_pv.c135 static void xen_cpuid(unsigned int *ax, unsigned int *bx, in xen_cpuid() argument
148 *bx = 0; in xen_cpuid()
161 "=b" (*bx), in xen_cpuid()
166 *bx &= maskebx; in xen_cpuid()
179 unsigned int ax, bx, cx, dx; in xen_check_mwait() local
203 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
216 bx = 0; in xen_check_mwait()
220 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
/linux/arch/x86/ia32/
A Dia32_signal.c71 regs->bx = sc.bx; in ia32_restore_sigcontext()
170 unsafe_put_user(regs->bx, &sc->bx, Efault); in __unsafe_setup_sigcontext32()

Completed in 33 milliseconds

12345