/linux/drivers/char/ |
H A D | toshiba.c | 248 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/ |
H A D | ieee754dp.h | 56 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()
|
H A D | ieee754sp.h | 60 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/ |
H A D | sigreturn_codes.S | 103 ARM_OK( bx r3 ) 113 bx r2 120 ARM_OK( bx r3 ) 130 bx r2
|
/linux/tools/testing/selftests/x86/ |
H A D | check_initial_reg_state.c | 11 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/ |
H A D | wm_shrx.S | 142 orw %bx,%bx /* Any of the 63 bit set ? */ 184 orw %bx,%bx
|
H A D | get_address.c | 36 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/ |
H A D | EventClass.py | 60 flags, ip, ax, bx, cx, dx, si, di, bp, sp = struct.unpack('QQQQQQQQQQ', tmp_buf) 64 self.bx = bx
|
/linux/arch/arm/common/ |
H A D | vlock.S | 85 bx lr 90 bx lr 100 bx lr
|
/linux/arch/x86/lib/ |
H A D | csum-copy_64.S | 172 movw (%rdi), %bx 176 movw %bx, (%rsi) 215 movw (%rdi), %bx 217 movw %bx, (%rsi)
|
H A D | checksum_32.S | 74 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/arm/mach-shmobile/ |
H A D | headsmp.S | 30 bx r1 66 bx r0 70 bx r1
|
/linux/arch/x86/boot/ |
H A D | edd.c | 31 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()
|
H A D | apm.c | 31 if (oreg.bx != 0x504d) /* "PM" signature */ in query_apm_bios() 62 if ((oreg.eflags & X86_EFLAGS_CF) || oreg.bx != 0x504d) { in query_apm_bios()
|
H A D | memory.c | 86 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/lib/ |
H A D | bswapsdi2.S | 8 bx lr 15 bx lr
|
/linux/arch/x86/pci/ |
H A D | pcbios.c | 201 unsigned long bx = (bus << 8) | devfn; in pci_bios_read() local 231 "b" (bx), in pci_bios_read() 251 unsigned long bx = (bus << 8) | devfn; in pci_bios_write() local 279 "b" (bx), in pci_bios_write()
|
/linux/arch/x86/include/asm/ |
H A D | switch_to.h | 34 unsigned long bx; member 82 frame->bx = (unsigned long)fun; in kthread_frame_init()
|
H A D | elf.h | 110 _r->bx = 0; _r->cx = 0; _r->dx = 0; \ 122 pr_reg[0] = regs->bx; \ 160 /*regs->ax = */ regs->bx = regs->cx = regs->dx = 0; in elf_common_init() 199 (pr_reg)[5] = (regs)->bx; \
|
H A D | syscall.h | 85 args[0] = regs->bx; in syscall_get_arguments() 106 *args++ = regs->bx; in syscall_get_arguments()
|
H A D | kexec.h | 80 asm volatile("movl %%ebx,%0" : "=m"(newregs->bx)); in crash_setup_regs() 94 asm volatile("movq %%rbx,%0" : "=m"(newregs->bx)); in crash_setup_regs()
|
/linux/tools/perf/arch/x86/util/ |
H A D | perf_regs.c | 70 SDT_NAME_REG(ebx, bx), 71 SDT_NAME_REG(rbx, bx), 72 SDT_NAME_REG(bl, bx), 73 SDT_NAME_REG(bh, bx),
|
/linux/arch/x86/kernel/ |
H A D | doublefault_32.c | 71 regs.bx = TSS(bx); in doublefault_shim()
|
/linux/arch/x86/xen/ |
H A D | enlighten_pv.c | 215 static void xen_cpuid(unsigned int *ax, unsigned int *bx, in xen_cpuid() argument 236 *bx = 0; in xen_cpuid() 249 "=b" (*bx), in xen_cpuid() 254 *bx &= maskebx; in xen_cpuid() 255 *bx |= or_ebx; in xen_cpuid() 267 unsigned int ax, bx, cx, dx; in xen_check_mwait() local 291 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait() 304 bx = 0; in xen_check_mwait() 308 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
|
/linux/arch/arm/mm/ |
H A D | proc-v7-2level.S | 61 bx lr 108 bx lr
|