Home
last modified time | relevance | path

Searched refs:tmp4 (Results 1 – 14 of 14) sorted by relevance

/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/
A Dmmu-hash.h99 .macro update_user_segments_by_4 tmp1 tmp2 tmp3 tmp4
102 uus_addi 3, \tmp4, \tmp1, 0x333
107 uus_mtsr 3, \tmp4
112 uus_addi 7, \tmp4, \tmp4, 0x444
117 uus_mtsr 7, \tmp4
122 uus_addi 11, \tmp4, \tmp4, 0x444
127 uus_mtsr 11, \tmp4
132 uus_addi 15, \tmp4, \tmp4, 0x444
137 uus_mtsr 15, \tmp4
/linux-6.3-rc2/arch/arm64/lib/
A Dstrlen.S33 #define tmp4 x7 macro
99 orr tmp4, data2, REP8_7f
101 bic has_nul2, tmp3, tmp4
139 orr tmp4, data2, REP8_7f
141 bic has_nul2, tmp3, tmp4
173 orr tmp4, data2, REP8_7f
175 bic has_nul2, tmp3, tmp4
182 orr tmp4, data2, REP8_7f
184 bic has_nul2, tmp3, tmp4
196 mov tmp4, -1
[all …]
A Dstrnlen.S41 tmp4 .req x11 label
77 orr tmp4, data2, #REP8_7f
79 bic has_nul2, tmp3, tmp4
138 neg tmp4, tmp1
139 lsl tmp4, tmp4, #3 /* Bytes beyond alignment -> bits. */
143 CPU_BE( lsl tmp2, tmp2, tmp4 ) /* Shift (tmp1 & 63). */
145 CPU_LE( lsr tmp2, tmp2, tmp4 ) /* Shift (tmp1 & 63). */
A Dcsum.c63 __uint128_t tmp1, tmp2, tmp3, tmp4; in do_csum() local
68 tmp4 = *(__uint128_t *)(ptr + 6); in do_csum()
77 tmp4 += (tmp4 >> 64) | (tmp4 << 64); in do_csum()
80 tmp3 = ((tmp3 >> 64) << 64) | (tmp4 >> 64); in do_csum()
/linux-6.3-rc2/arch/arc/include/asm/
A Duaccess.h143 unsigned long tmp1, tmp2, tmp3, tmp4; in raw_copy_from_user() local
218 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in raw_copy_from_user()
357 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in raw_copy_from_user()
370 unsigned long tmp1, tmp2, tmp3, tmp4; in raw_copy_to_user() local
440 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in raw_copy_to_user()
579 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in raw_copy_to_user()
/linux-6.3-rc2/arch/mips/crypto/
A Dpoly1305-mips.pl178 and $tmp4,$tmp0
181 or $tmp3,$tmp4
187 dsll $tmp4,8
191 or $tmp3,$tmp4
336 and $tmp4,$tmp0
339 or $tmp3,$tmp4
345 dsll $tmp4,8
349 or $tmp3,$tmp4
1170 srl $ctx,$tmp4,2
1172 andi $tmp4,$tmp4,3
[all …]
/linux-6.3-rc2/arch/csky/abiv2/
A Dfpu.c182 unsigned long tmp3, tmp4; in save_to_user_fp() local
203 "=a"(tmp4), "+a"(fpregs) in save_to_user_fp()
244 unsigned long tmp3, tmp4; in restore_from_user_fp() local
265 "=a"(tmp4), "+a"(fpregs) in restore_from_user_fp()
/linux-6.3-rc2/arch/sh/lib/
A Dio.c22 int tmp2, tmp3, tmp4, tmp5, tmp6; in __raw_readsl() local
52 "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4), in __raw_readsl()
/linux-6.3-rc2/arch/sh/kernel/
A Dio.c25 int tmp2, tmp3, tmp4, tmp5, tmp6; in memcpy_fromio() local
51 "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4), in memcpy_fromio()
/linux-6.3-rc2/arch/alpha/kernel/
A Dtraps.c438 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()
/linux-6.3-rc2/arch/sparc/math-emu/
A Dsfp-util_64.h45 UDItype tmp1, tmp2, tmp3, tmp4; \
70 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43/
A Dphy_lp.c1743 tmp4 = -int_sqrt(tmp4); in lpphy_calc_rx_iq_comp()
1746 c1 = tmp4 >> 4; in lpphy_calc_rx_iq_comp()
2425 tmp4 = 48 * tmp1; in lpphy_b2062_tune()
2426 tmp6 = tmp3 / tmp4; in lpphy_b2062_tune()
2427 tmp7 = tmp3 % tmp4; in lpphy_b2062_tune()
2430 tmp6 = tmp5 / tmp4; in lpphy_b2062_tune()
2431 tmp7 = tmp5 % tmp4; in lpphy_b2062_tune()
2434 tmp6 = tmp5 / tmp4; in lpphy_b2062_tune()
2435 tmp7 = tmp5 % tmp4; in lpphy_b2062_tune()
2438 tmp6 = tmp5 / tmp4; in lpphy_b2062_tune()
[all …]
/linux-6.3-rc2/net/netlabel/
A Dnetlabel_domainhash.c68 struct netlbl_af4list *tmp4; in netlbl_domhsh_free_entry() local
76 netlbl_af4list_foreach_safe(iter4, tmp4, in netlbl_domhsh_free_entry()
411 struct netlbl_af4list *tmp4; in netlbl_domhsh_add() local
519 netlbl_af4list_foreach_safe(iter4, tmp4, in netlbl_domhsh_add()
A Dnetlabel_unlabeled.c151 struct netlbl_af4list *tmp4; in netlbl_unlhsh_free_iface() local
162 netlbl_af4list_foreach_safe(iter4, tmp4, &iface->addr4_list) { in netlbl_unlhsh_free_iface()

Completed in 33 milliseconds