Home
last modified time | relevance | path

Searched refs:bx (Results 101 – 125 of 168) sorted by relevance

1234567

/openbmc/u-boot/arch/arm/lib/
H A Dcrt0.S174 bx lr
H A Dmemcpy.S151 bx lr
261 bx lr
/openbmc/linux/arch/arm/crypto/
H A Dsha2-ce-core.S122 bx lr
H A Dsha1-ce-core.S122 bx lr
H A Dnh-neon-core.S115 bx lr
H A Daes-ce-core.S117 bx lr
120 bx lr
691 bx lr
702 bx lr
/openbmc/linux/arch/x86/kernel/
H A Dptrace.c96 REG_OFFSET_NAME(bx),
179 BUILD_BUG_ON(offsetof(struct pt_regs, bx) != 0); in pt_regs_access()
180 return &regs->bx + (regno >> 2); in pt_regs_access()
911 R32(ebx, bx); in putreg32()
984 R32(ebx, bx); in getreg32()
H A Dprocess_32.c71 log_lvl, regs->ax, regs->bx, regs->cx, regs->dx); in __show_regs()
H A Dasm-offsets.c50 OFFSET(IA32_SIGCONTEXT_bx, sigcontext_32, bx); in common()
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dpsci.S63 bx r6
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-isl2950134 resultant curves have the form ax^2 + bx + c.
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Dsec_entry_cpu1.S68 bx r4 @ Jump back to ROM
/openbmc/u-boot/arch/arm/cpu/pxa/
H A Dstart.S82 bx lr
/openbmc/u-boot/board/nokia/rx51/
H A Dlowlevel_init.S187 bx lr
/openbmc/linux/crypto/async_tx/
H A Dasync_raid6_recov.c27 u8 ax, bx; in async_sum_product() local
79 bx = bmul[*b++]; in async_sum_product()
80 *c++ = ax ^ bx; in async_sum_product()
/openbmc/linux/arch/x86/boot/
H A Dvideo-vga.c256 boot_params.screen_info.orig_video_ega_bx = oreg.bx; in vga_probe()
/openbmc/linux/arch/x86/events/intel/
H A Dds.c380 u64 ax, bx, cx, dx; member
388 u64 ax, bx, cx, dx; member
400 u64 ax, bx, cx, dx; member
429 u64 ax, bx, cx, dx; member
1678 regs->bx = pebs->bx; in setup_pebs_fixed_sample_data()
1765 regs->bx = gprs->bx; in adaptive_pebs_save_regs()
/openbmc/qemu/hw/display/
H A Dedid-generate.c300 float bx, float by, in edid_colorspace() argument
307 uint32_t blue_x = edid_to_10bit(bx); in edid_colorspace()
/openbmc/linux/arch/x86/coco/tdx/
H A Dtdx.c332 regs->ax = regs->bx = regs->cx = regs->dx = 0; in handle_cpuid()
350 regs->bx = args.r13; in handle_cpuid()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dasm.h44 #define _ASM_BX __ASM_REG(bx)
/openbmc/qemu/tests/tcg/arm/system/
H A Dboot.S199 bx lr
/openbmc/linux/arch/x86/include/asm/
H A Dasm.h46 #define _ASM_BX __ASM_REG(bx)
/openbmc/linux/arch/x86/lib/
H A Dmemmove_32.S26 .set tmp1w, %bx
/openbmc/linux/Documentation/translations/ja_JP/
H A DSubmittingPatches3 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>
/openbmc/linux/kernel/module/
H A Dmain.c3222 int bx = 0; in module_flags() local
3230 buf[bx++] = '('; in module_flags()
3231 bx += module_flags_taint(mod->taints, buf + bx); in module_flags()
3234 buf[bx++] = '-'; in module_flags()
3237 buf[bx++] = '+'; in module_flags()
3238 buf[bx++] = ')'; in module_flags()
3241 buf[bx] = '\0'; in module_flags()

1234567