Home
last modified time | relevance | path

Searched full:t1 (Results 1 – 25 of 1193) sorted by relevance

12345678910>>...48

/kernel/linux/linux-6.6/arch/loongarch/mm/
Dtlbex.S48 csrwr t1, EXCEPTION_KS1
56 csrrd t1, LOONGARCH_CSR_PGDL
61 alsl.d t1, ra, t1, 3
63 ld.d t1, t1, 0
65 alsl.d t1, ra, t1, 3
68 ld.d t1, t1, 0
70 alsl.d t1, ra, t1, 3
72 ld.d ra, t1, 0
84 alsl.d t1, t0, ra, _PTE_T_LOG2
88 ll.d t0, t1, 0
[all …]
/kernel/linux/linux-5.10/lib/crypto/
Dsha256.c48 u32 a, b, c, d, e, f, g, h, t1, t2; in sha256_transform() local
65 t1 = h + e1(e) + Ch(e, f, g) + 0x428a2f98 + W[0]; in sha256_transform()
66 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform()
67 t1 = g + e1(d) + Ch(d, e, f) + 0x71374491 + W[1]; in sha256_transform()
68 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha256_transform()
69 t1 = f + e1(c) + Ch(c, d, e) + 0xb5c0fbcf + W[2]; in sha256_transform()
70 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform()
71 t1 = e + e1(b) + Ch(b, c, d) + 0xe9b5dba5 + W[3]; in sha256_transform()
72 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha256_transform()
73 t1 = d + e1(a) + Ch(a, b, c) + 0x3956c25b + W[4]; in sha256_transform()
[all …]
/kernel/linux/linux-6.6/arch/loongarch/kernel/
Dlbt.S26 movscr2gr t1, $scr0 # save scr
27 stptr.d t1, a0, THREAD_SCR0
28 movscr2gr t1, $scr1
29 stptr.d t1, a0, THREAD_SCR1
30 movscr2gr t1, $scr2
31 stptr.d t1, a0, THREAD_SCR2
32 movscr2gr t1, $scr3
33 stptr.d t1, a0, THREAD_SCR3
35 x86mfflag t1, 0x3f # save eflags
36 stptr.d t1, a0, THREAD_EFLAGS
[all …]
Dfpu.S307 fpu_save_csr a0 t1
308 fpu_save_double a0 t1 # clobbers t1
309 fpu_save_cc a0 t1 t2 # clobbers t1, t2
318 fpu_restore_double a0 t1 # clobbers t1
319 fpu_restore_csr a0 t1 t2
320 fpu_restore_cc a0 t1 t2 # clobbers t1, t2
330 lsx_save_all a0 t1 t2
339 lsx_restore_all a0 t1 t2
344 lsx_save_all_upper a0 t0 t1
349 lsx_restore_all_upper a0 t0 t1
[all …]
/kernel/linux/linux-6.6/arch/microblaze/lib/
Dfastcopy.S75 andi r9, r6, 3 /* t1 = s & 3 */
80 lwi r9, r6, 0 /* t1 = *(s + 0) */
84 swi r9, r5, 0 /* *(d + 0) = t1 */
88 lwi r9, r6, 16 /* t1 = *(s + 16) */
92 swi r9, r5, 16 /* *(d + 16) = t1 */
108 beqi r9, a_block_u1 /* t1 was 1 => 1 byte offset */
110 beqi r9, a_block_u2 /* t1 was 2 => 2 byte offset */
116 bsrli r9, r12, 8 /* t1 = v >> 8 */
117 or r9, r11, r9 /* t1 = h | t1 */
118 swi r9, r5, 0 /* *(d + 0) = t1 */
[all …]
/kernel/linux/linux-5.10/arch/microblaze/lib/
Dfastcopy.S75 andi r9, r6, 3 /* t1 = s & 3 */
80 lwi r9, r6, 0 /* t1 = *(s + 0) */
84 swi r9, r5, 0 /* *(d + 0) = t1 */
88 lwi r9, r6, 16 /* t1 = *(s + 16) */
92 swi r9, r5, 16 /* *(d + 16) = t1 */
108 beqi r9, a_block_u1 /* t1 was 1 => 1 byte offset */
110 beqi r9, a_block_u2 /* t1 was 2 => 2 byte offset */
116 bsrli r9, r12, 8 /* t1 = v >> 8 */
117 or r9, r11, r9 /* t1 = h | t1 */
118 swi r9, r5, 0 /* *(d + 0) = t1 */
[all …]
/kernel/linux/linux-5.10/tools/testing/kunit/test_data/
Dtest_multiple_prefixes.log1 [ 0.060000][ T1] printk: console [mc-1] enabled
2 [ 0.060000][ T1] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
3 [ 0.060000][ T1] TAP version 14
4 [ 0.060000][ T1] 1..3
5 [ 0.060000][ T1] # Subtest: kunit-resource-test
6 [ 0.060000][ T1] 1..5
7 [ 0.060000][ T1] ok 1 - kunit_resource_test_init_resources
8 [ 0.060000][ T1] ok 2 - kunit_resource_test_alloc_resource
9 [ 0.060000][ T1] ok 3 - kunit_resource_test_destroy_resource
10 [ 0.060000][ T1] ok 4 - kunit_resource_test_cleanup_resources
[all …]
/kernel/linux/linux-6.6/tools/testing/kunit/test_data/
Dtest_multiple_prefixes.log1 [ 0.060000][ T1] printk: console [mc-1] enabled
2 [ 0.060000][ T1] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
3 [ 0.060000][ T1] TAP version 14
4 [ 0.060000][ T1] 1..3
5 [ 0.060000][ T1] # Subtest: kunit-resource-test
6 [ 0.060000][ T1] 1..5
7 [ 0.060000][ T1] ok 1 - kunit_resource_test_init_resources
8 [ 0.060000][ T1] ok 2 - kunit_resource_test_alloc_resource
9 [ 0.060000][ T1] ok 3 - kunit_resource_test_destroy_resource
10 [ 0.060000][ T1] ok 4 - kunit_resource_test_cleanup_resources
[all …]
/kernel/linux/linux-6.6/arch/mips/kernel/
Dcps-vec.S176 1: PTR_L t1, VPEBOOTCFG_PC(v1)
179 jr t1
239 PTR_LA t1, 1f
240 jr.hb t1
270 sll t1, ta1, VPECONF0_XTC_SHIFT
271 or t0, t0, t1
307 li t1, COREBOOTCFG_SIZE
308 mul t0, t0, t1
309 PTR_LA t1, mips_cps_core_bootcfg
310 PTR_L t1, 0(t1)
[all …]
Docteon_switch.S26 mfc0 t1, CP0_STATUS
27 LONG_S t1, THREAD_STATUS(a0)
41 li t1, -32768 /* Base address of CVMSEG */
46 LONG_L t8, 0(t1) /* Load from CVMSEG */
48 LONG_L t9, LONGSIZE(t1)/* Load from CVMSEG */
49 LONG_ADDU t1, LONGSIZE*2 /* Increment loc in CVMSEG */
77 set_saved_sp t0, t1, t2
79 mfc0 t1, CP0_STATUS /* Do we really need this? */
81 and t1, a3
85 or a2, t1
[all …]
/kernel/linux/linux-5.10/arch/mips/kernel/
Dcps-vec.S179 1: PTR_L t1, VPEBOOTCFG_PC(v1)
182 jr t1
242 PTR_LA t1, 1f
243 jr.hb t1
273 sll t1, ta1, VPECONF0_XTC_SHIFT
274 or t0, t0, t1
311 li t1, COREBOOTCFG_SIZE
312 mul t0, t0, t1
313 PTR_LA t1, mips_cps_core_bootcfg
314 PTR_L t1, 0(t1)
[all …]
Docteon_switch.S27 mfc0 t1, CP0_STATUS
28 LONG_S t1, THREAD_STATUS(a0)
42 li t1, -32768 /* Base address of CVMSEG */
47 LONG_L t8, 0(t1) /* Load from CVMSEG */
49 LONG_L t9, LONGSIZE(t1)/* Load from CVMSEG */
50 LONG_ADDU t1, LONGSIZE*2 /* Increment loc in CVMSEG */
78 set_saved_sp t0, t1, t2
80 mfc0 t1, CP0_STATUS /* Do we really need this? */
82 and t1, a3
86 or a2, t1
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
Dnft_audit.sh44 for table in t1 t2; do
85 do_test "nft add set t1 s $setblock" \
86 "table=t1 family=2 entries=4 op=nft_register_set"
88 do_test "nft add set t1 s2 $setblock; add set t1 s3 { $settype; }" \
89 "table=t1 family=2 entries=5 op=nft_register_set"
91 do_test "nft add element t1 s3 $setelem" \
92 "table=t1 family=2 entries=3 op=nft_register_setelem"
96 do_test 'nft add counter t1 c1' \
97 'table=t1 family=2 entries=1 op=nft_register_obj'
110 do_test 'nft add quota t1 q1 { 10 bytes }' \
[all …]
/kernel/linux/linux-6.6/arch/riscv/lib/
Dstrlen.S21 * t0, t1
23 mv t1, a0
25 lbu t0, 0(t1)
27 addi t1, t1, 1
30 sub a0, t1, a0
58 * t0, t1, t2, t3
72 REG_L t1, 0(t0)
79 SHIFT t1, t1, t2
82 orc.b t1, t1
85 not t1, t1
[all …]
/kernel/linux/linux-5.10/arch/mips/netlogic/common/
Dreset.S60 mfcr t1, t0
63 or t1, t1, t2
64 mtcr t1, t0
67 mfcr t1, t0
68 ori t1, 0x1000 /* Enable Icache partitioning */
69 mtcr t1, t0
72 lui t1, 0x0100 /* Disable BRU accepting ALU ops */
73 mtcr t1, t0
83 li t1, (1 << 29) /* ELPA bit */
84 or t0, t1
[all …]
/kernel/linux/linux-6.6/arch/csky/abiv2/
Dstrcmp.S13 andi t1, a0, 0x3
14 bnez t1, 5f
19 ldw t1, (a1, 0)
21 cmpne t0, t1
29 ldw t1, (a1, 4)
30 cmpne t0, t1
36 ldw t1, (a1, 8)
37 cmpne t0, t1
43 ldw t1, (a1, 12)
44 cmpne t0, t1
[all …]
/kernel/linux/linux-5.10/arch/csky/abiv2/
Dstrcmp.S13 andi t1, a0, 0x3
14 bnez t1, 5f
19 ldw t1, (a1, 0)
21 cmpne t0, t1
29 ldw t1, (a1, 4)
30 cmpne t0, t1
36 ldw t1, (a1, 8)
37 cmpne t0, t1
43 ldw t1, (a1, 12)
44 cmpne t0, t1
[all …]
/kernel/linux/linux-6.6/arch/x86/crypto/
Daesni-intel_avx-x86_64.S571 .macro CALC_AAD_HASH GHASH_MUL AAD AADLEN T1 T2 T3 T4 T5 T6 T7 T8
587 \GHASH_MUL \T8, \T2, \T1, \T3, \T4, \T5, \T6
605 movq (%r10), \T1
608 vpslldq $8, \T1, \T1
610 vpxor \T1, \T7, \T7
616 movq %rax, \T1
619 vpslldq $12, \T1, \T1
621 vpxor \T1, \T7, \T7
628 vmovdqu 16(%r11), \T1
631 vpand \T1, \T7, \T7
[all …]
/kernel/linux/linux-5.10/arch/x86/crypto/
Daesni-intel_avx-x86_64.S605 .macro CALC_AAD_HASH GHASH_MUL AAD AADLEN T1 T2 T3 T4 T5 T6 T7 T8
621 \GHASH_MUL \T8, \T2, \T1, \T3, \T4, \T5, \T6
639 movq (%r10), \T1
642 vpslldq $8, \T1, \T1
644 vpxor \T1, \T7, \T7
650 movq %rax, \T1
653 vpslldq $12, \T1, \T1
655 vpxor \T1, \T7, \T7
662 vmovdqu aad_shift_arr(%r11), \T1
663 vpshufb \T1, \T7, \T7
[all …]
/kernel/linux/linux-6.6/arch/alpha/lib/
Dstxcpy.S44 t1 == the first source word. */
49 mskqh t1, a1, t3 # e0 :
50 ornot t1, t2, t2 # .. e1 :
53 or t0, t3, t1 # e0 :
58 t1 == a source word not containing a null. */
61 stq_u t1, 0(a0) # e0 :
63 ldq_u t1, 0(a1) # e0 :
65 cmpbge zero, t1, t8 # e0 (stall)
70 t1 == the source word containing the null
85 zapnot t1, t6, t1 # e0 : clear src bytes >= null
[all …]
Dev6-stxcpy.S55 t1 == the first source word. */
60 mskqh t1, a1, t3 # U :
61 ornot t1, t2, t2 # E : (stall)
65 or t0, t3, t1 # E : (stall)
70 t1 == a source word not containing a null. */
74 stq_u t1, 0(a0) # L :
79 ldq_u t1, 0(a1) # L : Latency=3
81 cmpbge zero, t1, t8 # E : (3 cycle stall)
86 t1 == the source word containing the null
100 zapnot t1, t6, t1 # U : clear src bytes >= null (stall)
[all …]
/kernel/linux/linux-5.10/arch/alpha/lib/
Dstxcpy.S44 t1 == the first source word. */
49 mskqh t1, a1, t3 # e0 :
50 ornot t1, t2, t2 # .. e1 :
53 or t0, t3, t1 # e0 :
58 t1 == a source word not containing a null. */
61 stq_u t1, 0(a0) # e0 :
63 ldq_u t1, 0(a1) # e0 :
65 cmpbge zero, t1, t8 # e0 (stall)
70 t1 == the source word containing the null
85 zapnot t1, t6, t1 # e0 : clear src bytes >= null
[all …]
Dev6-stxcpy.S55 t1 == the first source word. */
60 mskqh t1, a1, t3 # U :
61 ornot t1, t2, t2 # E : (stall)
65 or t0, t3, t1 # E : (stall)
70 t1 == a source word not containing a null. */
74 stq_u t1, 0(a0) # L :
79 ldq_u t1, 0(a1) # L : Latency=3
81 cmpbge zero, t1, t8 # E : (3 cycle stall)
86 t1 == the source word containing the null
100 zapnot t1, t6, t1 # U : clear src bytes >= null (stall)
[all …]
/kernel/linux/linux-5.10/drivers/soc/bcm/brcmstb/pm/
Ds2-mips.S52 addiu t1, s3, -1
53 not t1
56 and t0, t1
59 and t2, t1
68 2: move t1, s4
69 cache 0x1c, 0(t1)
70 addu t1, s3
89 li t1, ~(ST0_IM | ST0_IE)
90 and t0, t1
121 lw t1, TIMER_TIMER1_STAT(s2)
[all …]
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h47 and t1, v1, 0xfff8
48 xor t1, t1, 0x9000 # 63-P1
49 beqz t1, 4f
50 and t1, v1, 0xfff8
51 xor t1, t1, 0x9008 # 63-P2
52 beqz t1, 4f
53 and t1, v1, 0xfff8
54 xor t1, t1, 0x9100 # 68-P1
55 beqz t1, 4f
56 and t1, v1, 0xff00
[all …]

12345678910>>...48