Home
last modified time | relevance | path

Searched refs:tmp3 (Results 1 – 25 of 25) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dasm_pointer_auth.h12 .macro __ptrauth_keys_install_kernel_nosync tsk, tmp1, tmp2, tmp3
15 ldp \tmp2, \tmp3, [\tmp1, #PTRAUTH_KERNEL_KEY_APIA]
17 msr_s SYS_APIAKEYHI_EL1, \tmp3
20 .macro ptrauth_keys_install_kernel_nosync tsk, tmp1, tmp2, tmp3
22 __ptrauth_keys_install_kernel_nosync \tsk, \tmp1, \tmp2, \tmp3
26 .macro ptrauth_keys_install_kernel tsk, tmp1, tmp2, tmp3
28 __ptrauth_keys_install_kernel_nosync \tsk, \tmp1, \tmp2, \tmp3
35 .macro __ptrauth_keys_install_kernel_nosync tsk, tmp1, tmp2, tmp3
38 .macro ptrauth_keys_install_kernel_nosync tsk, tmp1, tmp2, tmp3
41 .macro ptrauth_keys_install_kernel tsk, tmp1, tmp2, tmp3
[all …]
/linux/lib/crypto/mips/
H A Dpoly1305-mips.pl76 my ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1);
140 dsrlv $tmp3,$in1,$tmp1
145 dsllv $tmp3,$in1,$tmp1
149 or $in0,$in0,$tmp3
170 and $tmp3,$in1,$tmp0
174 dsll $tmp3,24
179 or $tmp3,$tmp4
189 or $tmp3,$tmp4
191 or $in1,$tmp3
193 dsrl $tmp3,$in1,32
[all …]
/linux/lib/crypto/riscv/
H A Dpoly1305-riscv.pl54 my ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$t0,$t1,$t2);
97 sll $tmp3,$in1,$tmp1
100 or $in0,$in0,$tmp3
172 sll $tmp3,$in1,$shl
175 or $in0,$in0,$tmp3
223 mul $tmp3,$r0,$d2 # h2*r0
230 add $h2,$h2,$tmp3
272 sltiu $tmp3,$in0,5
274 add $in1,$tmp1,$tmp3
276 sltu $tmp3,$in1,$tmp3
[all …]
/linux/arch/loongarch/lib/
H A Dcsum.c61 __uint128_t tmp1, tmp2, tmp3, tmp4; in do_csum() local
65 tmp3 = *(__uint128_t *)(ptr + 4); in do_csum()
74 tmp3 += (tmp3 >> 64) | (tmp3 << 64); in do_csum()
78 tmp3 = ((tmp3 >> 64) << 64) | (tmp4 >> 64); in do_csum()
79 tmp3 += (tmp3 >> 64) | (tmp3 << 64); in do_csum()
80 tmp1 = ((tmp1 >> 64) << 64) | (tmp3 >> 64); in do_csum()
/linux/arch/powerpc/include/asm/book3s/32/
H A Dmmu-hash.h99 .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
/linux/arch/arm64/lib/
H A Dstrncmp.S39 #define tmp3 x10 macro
137 rev tmp3, data1
138 sub tmp1, tmp3, zeroones
139 orr tmp2, tmp3, #REP8_7f
167 neg tmp3, count, lsl #3 /* 64 - bits(bytes beyond align). */
170 LS_FW tmp2, tmp2, tmp3 /* Shift (count & 63). */
252 orr tmp3, data1, #REP8_7f
254 bic has_nul, has_nul, tmp3 /* Non-zero if NUL byte found in SRC1. */
255 orr tmp3, endloop, has_nul
256 cbnz tmp3, L(full_check)
[all …]
H A Dcsum.c63 __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 Dstrlen.S32 #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 Dstrnlen.S40 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
/linux/arch/arm/mach-at91/
H A Dpm_suspend.S25 tmp3 .req r6 label
455 ldr tmp3, .mckr_offset
462 ldr tmp1, [pmc, tmp3]
465 str tmp1, [pmc, tmp3]
467 mov tmp3, #0
468 wait_mckrdy tmp3
504 ldr tmp3, .mckr_offset
505 ldr tmp1, [pmc, tmp3]
507 str tmp1, [pmc, tmp3]
509 mov tmp3, #0
[all …]
/linux/arch/arc/include/asm/
H A Duaccess.h143 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()
/linux/arch/csky/abiv2/
H A Dfpu.c182 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()
/linux/arch/alpha/kernel/
H A Dtraps.c380 long error, tmp1, tmp2, tmp3, tmp4; in do_entUna() local
463 "=&r"(tmp3), "=&r"(tmp4) in do_entUna()
487 "=&r"(tmp3), "=&r"(tmp4) in do_entUna()
511 "=&r"(tmp3), "=&r"(tmp4) in do_entUna()
667 unsigned long tmp1, tmp2, tmp3, tmp4; in do_entUnaUser() local
818 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser()
846 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser()
874 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser()
/linux/arch/sh/lib/
H A Dio.c22 int tmp2, tmp3, tmp4, tmp5, tmp6; in __raw_readsl() local
52 "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4), in __raw_readsl()
/linux/arch/sh/kernel/
H A Dio.c25 int tmp2, tmp3, tmp4, tmp5, tmp6; in memcpy_fromio() local
51 "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4), in memcpy_fromio()
/linux/arch/mips/mm/
H A Dsc-ip22.c133 unsigned long tmp1, tmp2, tmp3; in indy_sc_disable() local
158 : "=r" (tmp1), "=r" (tmp2), "=r" (tmp3)); in indy_sc_disable()
/linux/arch/sparc/math-emu/
H A Dsfp-util_64.h45 UDItype tmp1, tmp2, tmp3, tmp4; \
70 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.c1701 int prod, ipwr, qpwr, prod_msb, q_msb, tmp1, tmp2, tmp3, tmp4, ret; in lpphy_calc_rx_iq_comp() local
1728 tmp3 = ((prod << (30 - prod_msb)) + (ipwr >> (1 + tmp1))) / in lpphy_calc_rx_iq_comp()
1731 tmp3 = ((prod << (30 - prod_msb)) + (ipwr << (-1 - tmp1))) / in lpphy_calc_rx_iq_comp()
1742 tmp4 -= tmp3 * tmp3; in lpphy_calc_rx_iq_comp()
1745 c0 = tmp3 >> 3; in lpphy_calc_rx_iq_comp()
2393 u32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9; in lpphy_b2062_tune() local
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()
[all …]
/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c1375 const u8 tmp3 = bpf2sparc[TMP_REG_3]; in build_insn() local
1394 emit_alu3(ADD, tmp2, src, tmp3, ctx); in build_insn()
1395 emit(CAS | ASI(ASI_P) | RS1(tmp) | RS2(tmp2) | RD(tmp3), ctx); in build_insn()
1396 emit_cmp(tmp2, tmp3, ctx); in build_insn()
1405 const u8 tmp3 = bpf2sparc[TMP_REG_3]; in build_insn() local
1422 emit_alu3(ADD, tmp2, src, tmp3, ctx); in build_insn()
1423 emit(CASX | ASI(ASI_P) | RS1(tmp) | RS2(tmp2) | RD(tmp3), ctx); in build_insn()
1424 emit_cmp(tmp2, tmp3, ctx); in build_insn()
/linux/lib/crypto/x86/
H A Dcurve25519.h1221 u64 tmp3; in curve25519_ever64() local
1235 tmp3 = tmp[3U]; in curve25519_ever64()
1236 tmp[3U] = tmp3 & (u64)0x7fffffffffffffffU; in curve25519_ever64()
/linux/arch/sparc/kernel/
H A Dtime_64.c318 unsigned long ret, tmp1, tmp2, tmp3; in __hbird_read_stick() local
333 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3) in __hbird_read_stick()
/linux/lib/crypto/arm/
H A Dsha1-armv7-neon.S70 #define tmp3 q11 macro
163 vadd.u32 tmp3, W5, curK; \
164 vst1.32 {tmp2, tmp3}, [RWK]; \
200 vadd.u32 tmp3, W5, curK; \
203 vst1.32 {tmp2, tmp3}, [RWK]; \
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.c483 u32 mac_per = 6400, tmp1, tmp2, tmp3; in sparx5_port_fifo_sz() local
524 tmp3 = tmp1 * tmp2 / 1000; in sparx5_port_fifo_sz()
525 return (tmp3 + 2000 + 999) / 1000 + addition; in sparx5_port_fifo_sz()
/linux/sound/hda/controllers/
H A Dintel.c1860 u16 tmp3; in azx_first_init() local
1861 pci_read_config_word(pci, 0x40, &tmp3); in azx_first_init()
1862 pci_write_config_word(pci, 0x40, tmp3 | 0x10); in azx_first_init()
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c1808 uint16_t tmp3 = 0; in smu7_init_dpm_defaults() local
1929 &tmp3); in smu7_init_dpm_defaults()
1930 tmp3 = (tmp3 >> 5) & 0x3; in smu7_init_dpm_defaults()
1931 data->vddc_phase_shed_control = ((tmp3 << 1) | (tmp3 >> 1)) & 0x3; in smu7_init_dpm_defaults()