/linux-6.3-rc2/arch/x86/crypto/ |
A D | serpent-avx-x86_64-asm_64.S | 65 vpxor x2, x3, x3; \ 73 vpxor RNOT, x3, x3; \ 76 vpxor x2, x3, x3; \ 80 vpxor x4, x3, x3; \ 91 vpxor RNOT, x3, x3; \ 95 vpor x0, x3, x3; \ 102 vpor x1, x3, x3; \ 111 vpor x0, x3, x3; \ 128 vpxor x2, x3, x3; 147 vpxor x0, x3, x3; [all …]
|
A D | serpent-avx2-asm_64.S | 65 vpxor x2, x3, x3; \ 73 vpxor RNOT, x3, x3; \ 76 vpxor x2, x3, x3; \ 80 vpxor x4, x3, x3; \ 91 vpxor RNOT, x3, x3; \ 95 vpor x0, x3, x3; \ 102 vpor x1, x3, x3; \ 111 vpor x0, x3, x3; \ 128 vpxor x2, x3, x3; 147 vpxor x0, x3, x3; [all …]
|
A D | serpent-sse2-x86_64-asm_64.S | 43 por x0, x3; \ 47 pxor x1, x3; \ 52 pxor x3, x0; \ 56 pxor x2, x3; \ 64 pxor x3, x0; \ 68 pxor x2, x3; \ 70 pxor x3, x1; 112 pxor x3, x4; 122 pxor x2, x3; 142 pxor x0, x3; [all …]
|
A D | serpent-sse2-i586-asm_32.S | 50 pxor x4, x3; 69 pxor x2, x3; \ 70 pxor x4, x3; \ 74 por x4, x3; \ 78 pxor x3, x0; \ 79 pxor x3, x2; \ 108 pxor x3, x2; \ 214 pxor x2, x3; 233 pxor x0, x3; 252 pxor x2, x3; [all …]
|
A D | aria-aesni-avx-asm_64.S | 284 vpxor t2, x3, x3; \ 316 vgf2p8affineqb $(tf_x2_const), t4, x3, x3; \ 318 vgf2p8affineinvqb $0, t2, x3, x3; \ 347 vpshufb t1, x3, x3; \ 361 vaesdeclast t7, x3, x3; \ 368 vpxor x0, x3, t0; \ 371 vpxor x3, x2, t3; \ 376 vpxor t1, x3, x1; \ 377 vmovdqu t3, x3; 399 vpxor x7, x3, x3; \ [all …]
|
A D | aria-aesni-avx2-asm_64.S | 295 vpxor t0, x3, x3; \ 323 vgf2p8affineqb $(tf_x2_const), t4, x3, x3; \ 325 vgf2p8affineinvqb $0, t2, x3, x3; \ 379 vpshufb t1, x3, x3; \ 396 vaesdeclast t7##_x, x3##_x, x3##_x; \ 398 vinserti128 $1, t6##_x, x3, x3; \ 409 vpxor x0, x3, t0; \ 412 vpxor x3, x2, t3; \ 417 vpxor t1, x3, x1; \ 418 vmovdqu t3, x3; [all …]
|
A D | glue_helper-asm-avx.S | 8 #define load_8way(src, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 12 vmovdqu (3*16)(src), x3; \ 18 #define store_8way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 22 vmovdqu x3, (3*16)(dst); \ 28 #define store_cbc_8way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 31 vpxor (2*16)(src), x3, x3; \ 36 store_8way(dst, x0, x1, x2, x3, x4, x5, x6, x7);
|
A D | glue_helper-asm-avx2.S | 8 #define load_16way(src, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 12 vmovdqu (3*32)(src), x3; \ 18 #define store_16way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 22 vmovdqu x3, (3*32)(dst); \ 28 #define store_cbc_16way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7, t0) \ argument 34 vpxor (2*32+16)(src), x3, x3; \ 39 store_16way(dst, x0, x1, x2, x3, x4, x5, x6, x7);
|
A D | camellia-aesni-avx-asm_64.S | 67 vpshufb t4, x3, x3; \ 94 vaesenclast t4, x3, x3; \ 137 vpxor x4, x3, x3; \ 140 vpxor x3, x5, x5; \ 147 vpxor x6, x3, x3; \ 149 vpxor x3, x4, x4; \ 183 vpxor t4, x3, x3; \ 184 vpxor 7 * 16(mem_cd), x3, x3; 423 vpunpckldq x3, x2, t1; \ 424 vpunpckhdq x3, x2, x2; \ [all …]
|
A D | camellia-aesni-avx2-asm_64.S | 77 vpshufb t4, x3, x3; \ 110 vaesenclast t4##_x, x3##_x, x3##_x; \ 112 vinserti128 $1, t3##_x, x3, x3; \ 163 vpxor x4, x3, x3; \ 172 vpxor x3, x5, x5; \ 183 vpxor x6, x3, x3; \ 185 vpxor x3, x4, x4; \ 205 vpxor t4, x3, x3; \ 206 vpxor 7 * 32(mem_cd), x3, x3; \ 455 vpunpckldq x3, x2, t1; \ [all …]
|
A D | aria-gfni-avx512-asm_64.S | 57 vpunpckldq x3, x2, t1; \ 58 vpunpckhdq x3, x2, x2; \ 281 vpxorq t0, x3, x3; \ 324 vgf2p8affineqb $(tf_x2_const), t4, x3, x3; \ 326 vgf2p8affineinvqb $0, t2, x3, x3; \ 348 vgf2p8affineqb $(tf_x2_const), t4, x3, x3; \ 350 vgf2p8affineinvqb $0, t2, x3, x3; \ 370 vpxorq x0, x3, t0; \ 373 vpxorq x3, x2, t3; \ 379 vmovdqu64 t3, x3; [all …]
|
/linux-6.3-rc2/crypto/ |
A D | seed.c | 341 t0 = x1 + x3 - KC[i]; in seed_set_key() 353 t0 = x3; in seed_set_key() 354 x3 = (x3 << 8) ^ (x4 >> 24); in seed_set_key() 377 OP(x1, x2, x3, x4, 0); in seed_encrypt() 378 OP(x3, x4, x1, x2, 2); in seed_encrypt() 379 OP(x1, x2, x3, x4, 4); in seed_encrypt() 380 OP(x3, x4, x1, x2, 6); in seed_encrypt() 381 OP(x1, x2, x3, x4, 8); in seed_encrypt() 426 OP(x3, x4, x1, x2, 8); in seed_decrypt() 427 OP(x1, x2, x3, x4, 6); in seed_decrypt() [all …]
|
A D | serpent_generic.c | 75 x1 ^= x0; x0 ^= x3; x3 = ~x3; \ 77 x0 ^= x3; x1 ^= x3; x3 ^= x4; \ 84 x3 = ~x3; \ 86 x0 ^= x3; x3 |= x4; x2 ^= x1; \ 88 x2 &= x3; x3 |= x1; x0 = ~x0; \ 95 x1 ^= x3; x3 |= x0; x4 &= x0; \ 100 x4 ^= x3; x0 ^= x3; x3 ^= x2; \ 150 x2 ^= x3; x1 ^= x3; x3 &= x0; \ 165 x2 ^= x1; x4 = x3; x3 = ~x3; \ 188 x0 ^= x3; x3 &= x2; \ [all …]
|
/linux-6.3-rc2/arch/arm64/lib/ |
A D | tishift.S | 12 mov x3, #64 13 sub x3, x3, x2 14 cmp x3, #0 17 lsr x3, x0, x3 34 mov x3, #64 35 sub x3, x3, x2 36 cmp x3, #0 39 lsl x3, x1, x3 57 sub x3, x3, x2 58 cmp x3, #0 [all …]
|
A D | crc32.S | 60 ldp x3, x4, [x1] 64 byteorder x3, \be 68 bitorder x3, \be 75 csel x3, x3, x4, eq 78 lsr x4, x3, #32 80 csel x3, x3, x4, eq 99 byteorder x3, \be 103 bitorder x3, \be 116 ldr x3, [x1], #8 117 byteorder x3, \be [all …]
|
/linux-6.3-rc2/arch/arm64/mm/ |
A D | cache.S | 34 mov x3, x1 72 uaccess_ttbr0_enable x2, x3, x4 98 invalidate_icache_by_line x0, x1, x2, x3 112 dcache_by_line_op civac, sy, x0, x1, x2, x3 146 dcache_line_size x2, x3 147 sub x3, x2, #1 148 tst x1, x3 // end cache line aligned? 149 bic x1, x1, x3 153 bic x0, x0, x3 176 dcache_by_line_op cvac, sy, x0, x1, x2, x3 [all …]
|
/linux-6.3-rc2/arch/powerpc/boot/dts/fsl/ |
A D | mpc8548cds.dtsi | 123 reg = <0x3>; 174 0x2000 0x0 0x0 0x3 &mpic 0x2 0x1 0 0 175 0x2000 0x0 0x0 0x4 &mpic 0x3 0x1 0 0 180 0x2800 0x0 0x0 0x3 &mpic 0x3 0x1 0 0 185 0x3000 0x0 0x0 0x2 &mpic 0x3 0x1 0 0 186 0x3000 0x0 0x0 0x3 &mpic 0x0 0x1 0 0 192 0x4000 0x0 0x0 0x3 &mpic 0x2 0x1 0 0 193 0x4000 0x0 0x0 0x4 &mpic 0x3 0x1 0 0 210 0xa800 0x0 0x0 0x3 &mpic 0x3 0x1 0 0 238 0000 0x0 0x0 0x3 &mpic 0x2 0x1 0 0 [all …]
|
A D | mpc8572ds.dtsi | 169 reg = <0x3>; 251 0x8800 0x0 0x0 0x2 &mpic 0x3 0x1 0 0 252 0x8800 0x0 0x0 0x3 &mpic 0x4 0x1 0 0 257 0x8900 0x0 0x0 0x2 &mpic 0x3 0x1 0 0 258 0x8900 0x0 0x0 0x3 &mpic 0x4 0x1 0 0 263 0x8a00 0x0 0x0 0x2 &mpic 0x3 0x1 0 0 264 0x8a00 0x0 0x0 0x3 &mpic 0x4 0x1 0 0 269 0x8b00 0x0 0x0 0x2 &mpic 0x3 0x1 0 0 270 0x8b00 0x0 0x0 0x3 &mpic 0x4 0x1 0 0 275 0x8c00 0x0 0x0 0x2 &mpic 0x3 0x1 0 0 [all …]
|
A D | mpc8540ads.dts | 173 reg = <0x3>; 274 0x1000 0x0 0x0 0x3 &mpic 0x3 0x1 280 0x1800 0x0 0x0 0x3 &mpic 0x2 0x1 281 0x1800 0x0 0x0 0x4 &mpic 0x3 0x1 284 0x2000 0x0 0x0 0x1 &mpic 0x3 0x1 286 0x2000 0x0 0x0 0x3 &mpic 0x1 0x1 291 0x2800 0x0 0x0 0x2 &mpic 0x3 0x1 292 0x2800 0x0 0x0 0x3 &mpic 0x4 0x1 298 0x6000 0x0 0x0 0x3 &mpic 0x3 0x1 304 0x6800 0x0 0x0 0x3 &mpic 0x2 0x1 [all …]
|
A D | mpc8560ads.dts | 167 reg = <0x3>; 313 0x1000 0x0 0x0 0x3 &mpic 0x3 0x1 316 /* IDSEL 0x3 */ 319 0x1800 0x0 0x0 0x3 &mpic 0x2 0x1 320 0x1800 0x0 0x0 0x4 &mpic 0x3 0x1 323 0x2000 0x0 0x0 0x1 &mpic 0x3 0x1 325 0x2000 0x0 0x0 0x3 &mpic 0x1 0x1 330 0x2800 0x0 0x0 0x2 &mpic 0x3 0x1 331 0x2800 0x0 0x0 0x3 &mpic 0x4 0x1 337 0x6000 0x0 0x0 0x3 &mpic 0x3 0x1 [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/ |
A D | ti,j721e-system-controller.yaml | 89 <0x4080 0x3>, <0x4084 0x3>, /* SERDES0 lane0/1 select */ 90 <0x4090 0x3>, <0x4094 0x3>, /* SERDES1 lane0/1 select */ 91 <0x40a0 0x3>, <0x40a4 0x3>, /* SERDES2 lane0/1 select */ 92 <0x40b0 0x3>, <0x40b4 0x3>, /* SERDES3 lane0/1 select */ 93 <0x40c0 0x3>, <0x40c4 0x3>, <0x40c8 0x3>, <0x40cc 0x3>;
|
/linux-6.3-rc2/arch/arm64/kvm/hyp/ |
A D | entry.S | 70 ldp x2, x3, [x29, #CPU_XREG_OFFSET(2)] 119 stp x2, x3, [x1, #CPU_XREG_OFFSET(2)] 122 ldp x2, x3, [sp], #16 // x0, x1 125 stp x2, x3, [x1, #CPU_XREG_OFFSET(0)] 140 adr_this_cpu x2, kvm_hyp_ctxt, x3 147 ptrauth_switch_to_hyp x1, x2, x3, x4, x5 150 mte_switch_to_hyp x1, x2, x3 153 restore_sp_el0 x2, x3 158 set_loaded_vcpu xzr, x2, x3 184 mrs x3, esr_el2 [all …]
|
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/ |
A D | pmi8998.dtsi | 33 reg = <0x3 SPMI_USID>; 41 interrupts = <0x3 0xdc 0x2 IRQ_TYPE_EDGE_RISING>, 42 <0x3 0xdc 0x0 IRQ_TYPE_LEVEL_HIGH>; 47 interrupts = <0x3 0xde 0x1 IRQ_TYPE_EDGE_RISING>, 48 <0x3 0xde 0x0 IRQ_TYPE_LEVEL_LOW>; 66 interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>, 67 <0x3 0xd8 0x2 IRQ_TYPE_EDGE_RISING>;
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | head.S | 168 stp x2, x3, [x0, #16] 314 sub x3, x3, #1 // make end inclusive 323 lsr x3, x3, x6 325 sub x3, x3, x1 383 adrp x3, _text 392 adrp x3, init_pg_end 622 pen: ldr x4, [x3] 673 init_cpu_task x2, x1, x3 735 mrs x3, ID_AA64MMFR0_EL1 736 ubfx x3, x3, #ID_AA64MMFR0_EL1_TGRAN_SHIFT, 4 [all …]
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | sfp-machine_32.h | 108 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 120 : "%rJ" ((USItype)(x3)), \ 133 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 145 : "%rJ" ((USItype)(x3)), \ 160 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) __FP_FRAC_SUB_4(x3,x2,x1,x0,x3,x2,x1,x0,y3,y2,y1,y… argument 162 #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i) \ argument 167 : "=&r" (x3), \ 172 "0" ((USItype)(x3)), \
|