/openbmc/linux/arch/arm64/include/asm/ |
H A D | asm_pointer_auth.h | 15 ldp \tmp2, \tmp3, [\tmp1, #PTRAUTH_KERNEL_KEY_APIA] 17 msr_s SYS_APIAKEYHI_EL1, \tmp3 26 .macro ptrauth_keys_install_kernel tsk, tmp1, tmp2, tmp3 41 .macro ptrauth_keys_install_kernel tsk, tmp1, tmp2, tmp3 52 .macro __ptrauth_keys_install_user tsk, tmp1, tmp2, tmp3 55 ldp \tmp2, \tmp3, [\tmp1, #PTRAUTH_USER_KEY_APIA] 57 msr_s SYS_APIAKEYHI_EL1, \tmp3 60 .macro __ptrauth_keys_init_cpu tsk, tmp1, tmp2, tmp3 77 .macro ptrauth_keys_init_cpu tsk, tmp1, tmp2, tmp3 81 __ptrauth_keys_init_cpu \tsk, \tmp1, \tmp2, \tmp3 [all …]
|
H A D | asm-uaccess.h | 45 .macro uaccess_ttbr0_enable, tmp1, tmp2, tmp3 47 save_and_disable_irq \tmp3 // avoid preemption 49 restore_irq \tmp3 56 .macro uaccess_ttbr0_enable, tmp1, tmp2, tmp3
|
/openbmc/linux/arch/loongarch/lib/ |
H A D | csum.c | 60 __uint128_t tmp1, tmp2, tmp3, tmp4; in do_csum() local 64 tmp3 = *(__uint128_t *)(ptr + 4); in do_csum() 73 tmp3 += (tmp3 >> 64) | (tmp3 << 64); in do_csum() 77 tmp3 = ((tmp3 >> 64) << 64) | (tmp4 >> 64); in do_csum() 78 tmp3 += (tmp3 >> 64) | (tmp3 << 64); in do_csum() 79 tmp1 = ((tmp1 >> 64) << 64) | (tmp3 >> 64); in do_csum()
|
/openbmc/linux/arch/mips/crypto/ |
H A D | poly1305-mips.pl | 176 dsll $tmp3,24 181 or $tmp3,$tmp4 191 or $tmp3,$tmp4 193 or $in1,$tmp3 199 or $in1,$tmp3 334 dsll $tmp3,24 351 or $in1,$tmp3 357 or $in1,$tmp3 475 sltu $tmp3,$in1,$tmp3 493 dsll $tmp3,32 [all …]
|
/openbmc/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | mmu-hash.h | 99 .macro update_user_segments_by_4 tmp1 tmp2 tmp3 tmp4 101 uus_addi 2, \tmp3, \tmp1, 0x222 106 uus_mtsr 2, \tmp3 111 uus_addi 6, \tmp3, \tmp3, 0x444 116 uus_mtsr 6, \tmp3 121 uus_addi 10, \tmp3, \tmp3, 0x444 126 uus_mtsr 10, \tmp3 131 uus_addi 14, \tmp3, \tmp3, 0x444 136 uus_mtsr 14, \tmp3
|
/openbmc/linux/arch/arm64/lib/ |
H A D | csum.c | 63 __uint128_t tmp1, tmp2, tmp3, tmp4; in do_csum() local 67 tmp3 = *(__uint128_t *)(ptr + 4); in do_csum() 76 tmp3 += (tmp3 >> 64) | (tmp3 << 64); in do_csum() 80 tmp3 = ((tmp3 >> 64) << 64) | (tmp4 >> 64); in do_csum() 81 tmp3 += (tmp3 >> 64) | (tmp3 << 64); in do_csum() 82 tmp1 = ((tmp1 >> 64) << 64) | (tmp3 >> 64); in do_csum()
|
H A D | strncmp.S | 39 #define tmp3 x10 macro 137 rev tmp3, data1 138 sub tmp1, tmp3, zeroones 139 orr tmp2, tmp3, #REP8_7f 252 orr tmp3, data1, #REP8_7f 255 orr tmp3, endloop, has_nul 256 cbnz tmp3, L(full_check) 266 rev tmp3, data1 267 #define data1_fixed tmp3 282 cbnz tmp3, L(syndrome_check) [all …]
|
H A D | strlen.S | 32 #define tmp3 x6 macro 98 sub tmp3, data2, zeroones 101 bic has_nul2, tmp3, tmp4 125 sub tmp3, data2, zeroones 126 orr tmp2, tmp1, tmp3 131 sub tmp3, data2, zeroones 132 orr tmp2, tmp1, tmp3 141 bic has_nul2, tmp3, tmp4 172 sub tmp3, data2, zeroones 175 bic has_nul2, tmp3, tmp4 [all …]
|
H A D | strnlen.S | 40 tmp3 .req x10 label 76 sub tmp3, data2, zeroones 79 bic has_nul2, tmp3, tmp4 132 and tmp3, limit_wd, #15 135 add tmp3, tmp3, tmp1 136 add limit_wd, limit_wd, tmp3, lsr #4
|
/openbmc/linux/arch/arm/mach-at91/ |
H A D | pm_suspend.S | 25 tmp3 .req r6 label 490 mov tmp3, #0 532 mov tmp3, #0 767 bic tmp3, tmp3, #0xffffff 784 bic tmp3, tmp3, #0xffffff00 913 bic tmp3, tmp3, #AT91_PMC_MCR_V2_CSS 914 bic tmp3, tmp3, #AT91_PMC_MCR_V2_DIV 915 orr tmp3, tmp3, tmp2 916 bic tmp3, tmp3, #AT91_PMC_MCR_V2_ID_MSK 917 orr tmp3, tmp3, tmp1 [all …]
|
/openbmc/linux/arch/ia64/lib/ |
H A D | do_csum.S | 107 #define tmp3 r28 macro 155 sub tmp3=last,first1 // tmp3=distance from first1 to last 166 (p9) adds tmp3=-8,tmp3 // effectively loaded 173 #define count tmp3 262 mov tmp3=0xffff 268 and tmp1=result1[0],tmp3 273 and tmp1=result1[0],tmp3 278 and tmp1=result1[0],tmp3
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | uaccess.h | 143 unsigned long tmp1, tmp2, tmp3, tmp4; in raw_copy_from_user() local 219 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in raw_copy_from_user() 358 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in raw_copy_from_user() 371 unsigned long tmp1, tmp2, tmp3, tmp4; in raw_copy_to_user() local 442 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in raw_copy_to_user() 581 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in raw_copy_to_user()
|
/openbmc/u-boot/scripts/ |
H A D | build-whitelist.sh | 48 |sort |uniq >scripts/config_whitelist.txt.tmp3 53 comm -12 scripts/config_whitelist.txt.tmp3 scripts/config_whitelist.txt \ 57 mv scripts/config_whitelist.txt.tmp3 scripts/config_whitelist.txt
|
/openbmc/qemu/target/mips/tcg/ |
H A D | op_helper.c | 96 uint64_t tmp3 = tmp2; in helper_rotx() local 106 tmp3 |= 1LL << i; in helper_rotx() 108 tmp3 &= ~(1LL << i); in helper_rotx() 113 uint64_t tmp4 = tmp3; in helper_rotx() 122 if (tmp3 & (1LL << (i + 2))) { in helper_rotx()
|
/openbmc/linux/arch/csky/abiv2/ |
H A D | fpu.c | 182 unsigned long tmp3, tmp4; in save_to_user_fp() local 202 : "=a"(tmp1), "=a"(tmp2), "=a"(tmp3), in save_to_user_fp() 244 unsigned long tmp3, tmp4; in restore_from_user_fp() local 264 : "=a"(tmp1), "=a"(tmp2), "=a"(tmp3), in restore_from_user_fp()
|
/openbmc/linux/arch/sh/lib/ |
H A D | io.c | 22 int tmp2, tmp3, tmp4, tmp5, tmp6; in __raw_readsl() local 52 "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4), in __raw_readsl()
|
/openbmc/u-boot/lib/ |
H A D | aes.c | 514 u8 tmp0, tmp1, tmp2, tmp3, tmp4; in aes_expand_key() local 523 tmp3 = expkey[4*idx - 1]; in aes_expand_key() 525 tmp4 = tmp3; in aes_expand_key() 526 tmp3 = sbox[tmp0]; in aes_expand_key() 534 tmp3 = sbox[tmp3]; in aes_expand_key() 540 expkey[4*idx+3] = expkey[4*idx - 4*AES_KEYCOLS + 3] ^ tmp3; in aes_expand_key()
|
/openbmc/linux/arch/sh/kernel/ |
H A D | io.c | 25 int tmp2, tmp3, tmp4, tmp5, tmp6; in memcpy_fromio() local 51 "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4), in memcpy_fromio()
|
/openbmc/linux/arch/mips/mm/ |
H A D | sc-ip22.c | 133 unsigned long tmp1, tmp2, tmp3; in indy_sc_disable() local 158 : "=r" (tmp1), "=r" (tmp2), "=r" (tmp3)); in indy_sc_disable()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | traps.c | 438 long error, tmp1, tmp2, tmp3, tmp4; in do_entUna() local 521 "=&r"(tmp3), "=&r"(tmp4) in do_entUna() 545 "=&r"(tmp3), "=&r"(tmp4) in do_entUna() 569 "=&r"(tmp3), "=&r"(tmp4) in do_entUna() 725 unsigned long tmp1, tmp2, tmp3, tmp4; in do_entUnaUser() local 876 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser() 904 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser() 932 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser()
|
/openbmc/linux/arch/sparc/math-emu/ |
H A D | sfp-util_64.h | 45 UDItype tmp1, tmp2, tmp3, tmp4; \ 70 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
|
/openbmc/linux/drivers/media/common/b2c2/ |
H A D | flexcop-sram.c | 314 tmp3 = read_reg_dw(adapter, 0x71c); 315 dprintk("%s: tmp3 = %x\n", __func__, tmp3); 319 tmp3--; 320 if (tmp3 != 0) {
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_lp.c | 1742 tmp4 -= tmp3 * tmp3; in lpphy_calc_rx_iq_comp() 1745 c0 = tmp3 >> 3; in lpphy_calc_rx_iq_comp() 2422 tmp3 = tmp2 * channel2freq_lp(channel); in lpphy_b2062_tune() 2424 tmp3 *= 2; in lpphy_b2062_tune() 2426 tmp6 = tmp3 / tmp4; in lpphy_b2062_tune() 2427 tmp7 = tmp3 % tmp4; in lpphy_b2062_tune() 2486 u32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6; in lpphy_b2063_tune() local 2559 tmp3 = ((41 * (val3 - 3000)) /1200) + 27; in lpphy_b2063_tune() 2562 if ((tmp4 + tmp3 - 1) / tmp3 > 60) { in lpphy_b2063_tune() 2564 tmp5 = ((tmp4 + tmp3) / (tmp3 << 1)) - 8; in lpphy_b2063_tune() [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-neon.c | 3084 TCGv_i32 ahp, tmp, tmp2, tmp3; in trans_VCVT_F16_F32() local 3117 tmp3 = tcg_temp_new_i32(); in trans_VCVT_F16_F32() 3120 gen_helper_vfp_fcvt_f32_to_f16(tmp3, tmp3, fpst, ahp); in trans_VCVT_F16_F32() 3121 tcg_gen_shli_i32(tmp3, tmp3, 16); in trans_VCVT_F16_F32() 3122 tcg_gen_or_i32(tmp3, tmp3, tmp); in trans_VCVT_F16_F32() 3130 TCGv_i32 ahp, tmp, tmp2, tmp3; in trans_VCVT_F32_F16() local 3153 tmp3 = tcg_temp_new_i32(); in trans_VCVT_F32_F16() 3158 tcg_gen_ext16u_i32(tmp3, tmp); in trans_VCVT_F32_F16() 3159 gen_helper_vfp_fcvt_f16_to_f32(tmp3, tmp3, fpst, ahp); in trans_VCVT_F32_F16() 3164 tcg_gen_ext16u_i32(tmp3, tmp2); in trans_VCVT_F32_F16() [all …]
|
/openbmc/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 523 const u8 tmp3 = bpf2a64[TMP_REG_3]; in emit_ll_sc_atomic() local 551 emit(A64_STXR(isdw, tmp2, reg, tmp3), ctx); in emit_ll_sc_atomic() 554 emit(A64_CBNZ(0, tmp3, jmp_offset), ctx); in emit_ll_sc_atomic() 572 emit(A64_STLXR(isdw, tmp2, reg, tmp3), ctx); in emit_ll_sc_atomic() 575 emit(A64_CBNZ(0, tmp3, jmp_offset), ctx); in emit_ll_sc_atomic() 581 emit(A64_STLXR(isdw, tmp2, reg, tmp3), ctx); in emit_ll_sc_atomic() 584 emit(A64_CBNZ(0, tmp3, jmp_offset), ctx); in emit_ll_sc_atomic() 592 emit(A64_EOR(isdw, tmp3, r0, tmp2), ctx); in emit_ll_sc_atomic() 595 emit(A64_CBNZ(isdw, tmp3, jmp_offset), ctx); in emit_ll_sc_atomic() 596 emit(A64_STLXR(isdw, src, reg, tmp3), ctx); in emit_ll_sc_atomic() [all …]
|