/openbmc/linux/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 …]
|
/openbmc/linux/lib/crypto/ |
H 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()
|
H 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()
|
/openbmc/linux/drivers/nvme/host/ |
H A 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()
|
/openbmc/linux/drivers/nvme/target/ |
H 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() 143 u64 value = get_unaligned_le64(spc + 8); in nvmet_trace_fabrics_property_set()
|
/openbmc/linux/drivers/net/can/usb/etas_es58x/ |
H 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()
|
H 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()
|
/openbmc/linux/arch/powerpc/crypto/ |
H 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()
|
/openbmc/linux/net/ipv4/ |
H 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()
|
/openbmc/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)), \
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A 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()
|
H A 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()
|
/openbmc/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)), \
|
/openbmc/linux/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
|
/openbmc/linux/arch/loongarch/crypto/ |
H 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()
|
/openbmc/linux/crypto/ |
H A D | xxhash_generic.c | 27 tctx->seed = get_unaligned_le64(key); in xxhash64_setkey()
|
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 | blake2b_generic.c | 78 m[i] = get_unaligned_le64(block + i * sizeof(m[i])); in blake2b_compress_one_generic()
|
/openbmc/linux/arch/mips/crypto/ |
H A D | crc32-mips.c | 82 u64 value = get_unaligned_le64(p); 122 u64 value = get_unaligned_le64(p);
|
/openbmc/linux/fs/btrfs/ |
H A 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()
|
/openbmc/linux/include/asm-generic/ |
H A D | unaligned.h | 35 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() function
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-cci.c | 73 *val = get_unaligned_le64(buf); in cci_read()
|
/openbmc/linux/drivers/peci/ |
H A 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()
|