/kernel/linux/linux-5.10/lib/ |
D | xxhash.c | 186 v1 = xxh64_round(v1, get_unaligned_le64(p)); in xxh64() 188 v2 = xxh64_round(v2, get_unaligned_le64(p)); in xxh64() 190 v3 = xxh64_round(v3, get_unaligned_le64(p)); in xxh64() 192 v4 = xxh64_round(v4, get_unaligned_le64(p)); in xxh64() 210 const uint64_t k1 = xxh64_round(0, get_unaligned_le64(p)); in xxh64() 399 state->v1 = xxh64_round(state->v1, get_unaligned_le64(p64)); in xxh64_update() 401 state->v2 = xxh64_round(state->v2, get_unaligned_le64(p64)); in xxh64_update() 403 state->v3 = xxh64_round(state->v3, get_unaligned_le64(p64)); in xxh64_update() 405 state->v4 = xxh64_round(state->v4, get_unaligned_le64(p64)); in xxh64_update() 419 v1 = xxh64_round(v1, get_unaligned_le64(p)); in xxh64_update() [all …]
|
D | siphash.c | 93 m = get_unaligned_le64(data); in __siphash_unaligned() 294 m = get_unaligned_le64(data); in __hsiphash_unaligned()
|
/kernel/linux/linux-5.10/lib/crypto/ |
D | poly1305-donna64.c | 21 t0 = get_unaligned_le64(&raw_key[0]); in poly1305_core_setkey() 22 t1 = get_unaligned_le64(&raw_key[8]); in poly1305_core_setkey() 66 t0 = get_unaligned_le64(&input[0]); in poly1305_core_blocks() 67 t1 = get_unaligned_le64(&input[8]); in poly1305_core_blocks()
|
D | curve25519-hacl64.c | 610 i0 = get_unaligned_le64(input); in format_fexpand() 611 i1 = get_unaligned_le64(x00); in format_fexpand() 612 i2 = get_unaligned_le64(x01); in format_fexpand() 613 i3 = get_unaligned_le64(x02); in format_fexpand() 614 i4 = get_unaligned_le64(x0); in format_fexpand()
|
/kernel/linux/linux-5.10/arch/c6x/include/asm/ |
D | unaligned.h | 79 #define get_unaligned_le64(p) __swab64(get_unaligned64(p)) macro 92 #define get_unaligned_le64(p) get_unaligned64(p) macro
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
D | trace.c | 40 u64 slba = get_unaligned_le64(cdw10); in nvmet_trace_get_lba_status() 55 u64 slba = get_unaligned_le64(cdw10); in nvmet_trace_read_write() 127 u64 value = get_unaligned_le64(spc + 8); in nvmet_trace_fabrics_property_set()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
D | trace.c | 93 u64 slba = get_unaligned_le64(cdw10); in nvme_trace_get_lba_status() 108 u64 slba = get_unaligned_le64(cdw10); in nvme_trace_read_write() 187 u64 value = get_unaligned_le64(spc + 8); in nvme_trace_fabrics_property_set()
|
/kernel/linux/linux-5.10/include/linux/unaligned/ |
D | le_memmove.h | 17 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
D | le_struct.h | 17 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
D | le_byteshift.h | 51 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
D | access_ok.h | 18 static __always_inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
D | generic.h | 17 __builtin_choose_expr(sizeof(*(ptr)) == 8, get_unaligned_le64((ptr)), \
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp_fastopen.c | 82 ctx->key[0].key[0] = get_unaligned_le64(primary_key); in tcp_fastopen_reset_cipher() 83 ctx->key[0].key[1] = get_unaligned_le64(primary_key + 8); in tcp_fastopen_reset_cipher() 85 ctx->key[1].key[0] = get_unaligned_le64(backup_key); in tcp_fastopen_reset_cipher() 86 ctx->key[1].key[1] = get_unaligned_le64(backup_key + 8); in tcp_fastopen_reset_cipher()
|
/kernel/linux/linux-5.10/tools/include/tools/ |
D | le_byteshift.h | 51 static inline uint64_t get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
/kernel/linux/linux-5.10/crypto/ |
D | xxhash_generic.c | 27 tctx->seed = get_unaligned_le64(key); in xxhash64_setkey()
|
D | sha3_generic.c | 197 sctx->st[i] ^= get_unaligned_le64(src + 8 * i); in crypto_sha3_update() 225 sctx->st[i] ^= get_unaligned_le64(sctx->buf + 8 * i); in crypto_sha3_final()
|
D | blake2b_generic.c | 106 m[i] = get_unaligned_le64(block + i * sizeof(m[i])); in blake2b_compress()
|
/kernel/linux/linux-5.10/arch/mips/crypto/ |
D | crc32-mips.c | 76 u64 value = get_unaligned_le64(p); 116 u64 value = get_unaligned_le64(p);
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | uuid-tree.c | 17 key->objectid = get_unaligned_le64(uuid); in btrfs_uuid_to_key() 18 key->offset = get_unaligned_le64(uuid + sizeof(u64)); in btrfs_uuid_to_key()
|
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/ |
D | sensors.c | 252 *value = get_unaligned_le64((void *) in scmi_sensor_reading_get() 258 *value = get_unaligned_le64(t->rx.buf); in scmi_sensor_reading_get()
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | unaligned-sh4a.h | 74 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
/kernel/linux/linux-5.10/lib/zstd/ |
D | mem.h | 91 ZSTD_STATIC U64 ZSTD_readLE64(const void *memPtr) { return get_unaligned_le64(memPtr); } in ZSTD_readLE64()
|
/kernel/linux/linux-5.10/include/net/ |
D | mac802154.h | 377 put_unaligned_be64(get_unaligned_le64(le64_src), be64_dst); in ieee802154_le64_to_be64()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp_cpplib.c | 94 *value = get_unaligned_le64(tmp); in nfp_cpp_readq()
|
/kernel/linux/linux-5.10/scripts/ |
D | sorttable.c | 131 return get_unaligned_le64(x); in r8le()
|