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

12

/linux-master/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] variable
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
55 ldp \\tmp2, \\tmp3, [\\tmp1, #PTRAUTH_USER_KEY_APIA] variable
[all...]
H A Dasm-uaccess.h45 .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
/linux-master/arch/loongarch/lib/
H A Dcsum.c60 __uint128_t tmp1, tmp2, tmp3, tmp4; local
64 tmp3 = *(__uint128_t *)(ptr + 4);
73 tmp3 += (tmp3 >> 64) | (tmp3 << 64);
77 tmp3 = ((tmp3 >> 64) << 64) | (tmp4 >> 64);
78 tmp3 += (tmp3 >> 64) | (tmp3 << 6
[all...]
/linux-master/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 variable
106 uus_mtsr 2, \tmp3
111 uus_addi 6, \tmp3, \tmp3, 0x444 variable
116 uus_mtsr 6, \tmp3
121 uus_addi 10, \tmp3, \tmp3, 0x444 variable
126 uus_mtsr 10, \tmp3
131 uus_addi 14, \tmp3, \tmp variable
[all...]
/linux-master/arch/arm64/lib/
H A Dcsum.c63 __uint128_t tmp1, tmp2, tmp3, tmp4; local
67 tmp3 = *(__uint128_t *)(ptr + 4);
76 tmp3 += (tmp3 >> 64) | (tmp3 << 64);
80 tmp3 = ((tmp3 >> 64) << 64) | (tmp4 >> 64);
81 tmp3 += (tmp3 >> 64) | (tmp3 << 6
[all...]
H A Dstrncmp.S39 #define tmp3 x10 define
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,
[all...]
H A Dstrlen.S32 #define tmp3 x6 define
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, tmp
[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
H A Dmemset.S43 tmp3 .req x9 label
/linux-master/arch/sh/lib/
H A Dio.c22 int tmp2, tmp3, tmp4, tmp5, tmp6; local
52 "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4),
/linux-master/arch/arm/mach-at91/
H A Dpm_suspend.S25 tmp3 .req r6 label
127 * Side effects: overwrites r2, r3, tmp1, tmp2, tmp3, r7
216 * Side effects: overwrites r2, r3, tmp1, tmp2, tmp3
478 ldr tmp3, .mckr_offset
485 ldr tmp1, [pmc, tmp3]
488 str tmp1, [pmc, tmp3]
490 mov tmp3, #0
491 wait_mckrdy tmp3
527 ldr tmp3, .mckr_offset
528 ldr tmp1, [pmc, tmp3]
[all...]
/linux-master/arch/arc/include/asm/
H A Duaccess.h143 unsigned long tmp1, tmp2, tmp3, tmp4; local
219 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4)
358 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4)
371 unsigned long tmp1, tmp2, tmp3, tmp4; local
442 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4)
581 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4)
/linux-master/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,
[all...]
/linux-master/arch/sh/kernel/
H A Dio.c25 int tmp2, tmp3, tmp4, tmp5, tmp6; local
51 "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4),
/linux-master/arch/csky/abiv2/
H A Dfpu.c182 unsigned long tmp3, tmp4; local
202 : "=a"(tmp1), "=a"(tmp2), "=a"(tmp3),
244 unsigned long tmp3, tmp4; local
264 : "=a"(tmp1), "=a"(tmp2), "=a"(tmp3),
/linux-master/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-master/arch/mips/mm/
H A Dsc-ip22.c133 unsigned long tmp1, tmp2, tmp3; local
158 : "=r" (tmp1), "=r" (tmp2), "=r" (tmp3));
/linux-master/arch/alpha/kernel/
H A Dtraps.c439 long error, tmp1, tmp2, tmp3, tmp4; local
522 "=&r"(tmp3), "=&r"(tmp4)
546 "=&r"(tmp3), "=&r"(tmp4)
570 "=&r"(tmp3), "=&r"(tmp4)
726 unsigned long tmp1, tmp2, tmp3, tmp4; local
877 "=&r"(tmp3), "=&r"(tmp4)
905 "=&r"(tmp3), "=&r"(tmp4)
933 "=&r"(tmp3), "=&r"(tmp4)
/linux-master/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) {
/linux-master/arch/xtensa/kernel/
H A Dsetup.c410 unsigned long tmp0, tmp1, tmp2, tmp3; local
491 "=&a"(tmp3)
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.c1701 int prod, ipwr, qpwr, prod_msb, q_msb, tmp1, tmp2, tmp3, tmp4, ret; local
1728 tmp3 = ((prod << (30 - prod_msb)) + (ipwr >> (1 + tmp1))) /
1731 tmp3 = ((prod << (30 - prod_msb)) + (ipwr << (-1 - tmp1))) /
1742 tmp4 -= tmp3 * tmp3;
1745 c0 = tmp3 >> 3;
2393 u32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9; local
2422 tmp3 = tmp2 * channel2freq_lp(channel);
2424 tmp3 *= 2;
2426 tmp6 = tmp3 / tmp
2486 u32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6; local
[all...]
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c1375 const u8 tmp3 = bpf2sparc[TMP_REG_3]; local
1394 emit_alu3(ADD, tmp2, src, tmp3, ctx);
1395 emit(CAS | ASI(ASI_P) | RS1(tmp) | RS2(tmp2) | RD(tmp3), ctx);
1396 emit_cmp(tmp2, tmp3, ctx);
1405 const u8 tmp3 = bpf2sparc[TMP_REG_3]; local
1422 emit_alu3(ADD, tmp2, src, tmp3, ctx);
1423 emit(CASX | ASI(ASI_P) | RS1(tmp) | RS2(tmp2) | RD(tmp3), ctx);
1424 emit_cmp(tmp2, tmp3, ctx);
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c562 const u8 tmp3 = bpf2a64[TMP_REG_3]; local
590 emit(A64_STXR(isdw, tmp2, reg, tmp3), ctx);
593 emit(A64_CBNZ(0, tmp3, jmp_offset), ctx);
611 emit(A64_STLXR(isdw, tmp2, reg, tmp3), ctx);
614 emit(A64_CBNZ(0, tmp3, jmp_offset), ctx);
620 emit(A64_STLXR(isdw, tmp2, reg, tmp3), ctx);
623 emit(A64_CBNZ(0, tmp3, jmp_offset), ctx);
631 emit(A64_EOR(isdw, tmp3, r0, tmp2), ctx);
634 emit(A64_CBNZ(isdw, tmp3, jmp_offset), ctx);
635 emit(A64_STLXR(isdw, src, reg, tmp3), ct
[all...]
/linux-master/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c508 unsigned long tmp2, tmp3; local
515 tmp3 = hw->mac.addr[5];
516 tmp3 = (tmp3 << 8) | hw->mac.addr[4];
517 tmp3 = (tmp3 << 8) | hw->mac.addr[3];
518 tmp3 = (tmp3 << 8) | hw->mac.addr[2];
522 iowrite32(tmp3, &hw->reg->PAUSE_PKT3);
/linux-master/arch/sparc/kernel/
H A Dtime_64.c317 unsigned long ret, tmp1, tmp2, tmp3; local
332 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3)

Completed in 193 milliseconds

12