| /arch/arm64/include/asm/ |
| A D | asm_pointer_auth.h | 15 ldp \tmp2, \tmp3, [\tmp1, #PTRAUTH_KERNEL_KEY_APIA] 17 msr_s SYS_APIAKEYHI_EL1, \tmp3 26 .macro ptrauth_keys_install_kernel tsk, tmp1, tmp2, tmp3 41 .macro ptrauth_keys_install_kernel tsk, tmp1, tmp2, tmp3 52 .macro __ptrauth_keys_install_user tsk, tmp1, tmp2, tmp3 55 ldp \tmp2, \tmp3, [\tmp1, #PTRAUTH_USER_KEY_APIA] 57 msr_s SYS_APIAKEYHI_EL1, \tmp3 60 .macro __ptrauth_keys_init_cpu tsk, tmp1, tmp2, tmp3 77 .macro ptrauth_keys_init_cpu tsk, tmp1, tmp2, tmp3 81 __ptrauth_keys_init_cpu \tsk, \tmp1, \tmp2, \tmp3 [all …]
|
| A D | asm-uaccess.h | 45 .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
|
| /arch/loongarch/lib/ |
| A D | csum.c | 61 __uint128_t tmp1, tmp2, tmp3, tmp4; in do_csum() local 65 tmp3 = *(__uint128_t *)(ptr + 4); in do_csum() 74 tmp3 += (tmp3 >> 64) | (tmp3 << 64); in do_csum() 78 tmp3 = ((tmp3 >> 64) << 64) | (tmp4 >> 64); in do_csum() 79 tmp3 += (tmp3 >> 64) | (tmp3 << 64); in do_csum() 80 tmp1 = ((tmp1 >> 64) << 64) | (tmp3 >> 64); in do_csum()
|
| /arch/powerpc/include/asm/book3s/32/ |
| A 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/ |
| A 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()
|
| A D | strncmp.S | 39 #define tmp3 x10 macro 137 rev tmp3, data1 138 sub tmp1, tmp3, zeroones 139 orr tmp2, tmp3, #REP8_7f 252 orr tmp3, data1, #REP8_7f 255 orr tmp3, endloop, has_nul 256 cbnz tmp3, L(full_check) 266 rev tmp3, data1 267 #define data1_fixed tmp3 282 cbnz tmp3, L(syndrome_check) [all …]
|
| A 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 …]
|
| A 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
|
| A D | memset.S | 44 tmp3 .req x9 label
|
| /arch/arm/mach-at91/ |
| A D | pm_suspend.S | 25 tmp3 .req r6 label 490 mov tmp3, #0 532 mov tmp3, #0 767 bic tmp3, tmp3, #0xffffff 784 bic tmp3, tmp3, #0xffffff00 977 bic tmp3, tmp3, #AT91_PMC_MCR_V2_CSS 978 bic tmp3, tmp3, #AT91_PMC_MCR_V2_DIV 979 orr tmp3, tmp3, tmp2 980 bic tmp3, tmp3, #AT91_PMC_MCR_V2_ID_MSK 981 orr tmp3, tmp3, tmp1 [all …]
|
| /arch/arc/include/asm/ |
| A D | uaccess.h | 143 unsigned long tmp1, tmp2, tmp3, tmp4; in raw_copy_from_user() local 219 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in raw_copy_from_user() 358 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in raw_copy_from_user() 371 unsigned long tmp1, tmp2, tmp3, tmp4; in raw_copy_to_user() local 442 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in raw_copy_to_user() 581 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in raw_copy_to_user()
|
| /arch/sh/lib/ |
| A 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/ |
| A 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/ |
| A 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/ |
| A 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/alpha/kernel/ |
| A D | traps.c | 380 long error, tmp1, tmp2, tmp3, tmp4; in do_entUna() local 463 "=&r"(tmp3), "=&r"(tmp4) in do_entUna() 487 "=&r"(tmp3), "=&r"(tmp4) in do_entUna() 511 "=&r"(tmp3), "=&r"(tmp4) in do_entUna() 667 unsigned long tmp1, tmp2, tmp3, tmp4; in do_entUnaUser() local 818 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser() 846 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser() 874 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser()
|
| /arch/sparc/math-emu/ |
| A D | sfp-util_64.h | 45 UDItype tmp1, tmp2, tmp3, tmp4; \ 70 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
|
| /arch/xtensa/kernel/ |
| A D | setup.c | 410 unsigned long tmp0, tmp1, tmp2, tmp3; in cpu_reset() local 491 "=&a"(tmp3) in cpu_reset()
|
| /arch/sparc/net/ |
| A 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/arm64/net/ |
| A D | bpf_jit_comp.c | 860 const u8 tmp3 = bpf2a64[TMP_REG_3]; in emit_ll_sc_atomic() local 891 emit(A64_STXR(isdw, tmp2, reg, tmp3), ctx); in emit_ll_sc_atomic() 894 emit(A64_CBNZ(0, tmp3, jmp_offset), ctx); in emit_ll_sc_atomic() 912 emit(A64_STLXR(isdw, tmp2, reg, tmp3), ctx); in emit_ll_sc_atomic() 915 emit(A64_CBNZ(0, tmp3, jmp_offset), ctx); in emit_ll_sc_atomic() 921 emit(A64_STLXR(isdw, tmp2, reg, tmp3), ctx); in emit_ll_sc_atomic() 924 emit(A64_CBNZ(0, tmp3, jmp_offset), ctx); in emit_ll_sc_atomic() 932 emit(A64_EOR(isdw, tmp3, r0, tmp2), ctx); in emit_ll_sc_atomic() 935 emit(A64_CBNZ(isdw, tmp3, jmp_offset), ctx); in emit_ll_sc_atomic() 936 emit(A64_STLXR(isdw, src, reg, tmp3), ctx); in emit_ll_sc_atomic() [all …]
|
| /arch/x86/crypto/ |
| A D | curve25519-x86_64.c | 1227 u64 tmp3; in curve25519_ever64() local 1241 tmp3 = tmp[3U]; in curve25519_ever64() 1242 tmp[3U] = tmp3 & (u64)0x7fffffffffffffffU; in curve25519_ever64()
|
| /arch/sparc/kernel/ |
| A D | time_64.c | 318 unsigned long ret, tmp1, tmp2, tmp3; in __hbird_read_stick() local 333 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3) in __hbird_read_stick()
|