Home
last modified time | relevance | path

Searched refs:t7 (Results 1 – 25 of 38) sorted by relevance

12

/arch/arm64/boot/dts/amlogic/
A Damlogic-t7.dtsi7 #include <dt-bindings/power/amlogic,t7-pwrc.h>
8 #include "amlogic-t7-reset.h"
125 compatible = "amlogic,t7-pwrc";
154 compatible = "amlogic,t7-reset";
160 compatible = "amlogic,t7-wdt";
166 compatible = "amlogic,t7-periphs-pinctrl";
182 compatible = "amlogic,t7-gpio-intc",
192 compatible = "amlogic,t7-uart", "amlogic,meson-s4-uart";
199 compatible = "amlogic,t7-ao-secure",
A Damlogic-t7-a311d2-an400.dts8 #include "amlogic-t7.dtsi"
12 compatible = "amlogic,an400", "amlogic,a311d2", "amlogic,t7";
A Damlogic-t7-a311d2-khadas-vim4.dts8 #include "amlogic-t7.dtsi"
12 compatible = "khadas,vim4", "amlogic,a311d2", "amlogic,t7";
A Damlogic-a4-common.dtsi56 compatible = "amlogic,a4-wdt", "amlogic,t7-wdt";
/arch/x86/crypto/
A Dcamellia-aesni-avx2-asm_64.S64 t7, mem_cd, key) \ argument
153 vpxor t7, t7, t7; \
157 vpshufb t7, t1, t1; \
166 vpshufb t7, t2, t2; \
168 vpshufb t7, t3, t3; \
170 vpshufb t7, t4, t4; \
178 vpshufb t7, t5, t5; \
179 vpshufb t7, t6, t6; \
197 vpshufb t7, t0, t0; \
198 vpshufb t7, t6, t7; \
[all …]
A Dcamellia-aesni-avx-asm_64.S52 t7, mem_cd, key) \ argument
74 filter_8bit(x0, t0, t1, t7, t6); \
75 filter_8bit(x7, t0, t1, t7, t6); \
76 filter_8bit(x1, t0, t1, t7, t6); \
77 filter_8bit(x4, t0, t1, t7, t6); \
78 filter_8bit(x2, t0, t1, t7, t6); \
79 filter_8bit(x5, t0, t1, t7, t6); \
83 filter_8bit(x3, t2, t3, t7, t6); \
129 vpsrldq $2, t5, t7; \
130 vpshufb t6, t7, t7; \
[all …]
A Daria-aesni-avx2-asm_64.S309 t4, t5, t6, t7) \ argument
332 t4, t5, t6, t7) \ argument
333 vpxor t7, t7, t7; \
343 vaesenclast t7##_x, x0##_x, x0##_x; \
344 vaesenclast t7##_x, t6##_x, t6##_x; \
348 vaesenclast t7##_x, x4##_x, x4##_x; \
349 vaesenclast t7##_x, t6##_x, t6##_x; \
353 vaesenclast t7##_x, x1##_x, x1##_x; \
354 vaesenclast t7##_x, t6##_x, t6##_x; \
358 vaesenclast t7##_x, x5##_x, x5##_x; \
[all …]
/arch/loongarch/mm/
A Dpage.S51 ld.d t7, a1, 56
66 st.d t7, a0, 56
68 ld.d t7, a1, 120
79 st.d t7, a0, -8
/arch/loongarch/kernel/
A Dswitch.S27 la t7, __stack_chk_guard
29 LONG_S t8, t7, 0
A Drethook_trampoline.S25 cfi_st t7, PT_R19
60 cfi_ld t7, PT_R19
/arch/arm64/crypto/
A Dghash-ce-core.S29 t7 .req v14
104 pmull\t t7.8h, t7.\nb, \bd // J = A3*B
111 eor t7.16b, t7.16b, t8.16b // N = I + J
115 uzp1 t6.2d, t7.2d, t9.2d
116 uzp2 t7.2d, t7.2d, t9.2d
125 eor t6.16b, t6.16b, t7.16b
126 and t7.16b, t7.16b, k00_16.16b
133 zip2 t9.2d, t6.2d, t7.2d
134 zip1 t7.2d, t6.2d, t7.2d
138 ext t7.16b, t7.16b, t7.16b, #13
[all …]
A Daes-neonbs-core.S251 t0, t1, t2, t3, t4, t5, t6, t7, inv
268 eor \x7\().16b, \x7\().16b, \t7\().16b
281 eor \t7\().16b, \t7\().16b, \x6\().16b
293 eor \x5\().16b, \x5\().16b, \t7\().16b
298 eor \x5\().16b, \x5\().16b, \t7\().16b
307 t0, t1, t2, t3, t4, t5, t6, t7
315 eor \t7\().16b, \t7\().16b, \x7\().16b
329 eor \x1\().16b, \x1\().16b, \t7\().16b
330 eor \x2\().16b, \x2\().16b, \t7\().16b
335 eor \x4\().16b, \x4\().16b, \t7\().16b
[all …]
/arch/mips/lib/
A Dcsum_partial.S36 #define t7 $15 macro
109 move t7, zero
115 andi t7, src, 0x1 /* odd buffer? */
118 beqz t7, .Lword_align
287 movn sum, v1, t7
290 beqz t7, 1f /* odd buffer alignment? */
479 LOAD(t7, UNIT(7)(src))
495 ADDC(t6, t7)
496 STORE(t7, UNIT(7)(dst))
508 #define rem t7
A Dmemset.S28 #define FILLPTRG t7
169 LONG_SRL t7, t0, 1
/arch/arm/crypto/
A Daes-neonbs-core.S314 veor.8 \x7, \x7, \t7
327 veor \t7, \t7, \x6
339 veor \x5, \x5, \t7
344 veor \x5, \x5, \t7
366 veor \x7, \x7, \t7
369 vext.8 \t7, \x7, \x7, #8
374 veor \t7, \t7, \x7
388 veor \x1, \x1, \t7
389 veor \x2, \x2, \t7
394 veor \x4, \x4, \t7
[all …]
/arch/alpha/include/uapi/asm/
A Dregdef.h14 #define t7 $8 macro
/arch/mips/kernel/
A Dscall32-o32.S63 load_a6: user_lw(t7, 24(t0)) # argument #7 from usp
69 sw t7, PT_ARG6(sp) # argument #7 to ksp
165 li t7, 0
/arch/loongarch/include/asm/
A Dregdef.h27 #define t7 $r19 macro
A Dstackframe.h85 cfi_st t7, PT_R19, \docfi
200 cfi_ld t7, PT_R19, \docfi
/arch/loongarch/lib/
A Dmemmove.S96 ld.d t7, a3, -64
105 st.d t7, a5, -64
A Dmemcpy.S149 ld.d t7, a1, 56
158 st.d t7, a5, 56
/arch/mips/include/asm/
A Dregdef.h130 #define t7 $15 macro
/arch/sparc/lib/
A Dblockops.S28 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
A Dchecksum_32.S164 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
180 addxcc t7, sum, sum;
186 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
205 EX(st t7, [dst + off + 0x1c]); \
206 addxcc t7, sum, sum;
/arch/arm64/include/asm/
A Dassembler.h503 .macro copy_page dest:req src:req t1:req t2:req t3:req t4:req t5:req t6:req t7:req t8:req
507 ldp \t7, \t8, [\src, #48]
512 stnp \t7, \t8, [\dest, #48]

Completed in 44 milliseconds

12