| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | xxhash_generic.c | 55 put_unaligned_le64(xxh64_digest(&dctx->xxhstate), out); in xxhash64_final() 65 put_unaligned_le64(xxh64(data, length, tctx->seed), out); in xxhash64_digest()
|
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | admin-cmd.c | 99 put_unaligned_le64(host_reads, &slog->host_reads[0]); in nvmet_get_smart_log_nsid() 100 put_unaligned_le64(data_units_read, &slog->data_units_read[0]); in nvmet_get_smart_log_nsid() 101 put_unaligned_le64(host_writes, &slog->host_writes[0]); in nvmet_get_smart_log_nsid() 102 put_unaligned_le64(data_units_written, &slog->data_units_written[0]); in nvmet_get_smart_log_nsid() 131 put_unaligned_le64(host_reads, &slog->host_reads[0]); in nvmet_get_smart_log_all() 132 put_unaligned_le64(data_units_read, &slog->data_units_read[0]); in nvmet_get_smart_log_all() 133 put_unaligned_le64(host_writes, &slog->host_writes[0]); in nvmet_get_smart_log_all() 134 put_unaligned_le64(data_units_written, &slog->data_units_written[0]); in nvmet_get_smart_log_all() 160 put_unaligned_le64(req->sq->ctrl->err_counter, in nvmet_execute_get_log_page_smart()
|
| /OK3568_Linux_fs/kernel/arch/c6x/include/asm/ |
| H A D | unaligned.h | 83 #define put_unaligned_le64(v, p) put_unaligned64(__swab64(v), (p)) macro 96 #define put_unaligned_le64(v, p) put_unaligned64((v), (p)) macro
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | unaligned-sh4a.h | 150 static inline void put_unaligned_le64(u64 val, void *p) in put_unaligned_le64() function 221 put_unaligned_le64((__force u64)(val), __gu_p); \
|
| /OK3568_Linux_fs/kernel/lib/crypto/ |
| H A D | poly1305-donna64.c | 183 put_unaligned_le64(h0, &mac[0]); in poly1305_core_emit() 184 put_unaligned_le64(h1, &mac[8]); in poly1305_core_emit()
|
| H A D | curve25519-hacl64.c | 733 put_unaligned_le64(o0, b0); in format_fcontract_store() 734 put_unaligned_le64(o1, b1); in format_fcontract_store() 735 put_unaligned_le64(o2, b2); in format_fcontract_store() 736 put_unaligned_le64(o3, b3); in format_fcontract_store()
|
| /OK3568_Linux_fs/kernel/include/linux/unaligned/ |
| H A D | le_struct.h | 32 static inline void put_unaligned_le64(u64 val, void *p) in put_unaligned_le64() function
|
| H A D | le_memmove.h | 32 static inline void put_unaligned_le64(u64 val, void *p) in put_unaligned_le64() function
|
| H A D | le_byteshift.h | 66 static inline void put_unaligned_le64(u64 val, void *p) in put_unaligned_le64() function
|
| H A D | access_ok.h | 48 static __always_inline void put_unaligned_le64(u64 val, void *p) in put_unaligned_le64() function
|
| H A D | generic.h | 42 put_unaligned_le64((__force u64)(val), __gu_p); \
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_dsd.h | 27 put_unaligned_le64(sg_dma_address(sg), &(*dsd)->address); in append_dsd64()
|
| H A D | qla_iocb.c | 643 put_unaligned_le64(dsd_ptr->dsd_list_dma, in qla24xx_build_scsi_type_6_iocbs() 647 put_unaligned_le64(dsd_ptr->dsd_list_dma, in qla24xx_build_scsi_type_6_iocbs() 969 put_unaligned_le64(dsd_ptr->dsd_list_dma, in qla24xx_walk_and_build_sglist_no_difb() 974 put_unaligned_le64(sle_dma, &cur_dsd->address); in qla24xx_walk_and_build_sglist_no_difb() 1065 put_unaligned_le64(dsd_ptr->dsd_list_dma, in qla24xx_walk_and_build_sglist() 1304 put_unaligned_le64(dsd_ptr->dsd_list_dma, in qla24xx_walk_and_build_prot_sglist() 1309 put_unaligned_le64(dif_dsd->dsd_list_dma, in qla24xx_walk_and_build_prot_sglist() 1362 put_unaligned_le64(dsd_ptr->dsd_list_dma, in qla24xx_walk_and_build_prot_sglist() 1459 put_unaligned_le64(crc_ctx_dma, &cmd_pkt->crc_context_address); in qla24xx_build_scsi_crc_2_iocbs() 1486 put_unaligned_le64(crc_ctx_dma + CRC_CONTEXT_FCPCMND_OFF, in qla24xx_build_scsi_crc_2_iocbs() [all …]
|
| /OK3568_Linux_fs/u-boot/include/linux/unaligned/ |
| H A D | access_ok.h | 46 static inline void put_unaligned_le64(u64 val, void *p) in put_unaligned_le64() function
|
| H A D | le_byteshift.h | 65 static inline void put_unaligned_le64(u64 val, void *p) in put_unaligned_le64() function
|
| H A D | generic.h | 39 put_unaligned_le64((__force u64)(val), __gu_p); \
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/b53/ |
| H A D | b53_spi.c | 261 put_unaligned_le64(value, &txbuf[2]); in b53_spi_write48() 278 put_unaligned_le64(value, &txbuf[2]); in b53_spi_write64()
|
| /OK3568_Linux_fs/kernel/tools/include/tools/ |
| H A D | le_byteshift.h | 66 static inline void put_unaligned_le64(uint64_t val, void *p) in put_unaligned_le64() function
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | uuid-tree.c | 347 put_unaligned_le64(key.objectid, uuid); in btrfs_uuid_tree_iterate() 348 put_unaligned_le64(key.offset, uuid + sizeof(u64)); in btrfs_uuid_tree_iterate()
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | unaligned-sh4a.h | 148 static inline void put_unaligned_le64(u64 val, void *p) in put_unaligned_le64() function
|
| /OK3568_Linux_fs/kernel/lib/zstd/ |
| H A D | mem.h | 93 ZSTD_STATIC void ZSTD_writeLE64(void *memPtr, U64 val64) { put_unaligned_le64(val64, memPtr); } in ZSTD_writeLE64()
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | sha3-ce-glue.c | 100 put_unaligned_le64(sctx->st[i], digest++); in sha3_final()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_fastopen.c | 125 put_unaligned_le64(ctx->key[i].key[0], key + (i * 2)); in tcp_fastopen_get_cipher() 126 put_unaligned_le64(ctx->key[i].key[1], key + (i * 2) + 1); in tcp_fastopen_get_cipher()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | mac802154.h | 367 put_unaligned_le64(get_unaligned_be64(be64_src), le64_dst); in ieee802154_be64_to_le64()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp_cpplib.c | 113 put_unaligned_le64(value, tmp); in nfp_cpp_writeq()
|