/linux-6.6.21/arch/arm64/lib/ |
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 …]
|
D | memcpy.S | 30 #define B_lw w8
|
/linux-6.6.21/kernel/debug/kdb/ |
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.6.21/arch/arm64/crypto/ |
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
|
D | aes-modes.S | 130 mov w8, #14 /* AES-256: 14 rounds */ 131 enc_prepare w8, x6, x7 132 encrypt_block v4, w8, x6, x7, w9 174 mov w8, #14 /* AES-256: 14 rounds */ 175 enc_prepare w8, x6, x7 176 encrypt_block cbciv, w8, x6, x7, w9 355 mov w8, #MAX_STRIDE 356 cmp BLOCKS_W, w8 357 csel BLOCKS_W, BLOCKS_W, w8, lt 729 sub w8, w4, #0x10 [all …]
|
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 608 ldp w8, w9, [x2, #-56] 613 eor a2, a2, w8 [all …]
|
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
|
D | sha3-ce-core.S | 55 mov w8, #24 107 3: sub w8, w8, #1 186 cbnz w8, 3b
|
D | sm3-neon-core.S | 46 #define rf w8
|
/linux-6.6.21/drivers/crypto/hisilicon/ |
D | qm_common.h | 32 __le16 w8; member 47 __le16 w8; member
|
D | qm.c | 262 (qc)->w8 = 0; \ 1993 sqc->w8 = cpu_to_le16(qp->sq_depth - 1); in qm_sq_ctx_cfg() 1996 sqc->w8 = 0; /* rand_qc */ in qm_sq_ctx_cfg() 2036 cqc->w8 = cpu_to_le16(qp->cq_depth - 1); in qm_cq_ctx_cfg() 2039 cqc->w8 = 0; /* rand_qc */ in qm_cq_ctx_cfg()
|
/linux-6.6.21/scripts/ |
D | recordmcount.c | 414 static uint64_t (*w8)(uint64_t); variable 453 return ELF64_R_TYPE(w8(rp->r_info)) != R_AARCH64_CALL26; in arm64_is_fake_mcount() 523 w8 = w8nat; in do_file() 535 w8 = w8rev; in do_file() 548 w8 = w8rev; in do_file()
|
D | sorttable.c | 72 static void (*w8)(uint64_t, uint64_t *); variable 281 w8 = w8le; in do_file() 289 w8 = w8be; in do_file()
|
D | sorttable.h | 67 # define _w w8
|
D | recordmcount.h | 93 # define _w w8
|
/linux-6.6.21/tools/testing/selftests/arm64/bti/ |
D | syscall.S | 11 mov w8, w0
|
/linux-6.6.21/drivers/net/wireless/realtek/rtw88/ |
D | tx.h | 21 __le32 w8; member
|
D | tx.c | 76 tx_desc->w8 = le32_encode_bits(pkt_info->en_hwseq, RTW_TX_DESC_W8_EN_HWSEQ); in rtw_tx_fill_tx_desc()
|
/linux-6.6.21/drivers/net/wireless/realtek/rtw89/ |
D | fw.h | 503 __le32 w8; member
|