/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
|
/arch/powerpc/include/asm/book3s/32/ |
D | mmu-hash.h | 99 .macro update_user_segments_by_4 tmp1 tmp2 tmp3 tmp4 101 uus_addi 2, \tmp3, \tmp1, 0x222 106 uus_mtsr 2, \tmp3 111 uus_addi 6, \tmp3, \tmp3, 0x444 116 uus_mtsr 6, \tmp3 121 uus_addi 10, \tmp3, \tmp3, 0x444 126 uus_mtsr 10, \tmp3 131 uus_addi 14, \tmp3, \tmp3, 0x444 136 uus_mtsr 14, \tmp3
|
/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 | strncmp.S | 39 #define tmp3 x10 macro 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, L(full_check) [all …]
|
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 | 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
|
D | memset.S | 43 tmp3 .req x9 label
|
/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 …]
|
/arch/arm/mach-at91/ |
D | pm_suspend.S | 21 tmp3 .req r6 label 474 ldr tmp3, .mckr_offset 481 ldr tmp1, [pmc, tmp3] 484 str tmp1, [pmc, tmp3] 486 mov tmp3, #0 487 wait_mckrdy tmp3 523 ldr tmp3, .mckr_offset 524 ldr tmp1, [pmc, tmp3] 526 str tmp1, [pmc, tmp3] 528 mov tmp3, #0 [all …]
|
/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
|
/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()
|
/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()
|
/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()
|
/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()
|
/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()
|
/arch/sparc/math-emu/ |
D | sfp-util_64.h | 45 UDItype tmp1, tmp2, tmp3, tmp4; \ 70 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
|
/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()
|
/arch/xtensa/kernel/ |
D | setup.c | 451 unsigned long tmp0, tmp1, tmp2, tmp3; in cpu_reset() local 532 "=&a"(tmp3) in cpu_reset()
|
/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()
|
/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()
|
/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()
|
/arch/arm/crypto/ |
D | sha1-armv7-neon.S | 70 #define tmp3 q11 macro 163 vadd.u32 tmp3, W5, curK; \ 164 vst1.32 {tmp2, tmp3}, [RWK]; \ 200 vadd.u32 tmp3, W5, curK; \ 203 vst1.32 {tmp2, tmp3}, [RWK]; \
|
/arch/arm64/net/ |
D | bpf_jit_comp.c | 433 const u8 tmp3 = bpf2a64[TMP_REG_3]; in build_insn() local 912 emit(A64_STXR(isdw, tmp2, reg, tmp3), ctx); in build_insn() 915 emit(A64_CBNZ(0, tmp3, jmp_offset), ctx); in build_insn()
|