Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dasm_pointer_auth.h16 .macro __ptrauth_keys_install_user tsk, tmp1, tmp2, tmp3
19 ldp \tmp2, \tmp3, [\tmp1, #PTRAUTH_USER_KEY_APIA]
21 msr_s SYS_APIAKEYHI_EL1, \tmp3
24 .macro __ptrauth_keys_install_kernel_nosync tsk, tmp1, tmp2, tmp3
27 ldp \tmp2, \tmp3, [\tmp1, #PTRAUTH_KERNEL_KEY_APIA]
29 msr_s SYS_APIAKEYHI_EL1, \tmp3
32 .macro ptrauth_keys_install_kernel_nosync tsk, tmp1, tmp2, tmp3
34 __ptrauth_keys_install_kernel_nosync \tsk, \tmp1, \tmp2, \tmp3
38 .macro ptrauth_keys_install_kernel tsk, tmp1, tmp2, tmp3
40 __ptrauth_keys_install_kernel_nosync \tsk, \tmp1, \tmp2, \tmp3
[all …]
H A 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
/OK3568_Linux_fs/kernel/arch/mips/crypto/
H A 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 …]
/OK3568_Linux_fs/kernel/arch/arm64/lib/
H A 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 …]
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 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
H A 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 )
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
H A Dstrlen.S38 tmp3 .req x9 label
68 sub tmp3, data2, zeroones
71 bics has_nul2, tmp3, tmp4
/OK3568_Linux_fs/kernel/arch/arm/mach-at91/
H A 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 …]
/OK3568_Linux_fs/kernel/arch/ia64/lib/
H A 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
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A 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()
/OK3568_Linux_fs/u-boot/scripts/
H A Dbuild-whitelist.sh48 |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
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/lib/
H A Daes.c515 u8 tmp0, tmp1, tmp2, tmp3, tmp4; in aes_expand_key() local
524 tmp3 = expkey[4*idx - 1]; in aes_expand_key()
526 tmp4 = tmp3; in aes_expand_key()
527 tmp3 = sbox[tmp0]; in aes_expand_key()
535 tmp3 = sbox[tmp3]; in aes_expand_key()
541 expkey[4*idx+3] = expkey[4*idx - 4*AES_KEYCOLS + 3] ^ tmp3; in aes_expand_key()
/OK3568_Linux_fs/buildroot/package/xerces/
H A D0002-InMemMsgLoader-loadMsg-fix-memory-leak-when-transcod.patch57 - tmp3 = XMLString::transcode(repText3, manager);
67 + tmp3 = XMLString::transcode(repText3, manager);
77 + if (tmp3)
78 + manager->deallocate(tmp3);
83 bRet = loadMsg(msgToLoad, toFill, maxChars, tmp1, tmp2, tmp3, tmp4, manager);
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/fs/cifs/
H A 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 …]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/media/common/b2c2/
H A Dflexcop-sram.c314 tmp3 = read_reg_dw(adapter, 0x71c);
315 dprintk("%s: tmp3 = %x\n", __func__, tmp3);
319 tmp3--;
320 if (tmp3 != 0) {
/OK3568_Linux_fs/kernel/arch/sparc/math-emu/
H A Dsfp-util_64.h45 UDItype tmp1, tmp2, tmp3, tmp4; \
70 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/halrf/rtl8821c/
H A Dhalrf_iqk_8821c.c314 u32 tmp1 = 0x0, tmp2 = 0x0, tmp3 = 0x0; in _iqk_fill_iqk_report_8821c() local
320 tmp3 = tmp3 + ((iqk_info->rxiqk_fail_code[channel][i] & 0x3) << (i * 2 + 8)); in _iqk_fill_iqk_report_8821c()
323 odm_set_bb_reg(dm, R_0x1bf0, 0x00ffffff, tmp1 | tmp2 | tmp3); in _iqk_fill_iqk_report_8821c()
1964 u32 tmp1, tmp2, tmp3, tmp4, tmp5; in _phy_txgapk_calibrate_8821c() local
2073 tmp3 = _txgapk_one_shot_8821c(dm, RF_PATH_A, txgain[i] - 2); in _phy_txgapk_calibrate_8821c()
2082 _txgapk_txpower_compare_8821c(dm, RF_PATH_A, tmp3, tmp4, pwr_table_1db); in _phy_txgapk_calibrate_8821c()
2116 tmp3 = _txgapk_one_shot_8821c(dm, RF_PATH_A, txgain[i] - 2); in _phy_txgapk_calibrate_8821c()
2118 tmp3 = _txgapk_one_shot_8821c(dm, RF_PATH_A, txgain[i]); in _phy_txgapk_calibrate_8821c()
2124 RF_DBG(dm, DBG_RF_IQK, "[IQK] tmp3= %x, tmp4= %x\n", tmp3, tmp4); in _phy_txgapk_calibrate_8821c()
2128 _txgapk_txpower_compare_8821c(dm, RF_PATH_A, tmp3, tmp4, pwr_table_1db); in _phy_txgapk_calibrate_8821c()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/halrf/rtl8821c/
H A Dhalrf_iqk_8821c.c313 u32 tmp1 = 0x0, tmp2 = 0x0, tmp3 = 0x0; in _iqk_fill_iqk_report_8821c() local
319 tmp3 = tmp3 + ((iqk_info->rxiqk_fail_code[channel][i] & 0x3) << (i * 2 + 8)); in _iqk_fill_iqk_report_8821c()
322 odm_set_bb_reg(dm, R_0x1bf0, 0x00ffffff, tmp1 | tmp2 | tmp3); in _iqk_fill_iqk_report_8821c()
1963 u32 tmp1, tmp2, tmp3, tmp4, tmp5; in _phy_txgapk_calibrate_8821c() local
2072 tmp3 = _txgapk_one_shot_8821c(dm, RF_PATH_A, txgain[i] - 2); in _phy_txgapk_calibrate_8821c()
2081 _txgapk_txpower_compare_8821c(dm, RF_PATH_A, tmp3, tmp4, pwr_table_1db); in _phy_txgapk_calibrate_8821c()
2115 tmp3 = _txgapk_one_shot_8821c(dm, RF_PATH_A, txgain[i] - 2); in _phy_txgapk_calibrate_8821c()
2117 tmp3 = _txgapk_one_shot_8821c(dm, RF_PATH_A, txgain[i]); in _phy_txgapk_calibrate_8821c()
2123 RF_DBG(dm, DBG_RF_IQK, "[IQK] tmp3= %x, tmp4= %x\n", tmp3, tmp4); in _phy_txgapk_calibrate_8821c()
2127 _txgapk_txpower_compare_8821c(dm, RF_PATH_A, tmp3, tmp4, pwr_table_1db); in _phy_txgapk_calibrate_8821c()
[all …]

12