/Linux-v6.6/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 | 86 m = get_unaligned_le64(data); in __siphash_unaligned() 287 m = get_unaligned_le64(data); in __hsiphash_unaligned()
|
/Linux-v6.6/lib/crypto/ |
D | poly1305-donna64.c | 19 t0 = get_unaligned_le64(&raw_key[0]); in poly1305_core_setkey() 20 t1 = get_unaligned_le64(&raw_key[8]); in poly1305_core_setkey() 64 t0 = get_unaligned_le64(&input[0]); in poly1305_core_blocks() 65 t1 = get_unaligned_le64(&input[8]); in poly1305_core_blocks()
|
D | curve25519-hacl64.c | 608 i0 = get_unaligned_le64(input); in format_fexpand() 609 i1 = get_unaligned_le64(x00); in format_fexpand() 610 i2 = get_unaligned_le64(x01); in format_fexpand() 611 i3 = get_unaligned_le64(x02); in format_fexpand() 612 i4 = get_unaligned_le64(x0); in format_fexpand()
|
/Linux-v6.6/drivers/nvme/host/ |
D | trace.c | 107 u64 slba = get_unaligned_le64(cdw10); in nvme_trace_get_lba_status() 139 u64 slba = get_unaligned_le64(cdw10); in nvme_trace_read_write() 168 u64 slba = get_unaligned_le64(cdw10); in nvme_trace_zone_mgmt_send() 181 u64 slba = get_unaligned_le64(cdw10); in nvme_trace_zone_mgmt_recv() 256 u64 value = get_unaligned_le64(spc + 8); in nvme_trace_fabrics_property_set()
|
/Linux-v6.6/drivers/nvme/target/ |
D | trace.c | 40 u64 slba = get_unaligned_le64(cdw10); in nvmet_trace_get_lba_status() 69 u64 slba = get_unaligned_le64(cdw10); in nvmet_trace_read_write() 143 u64 value = get_unaligned_le64(spc + 8); in nvmet_trace_fabrics_property_set()
|
/Linux-v6.6/drivers/net/can/usb/etas_es58x/ |
D | es581_4.c | 86 tstamps[i] = get_unaligned_le64(&echo_msg->timestamp); in es581_4_echo_msg() 126 u64 tstamp = get_unaligned_le64(&rx_can_msg->timestamp); in es581_4_rx_can_msg() 155 get_unaligned_le64(&rx_err_msg->timestamp)); in es581_4_rx_err_msg() 171 get_unaligned_le64(&rx_event_msg->timestamp)); in es581_4_rx_event_msg() 312 get_unaligned_le64(&es581_4_urb_cmd->timestamp)); in es581_4_handle_urb_cmd()
|
D | es58x_fd.c | 91 tstamps[i] = get_unaligned_le64(&echo_msg[i].timestamp); in es58x_fd_echo_msg() 138 u64 tstamp = get_unaligned_le64(&rx_can_msg->timestamp); in es58x_fd_rx_can_msg() 183 get_unaligned_le64(&rx_event_msg->timestamp)); in es58x_fd_rx_event_msg() 279 get_unaligned_le64(&es58x_fd_urb_cmd->timestamp)); in es58x_fd_device_cmd_id()
|
/Linux-v6.6/arch/powerpc/crypto/ |
D | poly1305-p10-glue.c | 58 key->key.r64[0] = get_unaligned_le64(&inp[0]); in crypto_poly1305_setdctxkey() 59 key->key.r64[1] = get_unaligned_le64(&inp[8]); in crypto_poly1305_setdctxkey()
|
/Linux-v6.6/net/ipv4/ |
D | tcp_fastopen.c | 71 ctx->key[0].key[0] = get_unaligned_le64(primary_key); in tcp_fastopen_reset_cipher() 72 ctx->key[0].key[1] = get_unaligned_le64(primary_key + 8); in tcp_fastopen_reset_cipher() 74 ctx->key[1].key[0] = get_unaligned_le64(backup_key); in tcp_fastopen_reset_cipher() 75 ctx->key[1].key[1] = get_unaligned_le64(backup_key + 8); in tcp_fastopen_reset_cipher()
|
/Linux-v6.6/drivers/firmware/arm_scmi/ |
D | sensors.c | 252 out->min_range = get_unaligned_le64((void *)&in->min_range_low); in scmi_parse_range_attrs() 253 out->max_range = get_unaligned_le64((void *)&in->max_range_low); in scmi_parse_range_attrs() 780 *sensor_config = get_unaligned_le64(t->rx.buf); in scmi_sensor_config_get() 863 get_unaligned_le64(&resp->readings_low); in scmi_sensor_reading_get() 871 *value = get_unaligned_le64(t->rx.buf); in scmi_sensor_reading_get() 882 out->value = get_unaligned_le64((void *)&in->sensor_value_low); in scmi_parse_sensor_readings() 883 out->timestamp = get_unaligned_le64((void *)&in->timestamp_low); in scmi_parse_sensor_readings()
|
D | clock.c | 343 *value = get_unaligned_le64(t->rx.buf); in scmi_clock_rate_get() 381 get_unaligned_le64(&resp->rate_low)); in scmi_clock_rate_set() 531 r->rate = get_unaligned_le64(&p->rate_low); in scmi_clk_fill_custom_report()
|
/Linux-v6.6/tools/include/tools/ |
D | le_byteshift.h | 51 static inline uint64_t get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
/Linux-v6.6/arch/loongarch/crypto/ |
D | crc32-loongarch.c | 35 u64 value = get_unaligned_le64(p); in crc32_loongarch_hw() 71 u64 value = get_unaligned_le64(p); in crc32c_loongarch_hw()
|
/Linux-v6.6/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 | 78 m[i] = get_unaligned_le64(block + i * sizeof(m[i])); in blake2b_compress_one_generic()
|
/Linux-v6.6/fs/btrfs/ |
D | uuid-tree.c | 20 key->objectid = get_unaligned_le64(uuid); in btrfs_uuid_to_key() 21 key->offset = get_unaligned_le64(uuid + sizeof(u64)); in btrfs_uuid_to_key()
|
/Linux-v6.6/arch/mips/crypto/ |
D | crc32-mips.c | 82 u64 value = get_unaligned_le64(p); 122 u64 value = get_unaligned_le64(p);
|
/Linux-v6.6/include/asm-generic/ |
D | unaligned.h | 35 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
/Linux-v6.6/include/net/ |
D | mac802154.h | 373 put_unaligned_be64(get_unaligned_le64(le64_src), be64_dst); in ieee802154_le64_to_be64()
|
/Linux-v6.6/drivers/peci/ |
D | request.c | 416 return get_unaligned_le64(&req->rx.buf[1]); in peci_request_data_readq() 422 return get_unaligned_le64(&req->rx.buf[0]); in peci_request_dib_read()
|
/Linux-v6.6/lib/zstd/common/ |
D | mem.h | 181 return get_unaligned_le64(memPtr); in MEM_readLE64()
|
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp_cpplib.c | 95 *value = get_unaligned_le64(tmp); in nfp_cpp_readq()
|
/Linux-v6.6/scripts/ |
D | sorttable.c | 141 return get_unaligned_le64(x); in r8le()
|