/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | asm_pointer_auth.h | 15 ldp \tmp2, \tmp3, [\tmp1, #PTRAUTH_KERNEL_KEY_APIA] 16 msr_s SYS_APIAKEYLO_EL1, \tmp2 55 ldp \tmp2, \tmp3, [\tmp1, #PTRAUTH_USER_KEY_APIA] 56 msr_s SYS_APIAKEYLO_EL1, \tmp2 63 mrs_s \tmp2, SYS_ID_AA64ISAR2_EL1 64 ubfx \tmp2, \tmp2, #ID_AA64ISAR2_EL1_APA3_SHIFT, #4 65 orr \tmp1, \tmp1, \tmp2 69 mrs \tmp2, sctlr_el1 70 orr \tmp2, \tmp2, \tmp1 71 msr sctlr_el1, \tmp2 [all …]
|
A D | asm-uaccess.h | 27 .macro __uaccess_ttbr0_enable, tmp1, tmp2 30 mrs \tmp2, ttbr1_el1 31 extr \tmp2, \tmp2, \tmp1, #48 32 ror \tmp2, \tmp2, #16 33 msr ttbr1_el1, \tmp2 // set the active ASID 39 .macro uaccess_ttbr0_disable, tmp1, tmp2 43 restore_irq \tmp2 47 .macro uaccess_ttbr0_enable, tmp1, tmp2, tmp3 50 __uaccess_ttbr0_enable \tmp1, \tmp2 55 .macro uaccess_ttbr0_disable, tmp1, tmp2 [all …]
|
A D | assembler.h | 441 dcache_line_size \tmp1, \tmp2 455 sub \tmp2, \tmp1, #1 456 bic \tmp2, \start, \tmp2 459 add \tmp2, \tmp2, \tmp1 460 cmp \tmp2, \end 475 offset_ttbr1 \tmp1, \tmp2 653 and \tmp1, \tmp1, \tmp2 655 cmp \tmp1, \tmp2 659 bic \tcr, \tcr, \tmp2 785 get_this_cpu_offset \tmp2 [all …]
|
A D | el2_setup.h | 202 .macro __check_override idreg, fld, width, pass, fail, tmp1, tmp2 207 ldr \tmp2, [\tmp1, FTR_OVR_VAL_OFFSET] 209 ubfx \tmp2, \tmp2, #\fld, #\width 212 and \tmp2, \tmp2, \tmp1 213 csinv \tmp2, \tmp2, xzr, ne 214 cbnz \tmp2, \pass 219 .macro check_override idreg, fld, pass, fail, tmp1, tmp2 221 __check_override \idreg \fld 4 \pass \fail \tmp1 \tmp2
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | head_64.h | 45 or %tmp2, %lo(__CHEETAH_ID), %tmp2;\ 46 cmp %tmp1, %tmp2; \ 54 or %tmp2, %lo(__JALAPENO_ID), %tmp2;\ 55 cmp %tmp1, %tmp2; \ 61 srlx %tmp1, (32 + 16), %tmp2; \ 62 cmp %tmp2, CHEETAH_MANUF; \ 65 srlx %tmp1, (32 + 16), %tmp2; \ 66 cmp %tmp2, CHEETAH_PLUS_IMPL; \ 72 srlx %tmp1, (32 + 16), %tmp2; \ 73 cmp %tmp2, CHEETAH_MANUF; \ [all …]
|
/linux-6.3-rc2/arch/mips/crypto/ |
A D | poly1305-mips.pl | 144 dsrlv $tmp2,$tmp2,$tmp1 149 dsllv $tmp2,$tmp2,$tmp1 301 dsrlv $tmp2,$tmp2,$shl 306 dsllv $tmp2,$tmp2,$shl 400 sltu $tmp2,$h1,$tmp2 412 sltu $tmp2,$h1,$tmp2 464 andi $tmp2,$tmp2,3 627 srlv $tmp2,$tmp2,$tmp1 640 sllv $tmp2,$tmp2,$tmp1 670 sll $tmp2,$tmp2,8 [all …]
|
/linux-6.3-rc2/arch/arm64/lib/ |
A D | strlen.S | 31 #define tmp2 x5 macro 97 orr tmp2, data1, REP8_7f 126 orr tmp2, tmp1, tmp3 132 orr tmp2, tmp1, tmp3 138 orr tmp2, data1, REP8_7f 155 orr tmp2, data1, REP8_7f 156 bic has_nul1, tmp1, tmp2 162 add tmp2, len, 8 164 csel len, len, tmp2, cc 171 orr tmp2, data1, REP8_7f [all …]
|
A D | strnlen.S | 39 tmp2 .req x9 label 75 orr tmp2, data1, #REP8_7f 78 bic has_nul1, tmp1, tmp2 107 CPU_BE( orr tmp2, data2, #REP8_7f ) 108 CPU_BE( bic has_nul2, tmp1, tmp2 ) 141 mov tmp2, #~0 143 CPU_BE( lsl tmp2, tmp2, tmp4 ) /* Shift (tmp1 & 63). */ 145 CPU_LE( lsr tmp2, tmp2, tmp4 ) /* Shift (tmp1 & 63). */ 149 orr data1, data1, tmp2 150 orr data2a, data2, tmp2
|
A D | memset.S | 33 tmp2 .req x4 label 71 neg tmp2, dst 72 ands tmp2, tmp2, #15 81 sub count, count, tmp2 82 add dst, dst, tmp2 168 neg tmp2, dst 169 ands tmp2, tmp2, zva_bits_x 172 sub tmp1, count, tmp2 188 subs tmp2, tmp2, #64 193 add dst, dst, tmp2
|
A D | strncmp.S | 38 #define tmp2 x9 macro 80 orr tmp2, data1, #REP8_7f 139 orr tmp2, tmp3, #REP8_7f 140 bic has_nul, tmp1, tmp2 169 mov tmp2, #~0 170 LS_FW tmp2, tmp2, tmp3 /* Shift (count & 63). */ 174 orr data1, data1, tmp2 175 orr data2, data2, tmp2 238 ldp tmp1, tmp2, [src2], #16 261 LS_FW data2, tmp2, offset [all …]
|
A D | copy_template.S | 29 tmp2 .req x4 label 47 neg tmp2, src 48 ands tmp2, tmp2, #15/* Bytes to reach alignment. */ 50 sub count, count, tmp2 57 tbz tmp2, #0, 1f 61 tbz tmp2, #1, 2f 65 tbz tmp2, #2, 3f 69 tbz tmp2, #3, .LSrcAligned
|
/linux-6.3-rc2/arch/arm/mach-at91/ |
A D | pm_suspend.S | 24 tmp2 .req r5 label 161 tst tmp1, tmp2 689 bic tmp2, tmp2, #AT91_PMC_PLL_UPDT_ID 695 bic tmp2, tmp2, #0xffffff00 700 bic tmp2, tmp2, #0xffffff 766 mov tmp3, tmp2 783 mov tmp3, tmp2 857 bic tmp2, tmp2, #AT91_PMC_MCR_V2_CSS 858 bic tmp2, tmp2, #AT91_PMC_MCR_V2_DIV 859 orr tmp2, tmp2, #AT91_PMC_MCR_V2_CSS_MAINCK [all …]
|
/linux-6.3-rc2/tools/lib/ |
A D | rbtree.c | 263 tmp2 = sibling->rb_left; in ____rb_erase_color() 264 if (!tmp2 || rb_is_black(tmp2)) { in ____rb_erase_color() 319 tmp1 = tmp2->rb_right; in ____rb_erase_color() 328 sibling = tmp2; in ____rb_erase_color() 342 tmp2 = sibling->rb_left; in ____rb_erase_color() 346 if (tmp2) in ____rb_erase_color() 368 if (!tmp2 || rb_is_black(tmp2)) { in ____rb_erase_color() 383 tmp1 = tmp2->rb_left; in ____rb_erase_color() 392 sibling = tmp2; in ____rb_erase_color() 395 tmp2 = sibling->rb_right; in ____rb_erase_color() [all …]
|
/linux-6.3-rc2/lib/ |
A D | rbtree.c | 263 tmp2 = sibling->rb_left; in ____rb_erase_color() 264 if (!tmp2 || rb_is_black(tmp2)) { in ____rb_erase_color() 319 tmp1 = tmp2->rb_right; in ____rb_erase_color() 328 sibling = tmp2; in ____rb_erase_color() 342 tmp2 = sibling->rb_left; in ____rb_erase_color() 346 if (tmp2) in ____rb_erase_color() 368 if (!tmp2 || rb_is_black(tmp2)) { in ____rb_erase_color() 383 tmp1 = tmp2->rb_left; in ____rb_erase_color() 392 sibling = tmp2; in ____rb_erase_color() 395 tmp2 = sibling->rb_right; in ____rb_erase_color() [all …]
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/ |
A D | mmu-hash.h | 99 .macro update_user_segments_by_4 tmp1 tmp2 tmp3 tmp4 100 uus_addi 1, \tmp2, \tmp1, 0x111 105 uus_mtsr 1, \tmp2 110 uus_addi 5, \tmp2, \tmp2, 0x444 115 uus_mtsr 5, \tmp2 120 uus_addi 9, \tmp2, \tmp2, 0x444 125 uus_mtsr 9, \tmp2 130 uus_addi 13, \tmp2, \tmp2, 0x444 135 uus_mtsr 13, \tmp2
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | tls.h | 10 .macro switch_tls_none, base, tp, tpuser, tmp1, tmp2 13 .macro switch_tls_v6k, base, tp, tpuser, tmp1, tmp2 14 mrc p15, 0, \tmp2, c13, c0, 2 @ get the user r/w register 17 str \tmp2, [\base, #TI_TP_VALUE + 4] @ save it 20 .macro switch_tls_v6, base, tp, tpuser, tmp1, tmp2 28 mov \tmp2, #0xffff0fff 30 streq \tp, [\tmp2, #-15] @ set TLS value at 0xffff0ff0 37 .L1_\@: switch_tls_v6k \base, \tp, \tpuser, \tmp1, \tmp2 41 .macro switch_tls_software, base, tp, tpuser, tmp1, tmp2
|
A D | uaccess-asm.h | 86 .macro uaccess_entry, tsk, tmp0, tmp1, tmp2, disable 91 mov \tmp2, #DACR_UACCESS_DISABLE 92 mcr p15, 0, \tmp2, c3, c0, 0 96 bic \tmp2, \tmp0, #domain_mask(DOMAIN_KERNEL) 97 orr \tmp2, \tmp2, #domain_val(DOMAIN_KERNEL, DOMAIN_CLIENT) 98 mcr p15, 0, \tmp2, c3, c0, 0
|
/linux-6.3-rc2/drivers/media/common/b2c2/ |
A D | flexcop-sram.c | 240 u8 tmp1, tmp2; 246 tmp2 = 0xa5; 252 tmp2 = 0; 255 sram_read(adapter, addr, &tmp2, 1); 256 sram_read(adapter, addr, &tmp2, 1); 260 if (tmp2 != 0xa5) 263 tmp2 = 0x5a; 269 tmp2 = 0; 272 sram_read(adapter, addr, &tmp2, 1); 273 sram_read(adapter, addr, &tmp2, 1); [all …]
|
/linux-6.3-rc2/arch/m68k/lib/ |
A D | checksum.c | 40 unsigned long tmp1, tmp2; in csum_partial() local 118 "=&d" (tmp1), "=&d" (tmp2) in csum_partial() 139 unsigned long tmp1, tmp2; in csum_and_copy_from_user() local 261 "=&d" (tmp1), "=d" (tmp2) in csum_and_copy_from_user() 276 unsigned long tmp1, tmp2; in csum_partial_copy_nocheck() local 364 "=&d" (tmp1), "=&d" (tmp2) in csum_partial_copy_nocheck()
|
/linux-6.3-rc2/arch/arm/mach-tegra/ |
A D | sleep.h | 81 .macro check_cpu_part_num part_num, tmp1, tmp2 84 mov32 \tmp2, \part_num 85 cmp \tmp1, \tmp2 89 .macro exit_smp, tmp1, tmp2 95 check_cpu_part_num 0xc09, \tmp1, \tmp2 99 moveq \tmp2, #0xf 100 moveq \tmp2, \tmp2, lsl \tmp1 102 streq \tmp2, [\tmp1] @ invalidate SCU tags for CPU
|
/linux-6.3-rc2/arch/arm/net/ |
A D | bpf_jit_32.c | 720 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_alu_r64() local 1241 emit(ARM_AND_I(tmp2[0], tmp2[0], 0xff), ctx); in emit_rev16() 1242 emit(ARM_ORR_SI(rd, tmp2[0], tmp2[1], SRTYPE_LSL, 8), ctx); in emit_rev16() 1256 emit(ARM_ORR_SI(ARM_IP, tmp2[0], tmp2[1], SRTYPE_LSL, 24), ctx); in emit_rev32() 1259 emit(ARM_AND_I(tmp2[1], tmp2[1], 0xff), ctx); in emit_rev32() 1261 emit(ARM_AND_I(tmp2[0], tmp2[0], 0xff), ctx); in emit_rev32() 1262 emit(ARM_MOV_SI(tmp2[0], tmp2[0], SRTYPE_LSL, 8), ctx); in emit_rev32() 1263 emit(ARM_ORR_SI(tmp2[0], tmp2[0], tmp2[1], SRTYPE_LSL, 16), ctx); in emit_rev32() 1457 rt = tmp2[0]; in build_insn() 1714 rm = tmp2[0]; in build_insn() [all …]
|
/linux-6.3-rc2/arch/alpha/kernel/ |
A D | traps.c | 438 long error, tmp1, tmp2, tmp3, tmp4; in do_entUna() local 461 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2) in do_entUna() 465 una_reg(reg) = tmp1|tmp2; in do_entUna() 477 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2) in do_entUna() 481 una_reg(reg) = (int)(tmp1|tmp2); in do_entUna() 497 una_reg(reg) = tmp1|tmp2; in do_entUna() 725 unsigned long tmp1, tmp2, tmp3, tmp4; in do_entUnaUser() local 788 *reg_addr = tmp1|tmp2; in do_entUnaUser() 820 alpha_write_fp_reg(reg, tmp1|tmp2); in do_entUnaUser() 836 *reg_addr = (int)(tmp1|tmp2); in do_entUnaUser() [all …]
|
/linux-6.3-rc2/arch/ia64/lib/ |
A D | do_csum.S | 106 #define tmp2 r27 macro 149 adds tmp2=-1,tmp1 // last-1 162 shl tmp2=firstoff,3 // number of bits 264 shr.u tmp2=result1[0],32 266 add result1[0]=tmp1,tmp2 269 shr.u tmp2=result1[0],16 271 add result1[0]=tmp1,tmp2 274 shr.u tmp2=result1[0],16 276 add result1[0]=tmp1,tmp2 279 shr.u tmp2=result1[0],16 [all …]
|
/linux-6.3-rc2/arch/csky/abiv2/ |
A D | fpu.c | 152 unsigned long tmp1, tmp2; in save_to_user_fp() local 158 tmp2 = mfcr("cr<2, 2>"); in save_to_user_fp() 161 user_fp->fesr = tmp2; in save_to_user_fp() 202 : "=a"(tmp1), "=a"(tmp2), "=a"(tmp3), in save_to_user_fp() 214 unsigned long tmp1, tmp2; in restore_from_user_fp() local 220 tmp2 = user_fp->fesr; in restore_from_user_fp() 223 mtcr("cr<2, 2>", tmp2); in restore_from_user_fp() 264 : "=a"(tmp1), "=a"(tmp2), "=a"(tmp3), in restore_from_user_fp()
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | uaccess.h | 143 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() 242 "=r"(tmp1), "=r"(tmp2) 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() 464 "=r"(tmp1), "=r"(tmp2) in raw_copy_to_user() 579 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in raw_copy_to_user()
|