/linux-4.1.27/drivers/char/ |
D | toshiba.c | 261 unsigned short ax,bx; in tosh_ioctl() local 273 bx = regs.ebx & 0xffff; in tosh_ioctl() 275 if (((ax==0xff00) || (ax==0xfe00)) && (bx>0x0069)) in tosh_ioctl() 281 if (((ax==0xf300) || (ax==0xf400)) && (bx==0x0004)) { in tosh_ioctl() 376 unsigned short bx,cx; in tosh_get_machine_id() local 391 bx = (unsigned short) (regs.ebx & 0xffff); in tosh_get_machine_id() 401 bx = 0xe6f5; in tosh_get_machine_id() 405 address = bx; in tosh_get_machine_id() 407 address = 9+bx+cx; in tosh_get_machine_id()
|
/linux-4.1.27/arch/mips/math-emu/ |
D | ieee754dp.h | 64 static inline union ieee754dp builddp(int s, int bx, u64 m) in builddp() argument 69 assert((bx) >= DP_EMIN - 1 + DP_EBIAS in builddp() 70 && (bx) <= DP_EMAX + 1 + DP_EBIAS); in builddp() 74 r.bexp = bx; in builddp()
|
D | ieee754sp.h | 69 static inline union ieee754sp buildsp(int s, int bx, unsigned m) in buildsp() argument 74 assert((bx) >= SP_EMIN - 1 + SP_EBIAS in buildsp() 75 && (bx) <= SP_EMAX + 1 + SP_EBIAS); in buildsp() 79 r.bexp = bx; in buildsp()
|
/linux-4.1.27/arch/x86/pci/ |
D | pcbios.c | 182 unsigned long bx = (bus << 8) | devfn; in pci_bios_read() local 199 "b" (bx), in pci_bios_read() 216 "b" (bx), in pci_bios_read() 233 "b" (bx), in pci_bios_read() 249 unsigned long bx = (bus << 8) | devfn; in pci_bios_write() local 266 "b" (bx), in pci_bios_write() 278 "b" (bx), in pci_bios_write() 290 "b" (bx), in pci_bios_write()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | sram34xx.S | 190 bx lr 196 bx lr 215 bx lr 224 bx lr 228 bx lr 243 bx lr 250 bx lr 257 bx lr 291 bx lr
|
D | sleep34xx.S | 194 bx r1 575 bx lr
|
/linux-4.1.27/arch/arm/kernel/ |
D | psci-call.S | 24 bx lr 30 bx lr
|
D | relocate_kernel.S | 64 THUMB( bx lr )
|
D | sleep.S | 150 THUMB( bx r3 )
|
D | head.S | 84 THUMB( bx r9 ) @ If this is a Thumb-2 kernel, 352 THUMB( bx r9 ) @ If this is a Thumb-2 kernel,
|
D | head-nommu.S | 50 THUMB( bx r9 ) @ If this is a Thumb-2 kernel,
|
D | entry-header.S | 166 bx lr
|
/linux-4.1.27/arch/x86/include/asm/ |
D | syscall.h | 82 memcpy(args, ®s->bx + i, n * sizeof(args[0])); in syscall_get_arguments() 91 memcpy(®s->bx + i, args, n * sizeof(args[0])); in syscall_set_arguments() 111 *args++ = regs->bx; in syscall_get_arguments() 172 regs->bx = *args++; in syscall_set_arguments()
|
D | sigcontext.h | 16 unsigned long bx; member 52 unsigned long bx; member
|
D | a.out-core.h | 42 dump->regs.bx = regs->bx; in aout_dump_thread()
|
D | kexec.h | 100 asm volatile("movl %%ebx,%0" : "=m"(newregs->bx)); in crash_setup_regs() 114 asm volatile("movq %%rbx,%0" : "=m"(newregs->bx)); in crash_setup_regs()
|
D | elf.h | 110 _r->bx = 0; _r->cx = 0; _r->dx = 0; \ 122 pr_reg[0] = regs->bx; \ 213 (pr_reg)[5] = (regs)->bx; \
|
D | ptrace.h | 12 unsigned long bx; member 43 unsigned long bx; member
|
D | user_32.h | 78 unsigned long bx; member
|
D | user_64.h | 74 unsigned long bx; member
|
D | asm.h | 37 #define _ASM_BX __ASM_REG(bx)
|
D | processor.h | 241 unsigned long bx; member
|
/linux-4.1.27/arch/x86/boot/ |
D | mca.c | 31 len = rdfs16(oreg.bx); in query_mca() 36 copy_from_fs(&boot_params.sys_desc_table, oreg.bx, len); in query_mca()
|
D | apm.c | 33 if (oreg.bx != 0x504d) /* "PM" signature */ in query_apm_bios() 64 if ((oreg.eflags & X86_EFLAGS_CF) || oreg.bx != 0x504d) { in query_apm_bios()
|
D | edd.c | 33 ireg.bx = (size_t)buf; in read_mbr() 85 ireg.bx = EDDMAGIC1; in get_edd_info() 92 if (oreg.bx != EDDMAGIC2) in get_edd_info()
|
D | memory.c | 88 oreg.bx = oreg.dx; in detect_memory_e801() 94 boot_params.alt_mem_k = (oreg.bx << 6) + oreg.ax; in detect_memory_e801()
|
D | video-vesa.c | 139 ireg.bx = vesa_mode; in vesa_set_mode() 263 ireg.bx = 0x0001; /* Read EDID */ in vesa_store_edid()
|
D | tty.c | 45 ireg.bx = 0x0007; in bios_putchar()
|
D | pmjump.S | 30 movw %cs, %bx
|
D | main.c | 111 ireg.bx = 2; in set_bios_mode()
|
D | video-vga.c | 258 boot_params.screen_info.orig_video_ega_bx = oreg.bx; in vga_probe()
|
D | boot.h | 251 u16 bx, hbx; member
|
D | header.S | 70 movw $7, %bx
|
/linux-4.1.27/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | EventClass.py | 57 flags, ip, ax, bx, cx, dx, si, di, bp, sp = struct.unpack('QQQQQQQQQQ', tmp_buf) 61 self.bx = bx
|
/linux-4.1.27/arch/x86/math-emu/ |
D | wm_shrx.S | 140 orw %bx,%bx /* Any of the 63 bit set ? */ 182 orw %bx,%bx
|
D | get_address.c | 34 offsetof(struct pt_regs, bx), 346 address += FPU_info->regs->bx + FPU_info->regs->si; in FPU_get_address_16() 349 address += FPU_info->regs->bx + FPU_info->regs->di; in FPU_get_address_16() 373 address += FPU_info->regs->bx; in FPU_get_address_16()
|
/linux-4.1.27/arch/arm/common/ |
D | vlock.S | 92 bx lr 97 bx lr 107 bx lr
|
D | mcpm_head.S | 53 THUMB( bx r12 ) 203 bx r5
|
/linux-4.1.27/arch/arm/lib/ |
D | bswapsdi2.S | 7 bx lr 14 bx lr
|
D | bitops.h | 25 bx lr 55 2: bx lr
|
/linux-4.1.27/arch/x86/kernel/ |
D | asm-offsets_64.c | 38 ENTRY(bx); in main() 54 ENTRY(bx); in main()
|
D | asm-offsets_32.c | 21 OFFSET(IA32_SIGCONTEXT_bx, sigcontext, bx); in foo() 44 OFFSET(PT_EBX, pt_regs, bx); in foo()
|
D | perf_regs.c | 20 PT_REGS_OFFSET(PERF_REG_X86_BX, bx), 156 regs_user_copy->bx = -1; in perf_get_regs_user()
|
D | apm_32.c | 1636 unsigned short bx; in proc_apm_show() local 1648 !(error = apm_get_power_status(&bx, &cx, &dx))) { in proc_apm_show() 1649 ac_line_status = (bx >> 8) & 0xff; in proc_apm_show() 1650 battery_status = bx & 0xff; in proc_apm_show() 1729 unsigned short bx; in apm() local 1792 error = apm_get_power_status(&bx, &cx, &dx); in apm() 1796 switch ((bx >> 8) & 0xff) { in apm() 1810 switch (bx & 0xff) { in apm()
|
D | doublefault.c | 41 t->ax, t->bx, t->cx, t->dx); in doublefault_fn()
|
D | process_32.c | 92 regs->ax, regs->bx, regs->cx, regs->dx); in __show_regs() 151 childregs->bx = sp; /* function */ in copy_thread()
|
D | ptrace.c | 75 REG_OFFSET_NAME(bx), 202 BUILD_BUG_ON(offsetof(struct pt_regs, bx) != 0); in pt_regs_access() 203 return ®s->bx + (regno >> 2); in pt_regs_access() 963 R32(ebx, bx); in putreg32() 1033 R32(ebx, bx); in getreg32() 1447 audit_syscall_entry(regs->orig_ax, regs->bx, in do_audit_syscall_entry() 1507 sd.args[0] = regs->bx; in syscall_trace_enter_phase1()
|
D | signal.c | 82 COPY(di); COPY(si); COPY(bp); COPY(sp); COPY(bx); in restore_sigcontext() 138 put_user_ex(regs->bx, &sc->bx); in setup_sigcontext()
|
D | process_64.c | 71 regs->ax, regs->bx, regs->cx); in __show_regs() 181 childregs->bx = sp; /* function */ in copy_thread()
|
D | kgdb.c | 59 { "bx", 4, offsetof(struct pt_regs, bx) }, 72 { "bx", 8, offsetof(struct pt_regs, bx) },
|
D | uprobes.c | 472 return ®s->bx; in scratch_reg()
|
/linux-4.1.27/arch/arm/kvm/ |
D | interrupts.S | 66 bx lr 96 bx lr 218 bx lr @ return to IOCTL 248 bx lr
|
/linux-4.1.27/scripts/dtc/ |
D | livetree.c | 574 static int cmp_reserve_info(const void *ax, const void *bx) in cmp_reserve_info() argument 579 b = *((const struct reserve_info * const *)bx); in cmp_reserve_info() 623 static int cmp_prop(const void *ax, const void *bx) in cmp_prop() argument 628 b = *((const struct property * const *)bx); in cmp_prop() 659 static int cmp_subnode(const void *ax, const void *bx) in cmp_subnode() argument 664 b = *((const struct node * const *)bx); in cmp_subnode()
|
/linux-4.1.27/arch/x86/xen/ |
D | enlighten.c | 304 static void xen_cpuid(unsigned int *ax, unsigned int *bx, in xen_cpuid() argument 325 *bx = 0; in xen_cpuid() 343 "=b" (*bx), in xen_cpuid() 348 *bx &= maskebx; in xen_cpuid() 364 unsigned int ax, bx, cx, dx; in xen_check_mwait() local 388 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait() 401 bx = 0; in xen_check_mwait() 405 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait() 428 unsigned int ax, bx, cx, dx; in xen_init_cpuid_mask() local 443 cpuid(1, &ax, &bx, &cx, &dx); in xen_init_cpuid_mask()
|
/linux-4.1.27/arch/arm/vdso/ |
D | datapage.S | 13 bx lr
|
/linux-4.1.27/arch/arm/mm/ |
D | proc-v7-2level.S | 65 bx lr 113 bx lr
|
D | proc-v7.S | 60 bx r0
|
/linux-4.1.27/arch/arm/mach-zynq/ |
D | headsmp.S | 17 bx r0
|
/linux-4.1.27/arch/arm/mach-socfpga/ |
D | headsmp.S | 28 bx r4
|
/linux-4.1.27/arch/arm/mach-vexpress/ |
D | dcscb_setup.S | 36 bx lr
|
/linux-4.1.27/arch/arm/mach-tegra/ |
D | reset-handler.S | 189 bx lr 199 bx lr 216 bx lr
|
/linux-4.1.27/arch/x86/mm/ |
D | pf_in.c | 261 rv = (unsigned char *)®s->bx; in get_reg_w8() 329 rv = 1 + (unsigned char *)®s->bx; in get_reg_w8() 357 rv = ®s->bx; in get_reg_w32()
|
D | mmio-mod.c | 130 regs->ax, regs->bx, regs->cx, regs->dx); in die_kmmio_nesting_error()
|
D | mpx.c | 96 offsetof(struct pt_regs, bx), in get_reg_offset()
|
/linux-4.1.27/arch/x86/lib/ |
D | checksum_32.S | 78 1: movw (%esi), %bx 80 addw %bx, %ax 307 SRC(1: movw (%esi), %bx ) 309 DST( movw %bx, (%edi) ) 311 addw %bx, %ax
|
D | csum-copy_64.S | 187 movw (%rdi), %bx 191 movw %bx, (%rsi)
|
/linux-4.1.27/arch/arm/mach-rockchip/ |
D | sleep.S | 47 bx r1
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | sigcontext32.h | 61 unsigned int bx; member
|
/linux-4.1.27/arch/x86/kvm/ |
D | tss.h | 47 u16 bx; member
|
D | emulate.c | 1202 unsigned bx = reg_read(ctxt, VCPU_REGS_RBX); in decode_modrm() local 1222 modrm_ea += bx + si; in decode_modrm() 1225 modrm_ea += bx + di; in decode_modrm() 1244 modrm_ea += bx; in decode_modrm() 2584 tss->bx = reg_read(ctxt, VCPU_REGS_RBX); in save_state_to_tss16() 2608 *reg_write(ctxt, VCPU_REGS_RBX) = tss->bx; in load_state_from_tss16()
|
/linux-4.1.27/arch/x86/um/ |
D | checksum_32.S | 64 1: movw (%esi), %bx 66 addw %bx, %ax
|
D | signal.c | 178 GETREG(BX, bx); in copy_sc_from_user() 267 PUTREG(BX, bx); in copy_sc_to_user()
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | headsmp.S | 29 bx r1
|
/linux-4.1.27/arch/x86/realmode/rm/ |
D | reboot.S | 118 movw $0x0001, %bx
|
/linux-4.1.27/arch/x86/ia32/ |
D | ia32_signal.c | 185 COPY(di); COPY(si); COPY(bp); COPY(sp); COPY(bx); in ia32_restore_sigcontext() 282 put_user_ex(regs->bx, &sc->bx); in ia32_setup_sigcontext()
|
D | ia32_aout.c | 80 dump->regs.ebx = regs->bx; in dump_thread32()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_ds.c | 182 u64 ax, bx, cx, dx; member 190 u64 ax, bx, cx, dx; member 202 u64 ax, bx, cx, dx; member 919 regs.bx = pebs->bx; in __intel_pmu_pebs_event()
|
/linux-4.1.27/arch/x86/include/asm/xen/ |
D | interface_64.h | 104 __DECL_REG(bx);
|
/linux-4.1.27/drivers/usb/misc/sisusbvga/ |
D | sisusb_init.c | 769 unsigned short si, di, bx, sf; in SiS_LoadDAC() local 822 bx = si + 4; in SiS_LoadDAC() 826 table[di], table[bx], in SiS_LoadDAC() 834 table[bx]); in SiS_LoadDAC()
|
/linux-4.1.27/arch/arm/crypto/ |
D | aes-ce-core.S | 109 bx lr 113 bx lr 506 bx lr 517 bx lr
|
D | ghash-ce-core.S | 93 bx lr
|
D | sha2-ce-core.S | 124 bx lr
|
D | sha1-ce-core.S | 124 bx lr
|
D | sha1-armv7-neon.S | 638 bx lr
|
D | aesbs-core.S_shipped | 541 bx lr 996 bx lr 1051 bx lr
|
D | sha256-core.S_shipped | 2801 bx lr @ bx lr
|
/linux-4.1.27/crypto/async_tx/ |
D | async_raid6_recov.c | 40 u8 ax, bx; in async_sum_product() local 89 bx = bmul[*b++]; in async_sum_product() 90 *c++ = ax ^ bx; in async_sum_product()
|
/linux-4.1.27/arch/x86/lguest/ |
D | boot.c | 422 static void lguest_cpuid(unsigned int *ax, unsigned int *bx, in lguest_cpuid() argument 427 native_cpuid(ax, bx, cx, dx); in lguest_cpuid() 469 *bx = *cx = *dx = 0; in lguest_cpuid()
|
/linux-4.1.27/Documentation/ja_JP/ |
D | SubmittingPatches | 3 This document is maintained by Keiichi KII <k-keiichi@bx.jp.nec.com> 22 翻訳者: Keiichi Kii <k-keiichi at bx dot jp dot nec dot com>
|
/linux-4.1.27/drivers/video/fbdev/ |
D | ffb.c | 205 u32 bx; member 501 upa_writel(rect->dx, &fbc->bx); in ffb_fillrect() 534 upa_writel(area->sx, &fbc->bx); in ffb_copyarea()
|
/linux-4.1.27/kernel/ |
D | module.c | 3713 int bx = 0; in module_flags() local 3719 buf[bx++] = '('; in module_flags() 3720 bx += module_flags_taint(mod, buf + bx); in module_flags() 3723 buf[bx++] = '-'; in module_flags() 3726 buf[bx++] = '+'; in module_flags() 3727 buf[bx++] = ')'; in module_flags() 3729 buf[bx] = '\0'; in module_flags()
|
/linux-4.1.27/drivers/lguest/x86/ |
D | core.c | 188 case offsetof(struct pt_regs, bx): in lguest_arch_regptr()
|
/linux-4.1.27/arch/x86/crypto/ |
D | aes-x86_64-asm_64.S | 28 #define R2X %bx
|
/linux-4.1.27/arch/arm/include/asm/ |
D | assembler.h | 439 bx\c \reg
|
/linux-4.1.27/drivers/hid/ |
D | hid-wiimote-modules.c | 829 __s16 x, y, z, bx, by; in wiimod_nunchuk_in_ext() local 861 bx = ext[0]; in wiimod_nunchuk_in_ext() 863 bx -= 128; in wiimod_nunchuk_in_ext() 885 input_report_abs(wdata->extension.input, ABS_HAT0X, bx); in wiimod_nunchuk_in_ext()
|
/linux-4.1.27/drivers/net/wireless/ |
D | atmel.c | 4389 bx lr 4401 bx lr 4412 bx lr 4440 bx lr 4468 bx lr 4497 bx lr 4548 bx lr
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | head.S | 134 THUMB( bx r12 ) 849 bx lr 1352 THUMB( bx r4 ) @ entry point is always ARM for A/R classes
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | init.c | 2877 unsigned short si, di, bx, sf; in SiS_LoadDAC() local 2928 bx = si + 4; in SiS_LoadDAC() 2931 SiS_WriteDAC(SiS_Pr, DACData, sf, n, table[di], table[bx], table[si]); in SiS_LoadDAC() 2936 SiS_WriteDAC(SiS_Pr, DACData, sf, n, table[di], table[si], table[bx]); in SiS_LoadDAC()
|
/linux-4.1.27/drivers/hv/ |
D | vmbus_drv.c | 60 wrmsrl(HV_X64_MSR_CRASH_P2, regs->bx); in hyperv_panic_event()
|
/linux-4.1.27/arch/s390/kvm/ |
D | gaccess.c | 185 unsigned long bx : 12; member
|
/linux-4.1.27/drivers/staging/xgifb/ |
D | vb_setmode.c | 1110 unsigned short data, data2, i, k, m, n, o, si, di, bx, dl, al, ah, dh; in XGI_LoadDAC() local 1144 bx = si + 0x04; in XGI_LoadDAC() 1151 al = table[bx]; in XGI_LoadDAC() 1159 dh = table[bx]; in XGI_LoadDAC()
|