| /OK3568_Linux_fs/kernel/lib/ |
| H A 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 …]
|
| H A D | siphash.c | 87 m = get_unaligned_le64(data); in __siphash_unaligned() 288 m = get_unaligned_le64(data); in __hsiphash_unaligned()
|
| /OK3568_Linux_fs/kernel/lib/crypto/ |
| H A 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()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/c6x/include/asm/ |
| H A D | unaligned.h | 79 #define get_unaligned_le64(p) __swab64(get_unaligned64(p)) macro 92 #define get_unaligned_le64(p) get_unaligned64(p) macro
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/arm_scmi/ |
| H A D | sensors.c | 236 out->min_range = get_unaligned_le64((void *)&in->min_range_low); in scmi_parse_range_attrs() 237 out->max_range = get_unaligned_le64((void *)&in->max_range_low); in scmi_parse_range_attrs() 646 *sensor_config = get_unaligned_le64(t->rx.buf); in scmi_sensor_config_get() 722 get_unaligned_le64(&resp->readings_low); in scmi_sensor_reading_get() 730 *value = get_unaligned_le64(t->rx.buf); in scmi_sensor_reading_get() 741 out->value = get_unaligned_le64((void *)&in->sensor_value_low); in scmi_parse_sensor_readings() 742 out->timestamp = get_unaligned_le64((void *)&in->timestamp_low); in scmi_parse_sensor_readings()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | unaligned-sh4a.h | 76 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() function 196 __builtin_choose_expr(sizeof(*(ptr)) == 8, get_unaligned_le64((ptr)), \
|
| /OK3568_Linux_fs/kernel/include/linux/unaligned/ |
| H A D | le_struct.h | 17 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
| H A D | le_memmove.h | 17 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
| H A D | le_byteshift.h | 51 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
| H A D | access_ok.h | 18 static __always_inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
| H A D | generic.h | 17 __builtin_choose_expr(sizeof(*(ptr)) == 8, get_unaligned_le64((ptr)), \
|
| /OK3568_Linux_fs/u-boot/include/linux/unaligned/ |
| H A D | access_ok.h | 16 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
| H A D | le_byteshift.h | 50 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
| H A D | generic.h | 14 __builtin_choose_expr(sizeof(*(ptr)) == 8, get_unaligned_le64((ptr)), \
|
| /OK3568_Linux_fs/kernel/tools/include/tools/ |
| H A D | le_byteshift.h | 51 static inline uint64_t get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
| /OK3568_Linux_fs/kernel/arch/mips/crypto/ |
| H A D | crc32-mips.c | 76 u64 value = get_unaligned_le64(p); 116 u64 value = get_unaligned_le64(p);
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A 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()
|
| H A D | xxhash_generic.c | 27 tctx->seed = get_unaligned_le64(key); in xxhash64_setkey()
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | unaligned-sh4a.h | 74 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
| /OK3568_Linux_fs/kernel/lib/zstd/ |
| H A D | mem.h | 91 ZSTD_STATIC U64 ZSTD_readLE64(const void *memPtr) { return get_unaligned_le64(memPtr); } in ZSTD_readLE64()
|