| /Linux-v5.4/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 | 92 m = get_unaligned_le64(data); in __siphash_unaligned() 293 m = get_unaligned_le64(data); in __hsiphash_unaligned()
|
| /Linux-v5.4/arch/c6x/include/asm/ |
| D | unaligned.h | 78 #define get_unaligned_le64(p) __swab64(get_unaligned64(p)) macro 91 #define get_unaligned_le64(p) get_unaligned64(p) macro 113 (sizeof(*(ptr)) == 8 ? get_unaligned_le64((ptr)) : \
|
| /Linux-v5.4/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()
|
| /Linux-v5.4/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()
|
| /Linux-v5.4/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()
|
| /Linux-v5.4/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 | 15 __builtin_choose_expr(sizeof(*(ptr)) == 8, get_unaligned_le64((ptr)), \
|
| /Linux-v5.4/tools/include/tools/ |
| D | le_byteshift.h | 51 static inline uint64_t get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
| /Linux-v5.4/crypto/ |
| D | xxhash_generic.c | 29 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 | tgr192.c | 469 x[i] = get_unaligned_le64(data + i * sizeof(__le64)); in tgr192_transform()
|
| /Linux-v5.4/arch/mips/crypto/ |
| D | crc32-mips.c | 76 u64 value = get_unaligned_le64(p); 116 u64 value = get_unaligned_le64(p);
|
| /Linux-v5.4/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()
|
| /Linux-v5.4/drivers/firmware/arm_scmi/ |
| D | sensors.c | 238 *value = get_unaligned_le64((void *) in scmi_sensor_reading_get() 244 *value = get_unaligned_le64(t->rx.buf); in scmi_sensor_reading_get()
|
| D | clock.c | 211 *value = get_unaligned_le64(t->rx.buf); in scmi_clock_rate_get()
|
| /Linux-v5.4/arch/sh/include/asm/ |
| D | unaligned-sh4a.h | 74 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
| /Linux-v5.4/lib/zstd/ |
| D | mem.h | 91 ZSTD_STATIC U64 ZSTD_readLE64(const void *memPtr) { return get_unaligned_le64(memPtr); } in ZSTD_readLE64()
|
| /Linux-v5.4/include/net/ |
| D | mac802154.h | 377 put_unaligned_be64(get_unaligned_le64(le64_src), be64_dst); in ieee802154_le64_to_be64()
|
| /Linux-v5.4/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| D | nfp_cpplib.c | 94 *value = get_unaligned_le64(tmp); in nfp_cpp_readq()
|
| /Linux-v5.4/scripts/ |
| D | sortextable.c | 126 return get_unaligned_le64(x); in r8le()
|
| /Linux-v5.4/include/linux/ceph/ |
| D | decode.h | 21 u64 v = get_unaligned_le64(*p); in ceph_decode_64()
|