| /OK3568_Linux_fs/kernel/include/scsi/ |
| H A D | fc_encode.h | 83 put_unaligned_be64(lport->wwpn, &adisc->adisc_wwpn); in fc_adisc_fill() 84 put_unaligned_be64(lport->wwnn, &adisc->adisc_wwnn); in fc_adisc_fill() 163 put_unaligned_be64(lport->wwnn, &ct->payload.rn.fr_wwn); in fc_ct_ns_fill() 180 put_unaligned_be64(lport->wwnn, &ct->payload.snn.fr_wwn); in fc_ct_ns_fill() 234 put_unaligned_be64(lport->wwpn, &ct->payload.rhba.hbaid.id); in fc_ct_ms_fill() 238 put_unaligned_be64(lport->wwpn, in fc_ct_ms_fill() 252 put_unaligned_be64(lport->wwnn, in fc_ct_ms_fill() 380 put_unaligned_be64(lport->wwpn, in fc_ct_ms_fill() 470 put_unaligned_be64(lport->wwpn, in fc_ct_ms_fill() 478 put_unaligned_be64(lport->wwpn, &ct->payload.dhba.hbaid.id); in fc_ct_ms_fill() [all …]
|
| /OK3568_Linux_fs/kernel/net/mptcp/ |
| H A D | crypto.c | 54 put_unaligned_be64(key1, key1be); in mptcp_crypto_hmac_sha() 55 put_unaligned_be64(key2, key2be); in mptcp_crypto_hmac_sha()
|
| H A D | options.c | 1003 put_unaligned_be64(opts->sndr_key, ptr); in mptcp_write_options() 1008 put_unaligned_be64(opts->rcvr_key, ptr); in mptcp_write_options() 1032 put_unaligned_be64(opts->ahmac, ptr); in mptcp_write_options() 1051 put_unaligned_be64(opts->ahmac, ptr); in mptcp_write_options() 1077 put_unaligned_be64(opts->thmac, ptr); in mptcp_write_options() 1120 put_unaligned_be64(mpext->data_ack, ptr); in mptcp_write_options() 1129 put_unaligned_be64(mpext->data_seq, ptr); in mptcp_write_options()
|
| /OK3568_Linux_fs/kernel/arch/c6x/include/asm/ |
| H A D | unaligned.h | 85 #define put_unaligned_be64(v, p) put_unaligned64((v), (p)) macro 98 #define put_unaligned_be64(v, p) put_unaligned64(__swab64(v), (p)) macro
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | ghash-ce-glue.c | 168 put_unaligned_be64(ctx->digest[1], dst); in ghash_final() 169 put_unaligned_be64(ctx->digest[0], dst + 8); in ghash_final() 437 put_unaligned_be64(dg[1], tag); in gcm_encrypt() 438 put_unaligned_be64(dg[0], tag + 8); in gcm_encrypt() 567 put_unaligned_be64(dg[1], tag); in gcm_decrypt() 568 put_unaligned_be64(dg[0], tag + 8); in gcm_decrypt()
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | unaligned-sh4a.h | 177 static inline void put_unaligned_be64(u64 val, void *p) in put_unaligned_be64() function 242 put_unaligned_be64((__force u64)(val), __gu_p); \
|
| /OK3568_Linux_fs/kernel/include/linux/unaligned/ |
| H A D | be_memmove.h | 32 static inline void put_unaligned_be64(u64 val, void *p) in put_unaligned_be64() function
|
| H A D | be_struct.h | 32 static inline void put_unaligned_be64(u64 val, void *p) in put_unaligned_be64() function
|
| H A D | be_byteshift.h | 66 static inline void put_unaligned_be64(u64 val, void *p) in put_unaligned_be64() function
|
| H A D | access_ok.h | 63 static __always_inline void put_unaligned_be64(u64 val, void *p) in put_unaligned_be64() function
|
| H A D | generic.h | 63 put_unaligned_be64((__force u64)(val), __gu_p); \
|
| /OK3568_Linux_fs/u-boot/include/linux/unaligned/ |
| H A D | access_ok.h | 61 static inline void put_unaligned_be64(u64 val, void *p) in put_unaligned_be64() function
|
| H A D | be_byteshift.h | 65 static inline void put_unaligned_be64(u64 val, void *p) in put_unaligned_be64() function
|
| H A D | generic.h | 60 put_unaligned_be64((__force u64)(val), __gu_p); \
|
| /OK3568_Linux_fs/kernel/tools/include/tools/ |
| H A D | be_byteshift.h | 66 static inline void put_unaligned_be64(uint64_t val, void *p) in put_unaligned_be64() function
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | fils_aead.c | 21 put_unaligned_be64((a << 1) | (b >> 63), pad); in gf_mulx() 22 put_unaligned_be64((b << 1) ^ ((a >> 63) ? 0x87 : 0), pad + 8); in gf_mulx()
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | ghash-ce-glue.c | 138 put_unaligned_be64(ctx->digest[1], dst); in ghash_final() 139 put_unaligned_be64(ctx->digest[0], dst + 8); in ghash_final()
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | mmap.c | 388 put_unaligned_be64(i_size_read(ecryptfs_inode), file_size_virt); in ecryptfs_write_inode_size_to_header() 428 put_unaligned_be64(i_size_read(ecryptfs_inode), xattr_virt); in ecryptfs_write_inode_size_to_xattr()
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | unaligned-sh4a.h | 175 static inline void put_unaligned_be64(u64 val, void *p) in put_unaligned_be64() function
|
| /OK3568_Linux_fs/kernel/lib/zstd/ |
| H A D | mem.h | 119 ZSTD_STATIC void ZSTD_writeBE64(void *memPtr, U64 val64) { put_unaligned_be64(val64, memPtr); } in ZSTD_writeBE64()
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | sha512_base.h | 127 put_unaligned_be64(sctx->state[i], digest++); in sha512_base_finish()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_common.c | 280 put_unaligned_be64(info, &ucp[4]); in scsi_set_sense_information()
|
| H A D | sd_zbc.c | 107 put_unaligned_be64(lba, &cmd[2]); in sd_zbc_do_report_zones() 405 put_unaligned_be64(block, &cmd->cmnd[2]); in sd_zbc_setup_zone_mgmt_cmnd()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | mac802154.h | 377 put_unaligned_be64(get_unaligned_le64(le64_src), be64_dst); in ieee802154_le64_to_be64()
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_bmap_btree.c | 112 put_unaligned_be64( in xfs_bmbt_disk_set_all() 116 put_unaligned_be64( in xfs_bmbt_disk_set_all()
|