| /Linux-v5.15/arch/arm64/include/asm/ |
| D | asm_pointer_auth.h | 12 .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 …]
|
| D | asm-uaccess.h | 46 .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
|
| /Linux-v5.15/arch/mips/crypto/ |
| D | poly1305-mips.pl | 76 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 …]
|
| /Linux-v5.15/arch/arm64/lib/ |
| D | csum.c | 63 __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()
|
| D | strlen.S | 32 #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 …]
|
| D | strncmp.S | 39 #define tmp3 x10 macro 130 rev tmp3, data1 131 sub tmp1, tmp3, zeroones 132 orr tmp2, tmp3, #REP8_7f 159 neg tmp3, count, lsl #3 /* 64 - bits(bytes beyond align). */ 165 lsl tmp2, tmp2, tmp3 /* Shift (count & 63). */ 168 lsr tmp2, tmp2, tmp3 /* Shift (count & 63). */ 170 and tmp3, limit_wd, #7 174 add tmp3, tmp3, count 177 add limit_wd, limit_wd, tmp3, lsr #3
|
| D | strnlen.S | 40 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
|
| D | strcmp.S | 38 #define tmp3 x9 macro 97 rev tmp3, data1 98 sub tmp1, tmp3, zeroones 99 orr tmp2, tmp3, #REP8_7f
|
| /Linux-v5.15/arch/arm/mach-at91/ |
| D | pm_suspend.S | 21 tmp3 .req r6 label 459 ldr tmp3, .mckr_offset 466 ldr tmp1, [pmc, tmp3] 469 str tmp1, [pmc, tmp3] 471 mov tmp3, #0 472 wait_mckrdy tmp3 508 ldr tmp3, .mckr_offset 509 ldr tmp1, [pmc, tmp3] 511 str tmp1, [pmc, tmp3] 513 mov tmp3, #0 [all …]
|
| /Linux-v5.15/arch/ia64/lib/ |
| D | do_csum.S | 107 #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
|
| /Linux-v5.15/arch/arc/include/asm/ |
| D | uaccess.h | 172 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()
|
| /Linux-v5.15/arch/csky/abiv2/ |
| D | fpu.c | 182 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-v5.15/arch/sh/lib/ |
| D | io.c | 22 int tmp2, tmp3, tmp4, tmp5, tmp6; in __raw_readsl() local 52 "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4), in __raw_readsl()
|
| /Linux-v5.15/arch/sh/kernel/ |
| D | io.c | 25 int tmp2, tmp3, tmp4, tmp5, tmp6; in memcpy_fromio() local 51 "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4), in memcpy_fromio()
|
| /Linux-v5.15/arch/alpha/kernel/ |
| D | traps.c | 440 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()
|
| /Linux-v5.15/arch/mips/mm/ |
| D | sc-ip22.c | 133 unsigned long tmp1, tmp2, tmp3; in indy_sc_disable() local 158 : "=r" (tmp1), "=r" (tmp2), "=r" (tmp3)); in indy_sc_disable()
|
| /Linux-v5.15/fs/cifs/ |
| D | cifs_debug.c | 218 struct list_head *tmp2, *tmp3; in cifs_debug_data_proc_show() local 431 list_for_each(tmp3, &ses->tcon_list) { in cifs_debug_data_proc_show() 432 tcon = list_entry(tmp3, struct cifs_tcon, in cifs_debug_data_proc_show() 459 list_for_each(tmp3, &server->pending_mid_q) { in cifs_debug_data_proc_show() 460 mid_entry = list_entry(tmp3, struct mid_q_entry, in cifs_debug_data_proc_show() 489 struct list_head *tmp1, *tmp2, *tmp3; in cifs_stats_proc_write() local 526 list_for_each(tmp3, &ses->tcon_list) { in cifs_stats_proc_write() 527 tcon = list_entry(tmp3, in cifs_stats_proc_write() 554 struct list_head *tmp2, *tmp3; in cifs_stats_proc_show() local 607 list_for_each(tmp3, &ses->tcon_list) { in cifs_stats_proc_show() [all …]
|
| /Linux-v5.15/arch/sparc/math-emu/ |
| D | sfp-util_64.h | 45 UDItype tmp1, tmp2, tmp3, tmp4; \ 70 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
|
| /Linux-v5.15/drivers/media/common/b2c2/ |
| D | flexcop-sram.c | 314 tmp3 = read_reg_dw(adapter, 0x71c); 315 dprintk("%s: tmp3 = %x\n", __func__, tmp3); 319 tmp3--; 320 if (tmp3 != 0) {
|
| /Linux-v5.15/drivers/net/wireless/broadcom/b43/ |
| D | phy_lp.c | 1701 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-v5.15/arch/xtensa/kernel/ |
| D | setup.c | 451 unsigned long tmp0, tmp1, tmp2, tmp3; in cpu_reset() local 532 "=&a"(tmp3) in cpu_reset()
|
| /Linux-v5.15/arch/sparc/net/ |
| D | bpf_jit_comp_64.c | 1375 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-v5.15/drivers/net/ethernet/oki-semi/pch_gbe/ |
| D | pch_gbe_main.c | 513 unsigned long tmp2, tmp3; in pch_gbe_mac_set_pause_packet() local 520 tmp3 = hw->mac.addr[5]; in pch_gbe_mac_set_pause_packet() 521 tmp3 = (tmp3 << 8) | hw->mac.addr[4]; in pch_gbe_mac_set_pause_packet() 522 tmp3 = (tmp3 << 8) | hw->mac.addr[3]; in pch_gbe_mac_set_pause_packet() 523 tmp3 = (tmp3 << 8) | hw->mac.addr[2]; in pch_gbe_mac_set_pause_packet() 527 iowrite32(tmp3, &hw->reg->PAUSE_PKT3); in pch_gbe_mac_set_pause_packet()
|
| /Linux-v5.15/arch/x86/crypto/ |
| D | curve25519-x86_64.c | 1015 u64 tmp3; in curve25519_ever64() local 1029 tmp3 = tmp[3U]; in curve25519_ever64() 1030 tmp[3U] = tmp3 & (u64)0x7fffffffffffffffU; in curve25519_ever64()
|
| /Linux-v5.15/arch/sparc/kernel/ |
| D | time_64.c | 317 unsigned long ret, tmp1, tmp2, tmp3; in __hbird_read_stick() local 332 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3) in __hbird_read_stick()
|