/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() 368 the bx register holds 0xe6f5. However my code is producing 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 in tosh_get_machine_id() [all...] |
/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 21 "mov %rbx, bx\n\t" 40 "mov %ebx, bx\n\t" 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)
|
/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/mach-shmobile/ |
H A D | headsmp.S | 30 bx r1 66 bx r0 70 bx r1
|
/linux/arch/arm/lib/ |
H A D | bswapsdi2.S | 8 bx lr 15 bx lr
|
H A D | bitops.h | 26 bx lr 56 2: bx lr
|
/linux/arch/x86/include/asm/ |
H A D | switch_to.h | 34 unsigned long bx; member 84 frame->bx = (unsigned long)fun; in kthread_frame_init()
|
H A D | elf.h | 107 _r->bx = 0; _r->cx = 0; _r->dx = 0; \ 119 pr_reg[0] = regs->bx; \ 157 /*regs->ax = */ regs->bx = regs->cx = regs->dx = 0; in elf_common_init() 196 (pr_reg)[5] = (regs)->bx; \
|
/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/kernel/ |
H A D | doublefault_32.c | 71 regs.bx = TSS(bx); in doublefault_shim()
|
H A D | perf_regs.c | 22 PT_REGS_OFFSET(PERF_REG_X86_BX, bx), 185 regs_user_copy->bx = -1; in perf_get_regs_user()
|
/linux/arch/x86/xen/ |
H A D | enlighten_pv.c | 255 static void xen_cpuid(unsigned int *ax, unsigned int *bx, in xen_cpuid() argument 276 *bx = 0; in xen_cpuid() 289 "=b" (*bx), in xen_cpuid() 294 *bx &= maskebx; in xen_cpuid() 295 *bx |= or_ebx; in xen_cpuid() 307 unsigned int ax, bx, cx, dx; in xen_check_mwait() local 331 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait() 344 bx = 0; in xen_check_mwait() 348 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
|
/linux/arch/arm/mach-tegra/ |
H A D | reset-handler.S | 203 bx lr 213 bx lr 230 bx lr
|
/linux/arch/x86/mm/ |
H A D | pf_in.c | 245 rv = (unsigned char *)®s->bx; in get_reg_w8() 313 rv = 1 + (unsigned char *)®s->bx; in get_reg_w8() 341 rv = ®s->bx; in get_reg_w32()
|