Home
last modified time | relevance | path

Searched refs:w8 (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.15/arch/arm64/lib/
Dcrc32.S33 crc32\c\()x w8, w0, x3
35 csel w0, w0, w8, eq
38 crc32\c\()w w8, w0, w3
40 csel w0, w0, w8, eq
43 crc32\c\()h w8, w0, w3
45 csel w0, w0, w8, eq
47 crc32\c\()b w8, w0, w3
48 csel w0, w0, w8, eq
50 crc32\c\()x w8, w0, x5
51 crc32\c\()x w8, w8, x6
[all …]
Dmemcpy.S30 #define B_lw w8
/Linux-v5.15/arch/arm64/crypto/
Daes-ce-ccm-core.S19 ldr w8, [x3] /* leftover from prev round? */
21 cbz w8, 1f
22 sub w8, w8, #16
26 add w8, w8, #1
30 cbnz w8, 0b
65 mov w8, w2
74 8: cbz w8, 91f
75 mov w7, w8
76 add w8, w8, #16
82 10: str w8, [x3]
Daes-cipher-core.S87 ldp w8, w9, [rk], #16
95 eor w4, w4, w8
104 0: \round w8, w9, w10, w11, w4, w5, w6, w7
105 \round w4, w5, w6, w7, w8, w9, w10, w11
108 \round w8, w9, w10, w11, w4, w5, w6, w7
110 2: \round w4, w5, w6, w7, w8, w9, w10, w11
113 \round w4, w5, w6, w7, w8, w9, w10, w11, \bsz, b
Daes-modes.S132 mov w8, #14 /* AES-256: 14 rounds */
133 enc_prepare w8, x6, x7
134 encrypt_block v4, w8, x6, x7, w9
179 mov w8, #14 /* AES-256: 14 rounds */
180 enc_prepare w8, x6, x7
181 encrypt_block cbciv, w8, x6, x7, w9
341 mov w8, #MAX_STRIDE
342 cmp w7, w8
343 csel w7, w7, w8, lt
588 sub w8, w4, #0x10
[all …]
Dchacha-neon-core.S526 mov w8, v18.s[0]
532 add a2, a2, w8
550 mov w8, v22.s[0]
556 add a6, a6, w8
571 mov w8, v26.s[0]
577 add a10, a10, w8
592 mov w8, v30.s[0]
598 add a14, a14, w8
608 ldp w8, w9, [x2, #-56]
613 eor a2, a2, w8
[all …]
Dghash-ce-core.S459 ldr w8, [x5, #12] // load lower counter
460 CPU_LE( rev w8, w8 )
468 add w8, w8, w9
568 CPU_LE( rev w8, w8 )
569 str w8, [x5, #12] // store lower counter
703 sub w10, w8, #4
704 sub w11, w8, #3
705 sub w12, w8, #2
706 sub w13, w8, #1
Dsha3-ce-core.S55 mov w8, #24
107 3: sub w8, w8, #1
186 cbnz w8, 3b
/Linux-v5.15/kernel/debug/kdb/
Dkdb_support.c349 __u64 w8; in kdb_getphysword() local
370 diag = kdb_getphys(&w8, addr, sizeof(w8)); in kdb_getphysword()
372 *word = w8; in kdb_getphysword()
399 __u64 w8; in kdb_getword() local
419 diag = kdb_getarea(w8, addr); in kdb_getword()
421 *word = w8; in kdb_getword()
448 __u64 w8; in kdb_putword() local
464 w8 = word; in kdb_putword()
465 diag = kdb_putarea(addr, w8); in kdb_putword()
/Linux-v5.15/tools/testing/selftests/arm64/fp/
Dsve-ptrace-asm.S16 mov w8, #__NR_getpid
23 mov w8, #__NR_getpid
/Linux-v5.15/scripts/
Dsorttable.c66 static void (*w8)(uint64_t, uint64_t *); variable
283 w8(handler, (uint64_t *)(loc + 8)); in s390_sort_relative_table()
297 w8(handler, (uint64_t *)(loc + 8)); in s390_sort_relative_table()
314 w8 = w8le; in do_file()
322 w8 = w8be; in do_file()
Drecordmcount.c402 static uint64_t (*w8)(uint64_t); variable
441 return ELF64_R_TYPE(w8(rp->r_info)) != R_AARCH64_CALL26; in arm64_is_fake_mcount()
489 w8 = w8nat; in do_file()
501 w8 = w8rev; in do_file()
514 w8 = w8rev; in do_file()
Dsorttable.h61 # define _w w8
Drecordmcount.h93 # define _w w8
/Linux-v5.15/tools/testing/selftests/arm64/bti/
Dsyscall.S11 mov w8, w0
/Linux-v5.15/drivers/crypto/hisilicon/
Dqm.c304 (qc)->w8 = 0; \
364 __le16 w8; member
379 __le16 w8; member
2579 sqc->w8 = cpu_to_le16(QM_Q_DEPTH - 1); in qm_sq_ctx_cfg()
2582 sqc->w8 = 0; /* rand_qc */ in qm_sq_ctx_cfg()
2622 cqc->w8 = cpu_to_le16(QM_Q_DEPTH - 1); in qm_cq_ctx_cfg()
2625 cqc->w8 = 0; /* rand_qc */ in qm_cq_ctx_cfg()