Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dasm_pointer_auth.h16 .macro ptrauth_keys_install_user tsk, tmp1, tmp2, tmp3
22 ldp \tmp2, \tmp3, [\tmp1, #PTRAUTH_USER_KEY_APIA]
24 msr_s SYS_APIAKEYHI_EL1, \tmp3
25 ldp \tmp2, \tmp3, [\tmp1, #PTRAUTH_USER_KEY_APIB]
27 msr_s SYS_APIBKEYHI_EL1, \tmp3
28 ldp \tmp2, \tmp3, [\tmp1, #PTRAUTH_USER_KEY_APDA]
30 msr_s SYS_APDAKEYHI_EL1, \tmp3
31 ldp \tmp2, \tmp3, [\tmp1, #PTRAUTH_USER_KEY_APDB]
33 msr_s SYS_APDBKEYHI_EL1, \tmp3
36 ldp \tmp2, \tmp3, [\tmp1, #PTRAUTH_USER_KEY_APGA]
[all …]
Dasm-uaccess.h46 .macro uaccess_ttbr0_enable, tmp1, tmp2, tmp3
48 save_and_disable_irq \tmp3 // avoid preemption
50 restore_irq \tmp3
57 .macro uaccess_ttbr0_enable, tmp1, tmp2, tmp3
/kernel/linux/linux-5.10/arch/mips/crypto/
Dpoly1305-mips.pl76 my ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1);
142 dsrlv $tmp3,$in1,$tmp1
147 dsllv $tmp3,$in1,$tmp1
151 or $in0,$in0,$tmp3
172 and $tmp3,$in1,$tmp0
176 dsll $tmp3,24
181 or $tmp3,$tmp4
191 or $tmp3,$tmp4
193 or $in1,$tmp3
195 dsrl $tmp3,$in1,32
[all …]
/kernel/linux/linux-5.10/arch/arm64/lib/
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()
Dstrncmp.S48 tmp3 .req x10 label
121 neg tmp3, tmp1, lsl #3 /* 64 - bits(bytes beyond align). */
126 CPU_BE( lsl tmp2, tmp2, tmp3 ) /* Shift (tmp1 & 63). */
128 CPU_LE( lsr tmp2, tmp2, tmp3 ) /* Shift (tmp1 & 63). */
130 and tmp3, limit_wd, #7
134 add tmp3, tmp3, tmp1
137 add limit_wd, limit_wd, tmp3, lsr #3
153 subs tmp3, tmp1, tmp2
180 add src1, src1, tmp3 /*tmp3 is positive in this branch.*/
181 add src2, src2, tmp3
[all …]
Dmemcmp.S44 tmp3 .req x10 label
106 and tmp3, limit_wd, #7
108 add tmp3, tmp3, tmp1
109 add limit_wd, limit_wd, tmp3, lsr #3
135 subs tmp3, tmp1, tmp2
160 add src1, src1, tmp3 /*backwards src1 to alignment boundary*/
161 add src2, src2, tmp3
162 sub limit, limit, tmp3
174 and tmp3, tmp3, #7
177 neg pos, tmp3
Dstrcmp.S47 tmp3 .req x9 label
109 subs tmp3, tmp1, tmp2
130 add src1, src1, tmp3
131 add src2, src2, tmp3
143 and tmp3, tmp3, #7
145 neg pos, tmp3
199 CPU_BE( rev tmp3, data1 )
200 CPU_BE( sub tmp1, tmp3, zeroones )
201 CPU_BE( orr tmp2, tmp3, #REP8_7f )
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
Dstrlen.S38 tmp3 .req x9 label
68 sub tmp3, data2, zeroones
71 bics has_nul2, tmp3, tmp4
/kernel/linux/linux-5.10/arch/arm/mach-at91/
Dpm_suspend.S21 tmp3 .req r6 label
168 ldr tmp3, .mckr_offset
175 ldr tmp1, [pmc, tmp3]
178 str tmp1, [pmc, tmp3]
215 ldr tmp1, [pmc, tmp3]
217 str tmp1, [pmc, tmp3]
433 ldr tmp3, .pmc_version
434 cmp tmp3, #AT91_PMC_V1
450 mov tmp3, tmp2
451 bic tmp3, tmp3, #0xffffff
[all …]
/kernel/linux/linux-5.10/arch/ia64/lib/
Ddo_csum.S107 #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
/kernel/linux/linux-5.10/arch/arc/include/asm/
Duaccess.h172 unsigned long tmp1, tmp2, tmp3, tmp4; in raw_copy_from_user() local
247 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in raw_copy_from_user()
386 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in raw_copy_from_user()
399 unsigned long tmp1, tmp2, tmp3, tmp4; in raw_copy_to_user() local
469 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in raw_copy_to_user()
608 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in raw_copy_to_user()
/kernel/linux/linux-5.10/arch/csky/abiv2/
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()
/kernel/linux/linux-5.10/arch/sh/lib/
Dio.c22 int tmp2, tmp3, tmp4, tmp5, tmp6; in __raw_readsl() local
52 "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4), in __raw_readsl()
/kernel/linux/linux-5.10/arch/sh/kernel/
Dio.c25 int tmp2, tmp3, tmp4, tmp5, tmp6; in memcpy_fromio() local
51 "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4), in memcpy_fromio()
/kernel/linux/linux-5.10/arch/alpha/kernel/
Dtraps.c440 long error, tmp1, tmp2, tmp3, tmp4; in do_entUna() local
523 "=&r"(tmp3), "=&r"(tmp4) in do_entUna()
547 "=&r"(tmp3), "=&r"(tmp4) in do_entUna()
571 "=&r"(tmp3), "=&r"(tmp4) in do_entUna()
727 unsigned long tmp1, tmp2, tmp3, tmp4; in do_entUnaUser() local
878 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser()
906 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser()
934 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser()
/kernel/linux/linux-5.10/arch/mips/mm/
Dsc-ip22.c133 unsigned long tmp1, tmp2, tmp3; in indy_sc_disable() local
158 : "=r" (tmp1), "=r" (tmp2), "=r" (tmp3)); in indy_sc_disable()
/kernel/linux/linux-5.10/fs/cifs/
Dcifs_debug.c218 struct list_head *tmp1, *tmp2, *tmp3; in cifs_debug_data_proc_show() local
422 list_for_each(tmp3, &ses->tcon_list) { in cifs_debug_data_proc_show()
423 tcon = list_entry(tmp3, struct cifs_tcon, in cifs_debug_data_proc_show()
433 list_for_each(tmp3, &server->pending_mid_q) { in cifs_debug_data_proc_show()
434 mid_entry = list_entry(tmp3, struct mid_q_entry, in cifs_debug_data_proc_show()
474 struct list_head *tmp1, *tmp2, *tmp3; in cifs_stats_proc_write() local
511 list_for_each(tmp3, &ses->tcon_list) { in cifs_stats_proc_write()
512 tcon = list_entry(tmp3, in cifs_stats_proc_write()
539 struct list_head *tmp1, *tmp2, *tmp3; in cifs_stats_proc_show() local
594 list_for_each(tmp3, &ses->tcon_list) { in cifs_stats_proc_show()
[all …]
/kernel/linux/linux-5.10/arch/sparc/math-emu/
Dsfp-util_64.h45 UDItype tmp1, tmp2, tmp3, tmp4; \
70 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
/kernel/linux/linux-5.10/drivers/media/common/b2c2/
Dflexcop-sram.c314 tmp3 = read_reg_dw(adapter, 0x71c);
315 dprintk("%s: tmp3 = %x\n", __func__, tmp3);
319 tmp3--;
320 if (tmp3 != 0) {
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
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 …]
/kernel/linux/linux-5.10/arch/xtensa/kernel/
Dsetup.c451 unsigned long tmp0, tmp1, tmp2, tmp3; in cpu_reset() local
532 "=&a"(tmp3) in cpu_reset()
/kernel/linux/linux-5.10/arch/sparc/net/
Dbpf_jit_comp_64.c1376 const u8 tmp3 = bpf2sparc[TMP_REG_3]; in build_insn() local
1388 emit_alu3(ADD, tmp2, src, tmp3, ctx); in build_insn()
1389 emit(CAS | ASI(ASI_P) | RS1(tmp) | RS2(tmp2) | RD(tmp3), ctx); in build_insn()
1390 emit_cmp(tmp2, tmp3, ctx); in build_insn()
1399 const u8 tmp3 = bpf2sparc[TMP_REG_3]; in build_insn() local
1411 emit_alu3(ADD, tmp2, src, tmp3, ctx); in build_insn()
1412 emit(CASX | ASI(ASI_P) | RS1(tmp) | RS2(tmp2) | RD(tmp3), ctx); in build_insn()
1413 emit_cmp(tmp2, tmp3, ctx); in build_insn()
/kernel/linux/linux-5.10/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c525 unsigned long tmp2, tmp3; in pch_gbe_mac_set_pause_packet() local
532 tmp3 = hw->mac.addr[5]; in pch_gbe_mac_set_pause_packet()
533 tmp3 = (tmp3 << 8) | hw->mac.addr[4]; in pch_gbe_mac_set_pause_packet()
534 tmp3 = (tmp3 << 8) | hw->mac.addr[3]; in pch_gbe_mac_set_pause_packet()
535 tmp3 = (tmp3 << 8) | hw->mac.addr[2]; in pch_gbe_mac_set_pause_packet()
539 iowrite32(tmp3, &hw->reg->PAUSE_PKT3); in pch_gbe_mac_set_pause_packet()
/kernel/linux/linux-5.10/arch/x86/crypto/
Dcurve25519-x86_64.c1015 u64 tmp3; in curve25519_ever64() local
1029 tmp3 = tmp[3U]; in curve25519_ever64()
1030 tmp[3U] = tmp3 & (u64)0x7fffffffffffffffU; in curve25519_ever64()

12