| /linux/lib/ |
| 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() 419 v1 = xxh64_round(v1, get_unaligned_le64(p)); in xxh64_update() 421 v2 = xxh64_round(v2, get_unaligned_le64(p)); in xxh64_update() 423 v3 = xxh64_round(v3, get_unaligned_le64(p)); in xxh64_update() 425 v4 = xxh64_round(v4, get_unaligned_le64(p)); in xxh64_update() [all …]
|
| /linux/fs/bcachefs/ |
| A D | varint.c | 65 v = get_unaligned_le64(++in); in bch2_varint_decode() 114 u64 v = get_unaligned_le64(in); in bch2_varint_decode_fast() 124 v = get_unaligned_le64(++in); in bch2_varint_decode_fast()
|
| A D | siphash.c | 79 u64 m = get_unaligned_le64(ptr); in SipHash_CRounds()
|
| /linux/lib/crypto/ |
| A 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()
|
| A 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/drivers/nvme/target/ |
| A 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() 133 u64 slba = get_unaligned_le64(cdw10); in nvmet_trace_zone_mgmt_send() 164 u64 slba = get_unaligned_le64(cdw10); in nvmet_trace_zone_mgmt_recv() 209 u64 value = get_unaligned_le64(spc + 8); in nvmet_trace_fabrics_property_set()
|
| /linux/drivers/md/dm-vdo/ |
| A D | numeric.h | 20 *decoded = get_unaligned_le64(buffer + *offset); in decode_s64_le() 32 *decoded = get_unaligned_le64(buffer + *offset); in decode_u64_le()
|
| A D | murmurhash3.c | 53 u64 k1 = get_unaligned_le64(&blocks[i * 2]); in murmurhash3_128() 54 u64 k2 = get_unaligned_le64(&blocks[i * 2 + 1]); in murmurhash3_128()
|
| /linux/tools/perf/util/intel-pt-decoder/ |
| A D | intel-pt-pkt-decoder.c | 82 payload = get_unaligned_le64(buf); in intel_pt_get_long_tnt() 193 packet->payload = get_unaligned_le64(buf + 3); in intel_pt_get_mnt() 227 packet->payload = get_unaligned_le64(buf + 2); in intel_pt_get_ptwrite() 252 packet->payload = get_unaligned_le64(buf + 2); in intel_pt_get_mwait() 305 packet->payload = get_unaligned_le64(buf + 1); in intel_pt_get_bip_8() 344 packet->payload = get_unaligned_le64(buf + 3); in intel_pt_get_evd() 478 packet->payload = get_unaligned_le64(buf + 1); in intel_pt_get_ip()
|
| /linux/drivers/nvme/host/ |
| A D | trace.c | 107 u64 slba = get_unaligned_le64(cdw10); in nvme_trace_get_lba_status() 142 u64 slba = get_unaligned_le64(cdw10); in nvme_trace_read_write() 179 u64 slba = get_unaligned_le64(cdw10); in nvme_trace_zone_mgmt_send() 210 u64 slba = get_unaligned_le64(cdw10); in nvme_trace_zone_mgmt_recv() 353 u64 value = get_unaligned_le64(spc + 8); in nvme_trace_fabrics_property_set()
|
| /linux/drivers/net/can/usb/etas_es58x/ |
| A 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()
|
| A 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/arch/powerpc/crypto/ |
| A 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/net/ipv4/ |
| A 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/drivers/firmware/arm_scmi/ |
| A D | sensors.c | 269 out->min_range = get_unaligned_le64((void *)&in->min_range_low); in scmi_parse_range_attrs() 270 out->max_range = get_unaligned_le64((void *)&in->max_range_low); in scmi_parse_range_attrs() 798 *sensor_config = get_unaligned_le64(t->rx.buf); in scmi_sensor_config_get() 881 get_unaligned_le64(&resp->readings_low); in scmi_sensor_reading_get() 889 *value = get_unaligned_le64(t->rx.buf); in scmi_sensor_reading_get() 900 out->value = get_unaligned_le64((void *)&in->sensor_value_low); in scmi_parse_sensor_readings() 901 out->timestamp = get_unaligned_le64((void *)&in->timestamp_low); in scmi_parse_sensor_readings()
|
| /linux/tools/include/tools/ |
| A D | le_byteshift.h | 51 static inline uint64_t get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
| /linux/arch/loongarch/crypto/ |
| A D | crc32-loongarch.c | 35 u64 value = get_unaligned_le64(p); in crc32_loongarch_hw() 70 u64 value = get_unaligned_le64(p); in crc32c_loongarch_hw()
|
| /linux/crypto/ |
| A D | xxhash_generic.c | 27 tctx->seed = get_unaligned_le64(key); in xxhash64_setkey()
|
| 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()
|
| A D | blake2b_generic.c | 78 m[i] = get_unaligned_le64(block + i * sizeof(m[i])); in blake2b_compress_one_generic()
|
| /linux/arch/mips/crypto/ |
| A D | crc32-mips.c | 82 u64 value = get_unaligned_le64(p); in crc32_mips_le_hw() 124 u64 value = get_unaligned_le64(p); in crc32c_mips_le_hw()
|
| /linux/include/linux/ |
| A D | unaligned.h | 26 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
| /linux/tools/include/linux/ |
| A D | unaligned.h | 27 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
| /linux/drivers/media/v4l2-core/ |
| A D | v4l2-cci.c | 73 *val = get_unaligned_le64(buf); in cci_read()
|
| /linux/include/net/ |
| A D | mac802154.h | 373 put_unaligned_be64(get_unaligned_le64(le64_src), be64_dst); in ieee802154_le64_to_be64()
|