/linux-6.3-rc2/arch/arm64/lib/ |
A D | crc32.S | 74 crc32\c\()x w8, w0, x3 76 csel w0, w0, w8, eq 79 crc32\c\()w w8, w0, w3 81 csel w0, w0, w8, eq 84 crc32\c\()h w8, w0, w3 86 csel w0, w0, w8, eq 88 crc32\c\()b w8, w0, w3 89 csel w0, w0, w8, eq 91 crc32\c\()x w8, w0, x5 92 crc32\c\()x w8, w8, x6 [all …]
|
A D | memcpy.S | 30 #define B_lw w8
|
/linux-6.3-rc2/kernel/debug/kdb/ |
A D | kdb_support.c | 349 __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-6.3-rc2/arch/arm64/crypto/ |
A D | aes-cipher-core.S | 87 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
|
A D | aes-modes.S | 131 enc_prepare w8, x6, x7 132 encrypt_block v4, w8, x6, x7, w9 175 enc_prepare w8, x6, x7 355 mov w8, #MAX_STRIDE 356 cmp BLOCKS_W, w8 357 csel BLOCKS_W, BLOCKS_W, w8, lt 729 sub w8, w4, #0x10 731 csel w4, w4, w8, eq 827 encrypt_block v0, w2, x1, x7, w8 834 encrypt_block v0, w2, x1, x7, w8 [all …]
|
A D | chacha-neon-core.S | 526 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 613 eor a2, a2, w8 623 eor a6, a6, w8 [all …]
|
A D | ghash-ce-core.S | 458 ldr w8, [x5, #12] // load lower counter 459 CPU_LE( rev w8, w8 ) 467 add w8, w8, w9 567 CPU_LE( rev w8, w8 ) 568 str w8, [x5, #12] // store lower counter 702 sub w10, w8, #4 703 sub w11, w8, #3 704 sub w12, w8, #2 705 sub w13, w8, #1
|
A D | sha3-ce-core.S | 55 mov w8, #24 107 3: sub w8, w8, #1 186 cbnz w8, 3b
|
A D | sm3-neon-core.S | 46 #define rf w8
|
/linux-6.3-rc2/drivers/crypto/hisilicon/ |
A D | qm_common.h | 33 __le16 w8; member 48 __le16 w8; member
|
A D | qm.c | 261 (qc)->w8 = 0; \ 1957 sqc->w8 = cpu_to_le16(qp->sq_depth - 1); in qm_sq_ctx_cfg() 1960 sqc->w8 = 0; /* rand_qc */ in qm_sq_ctx_cfg() 2000 cqc->w8 = cpu_to_le16(qp->cq_depth - 1); in qm_cq_ctx_cfg() 2003 cqc->w8 = 0; /* rand_qc */ in qm_cq_ctx_cfg()
|
/linux-6.3-rc2/scripts/ |
A D | recordmcount.c | 410 static uint64_t (*w8)(uint64_t); variable 449 return ELF64_R_TYPE(w8(rp->r_info)) != R_AARCH64_CALL26; in arm64_is_fake_mcount() 519 w8 = w8nat; in do_file() 531 w8 = w8rev; in do_file() 544 w8 = w8rev; in do_file()
|
A D | sorttable.c | 72 static void (*w8)(uint64_t, uint64_t *); variable 281 w8 = w8le; in do_file() 289 w8 = w8be; in do_file()
|
A D | sorttable.h | 67 # define _w w8
|
A D | recordmcount.h | 93 # define _w w8
|
/linux-6.3-rc2/tools/testing/selftests/arm64/bti/ |
A D | syscall.S | 11 mov w8, w0
|