| /linux-4.4.14/arch/c6x/include/asm/ |
| D | unaligned.h | 83 #define get_unaligned_be64(p) get_unaligned64(p) macro 96 #define get_unaligned_be64(p) __swab64(get_unaligned64(p)) macro 124 (sizeof(*(ptr)) == 8 ? get_unaligned_be64((ptr)) : \
|
| /linux-4.4.14/block/partitions/ |
| D | ldm.c | 138 if (MAGIC_PRIVHEAD != get_unaligned_be64(data)) { in ldm_parse_privhead() 145 ph->logical_disk_start = get_unaligned_be64(data + 0x011B); in ldm_parse_privhead() 146 ph->logical_disk_size = get_unaligned_be64(data + 0x0123); in ldm_parse_privhead() 147 ph->config_start = get_unaligned_be64(data + 0x012B); in ldm_parse_privhead() 148 ph->config_size = get_unaligned_be64(data + 0x0133); in ldm_parse_privhead() 196 if (MAGIC_TOCBLOCK != get_unaligned_be64(data)) { in ldm_parse_tocblock() 202 toc->bitmap1_start = get_unaligned_be64(data + 0x2E); in ldm_parse_tocblock() 203 toc->bitmap1_size = get_unaligned_be64(data + 0x36); in ldm_parse_tocblock() 213 toc->bitmap2_start = get_unaligned_be64(data + 0x50); in ldm_parse_tocblock() 214 toc->bitmap2_size = get_unaligned_be64(data + 0x58); in ldm_parse_tocblock() [all …]
|
| /linux-4.4.14/arch/arm64/crypto/ |
| D | ghash-ce-glue.c | 115 b = get_unaligned_be64(inkey); in ghash_setkey() 116 a = get_unaligned_be64(inkey + 8); in ghash_setkey()
|
| /linux-4.4.14/include/linux/unaligned/ |
| D | be_struct.h | 16 static inline u64 get_unaligned_be64(const void *p) in get_unaligned_be64() function
|
| D | be_memmove.h | 16 static inline u64 get_unaligned_be64(const void *p) in get_unaligned_be64() function
|
| D | access_ok.h | 32 static inline u64 get_unaligned_be64(const void *p) in get_unaligned_be64() function
|
| D | be_byteshift.h | 50 static inline u64 get_unaligned_be64(const void *p) in get_unaligned_be64() function
|
| D | generic.h | 22 __builtin_choose_expr(sizeof(*(ptr)) == 8, get_unaligned_be64((ptr)), \
|
| /linux-4.4.14/drivers/scsi/cxlflash/ |
| D | lunmgt.c | 236 __func__, get_unaligned_be64(&manage->wwid[0]), in cxlflash_manage_lun() 237 get_unaligned_be64(&manage->wwid[8]), in cxlflash_manage_lun()
|
| /linux-4.4.14/tools/include/tools/ |
| D | be_byteshift.h | 50 static inline uint64_t get_unaligned_be64(const void *p) in get_unaligned_be64() function
|
| /linux-4.4.14/arch/x86/crypto/ |
| D | camellia_glue.c | 1006 kl = get_unaligned_be64(key); in camellia_setup128() 1007 kr = get_unaligned_be64(key + 8); in camellia_setup128() 1114 kl = get_unaligned_be64(key); in camellia_setup256() 1115 kr = get_unaligned_be64(key + 8); in camellia_setup256() 1116 krl = get_unaligned_be64(key + 16); in camellia_setup256() 1117 krr = get_unaligned_be64(key + 24); in camellia_setup256()
|
| /linux-4.4.14/arch/arm/crypto/ |
| D | ghash-ce-glue.c | 121 b = get_unaligned_be64(inkey); in ghash_setkey() 122 a = get_unaligned_be64(inkey + 8); in ghash_setkey()
|
| /linux-4.4.14/arch/sh/include/asm/ |
| D | unaligned-sh4a.h | 88 static inline u64 get_unaligned_be64(const void *p) in get_unaligned_be64() function
|
| /linux-4.4.14/drivers/scsi/libfc/ |
| D | fc_rport.c | 904 rdata->ids.port_name = get_unaligned_be64(&plp->fl_wwpn); in fc_rport_plogi_resp() 905 rdata->ids.node_name = get_unaligned_be64(&plp->fl_wwnn); in fc_rport_plogi_resp() 1318 get_unaligned_be64(&adisc->adisc_wwpn) != rdata->ids.port_name || in fc_rport_adisc_resp() 1319 get_unaligned_be64(&adisc->adisc_wwnn) != rdata->ids.node_name) { in fc_rport_adisc_resp() 1622 rdata->ids.port_name = get_unaligned_be64(&pl->fl_wwpn); in fc_rport_recv_plogi_req() 1623 rdata->ids.node_name = get_unaligned_be64(&pl->fl_wwnn); in fc_rport_recv_plogi_req()
|
| D | fc_lport.c | 826 remote_wwpn = get_unaligned_be64(&flp->fl_wwpn); in fc_lport_recv_flogi_req() 871 get_unaligned_be64(&flp->fl_wwnn)); in fc_lport_recv_flogi_req() 1785 get_unaligned_be64( in fc_lport_flogi_resp() 1787 get_unaligned_be64( in fc_lport_flogi_resp() 1793 get_unaligned_be64(&flp->fl_wwnn); in fc_lport_flogi_resp()
|
| D | fc_disc.c | 609 port_name = get_unaligned_be64(&pn->fn_wwpn); in fc_disc_gpn_id_resp()
|
| /linux-4.4.14/include/linux/sunrpc/ |
| D | xdr.h | 129 *valp = get_unaligned_be64(p); in xdr_decode_hyper()
|
| /linux-4.4.14/drivers/target/ |
| D | target_core_sbc.c | 977 cmd->t_task_lba = get_unaligned_be64(&cdb[12]); in sbc_parse_cdb() 1008 cmd->t_task_lba = get_unaligned_be64(&cdb[2]); in sbc_parse_cdb() 1070 cmd->t_task_lba = get_unaligned_be64(&cdb[2]); in sbc_parse_cdb() 1204 lba = get_unaligned_be64(&ptr[0]); in sbc_execute_unmap()
|
| D | target_core_xcopy.c | 281 xop->src_lba = get_unaligned_be64(&desc[12]); in target_xcopy_parse_segdesc_02() 282 xop->dst_lba = get_unaligned_be64(&desc[20]); in target_xcopy_parse_segdesc_02()
|
| D | target_core_pr.c | 677 pr_reg->pr_reg_bin_isid = get_unaligned_be64(isid); in __core_scsi3_do_alloc_registration() 871 pr_reg->pr_reg_bin_isid = get_unaligned_be64(isid); in core_scsi3_alloc_aptpl_registration()
|
| D | target_core_transport.c | 342 se_sess->sess_bin_isid = get_unaligned_be64(&buf[0]); in __transport_register_session()
|
| /linux-4.4.14/scripts/ |
| D | sortextable.c | 114 return get_unaligned_be64(x); in r8be()
|
| /linux-4.4.14/drivers/scsi/mpt3sas/ |
| D | mpt3sas_warpdrive.c | 316 v_lba = get_unaligned_be64(&mpi_request->CDB.CDB32[2]); in mpt3sas_setup_direct_io()
|
| /linux-4.4.14/crypto/ |
| D | sha512_generic.c | 73 W[I] = get_unaligned_be64((__u64 *)input + I); in LOAD_OP()
|
| /linux-4.4.14/drivers/scsi/ |
| D | ses.c | 319 unsigned long long id = get_unaligned_be64(ses_dev->page1+8+4); in ses_show_id() 603 efd.addr = get_unaligned_be64(&desc[4]); in ses_match_to_enclosure()
|
| D | scsi_debug.c | 2558 lba = get_unaligned_be64(cmd + 2); in resp_read_dt0() 2588 lba = get_unaligned_be64(cmd + 12); in resp_read_dt0() 2877 lba = get_unaligned_be64(cmd + 2); in resp_write_dt0() 2907 lba = get_unaligned_be64(cmd + 12); in resp_write_dt0() 3079 lba = get_unaligned_be64(cmd + 2); in resp_write_same_16() 3151 lba = get_unaligned_be64(cmd + 2); in resp_comp_write() 3258 unsigned long long lba = get_unaligned_be64(&desc[i].lba); in resp_unmap() 3288 lba = get_unaligned_be64(cmd + 2); in resp_get_lba_status()
|
| D | sd.c | 2107 lba = get_unaligned_be64(&buffer[0]); in read_capacity_16() 2664 sdkp->max_ws_blocks = (u32)get_unaligned_be64(&buffer[36]); in sd_read_block_limits()
|
| D | hpsa.c | 3215 sa = get_unaligned_be64(&physdev->LUN[i].wwid[0]); in hpsa_get_sas_address_from_report_physical() 3243 sa = get_unaligned_be64(ssi->primary_world_wide_id); in hpsa_get_sas_address() 4434 first_block = get_unaligned_be64(&cmd->cmnd[2]); in set_encrypt_ioaccel2()
|
| D | ipr.c | 1224 res->lun_wwn = get_unaligned_be64(cfgtew->u.cfgte->lun_wwn); in ipr_init_res_entry()
|
| /linux-4.4.14/drivers/scsi/fcoe/ |
| D | fcoe_ctlr.c | 961 fcf->switch_name = get_unaligned_be64(&wwn->fd_wwn); in fcoe_ctlr_parse_adv() 968 fcf->fabric_name = get_unaligned_be64(&fab->fd_wwn); in fcoe_ctlr_parse_adv() 1390 if (get_unaligned_be64(&wp->fd_wwn) != fcf->switch_name) in fcoe_ctlr_recv_clr_vlink() 1462 get_unaligned_be64(&vp->fd_wwpn) != in fcoe_ctlr_recv_clr_vlink() 2316 rdata->ids.node_name = get_unaligned_be64(&wwn->fd_wwn); in fcoe_ctlr_vn_parse() 2324 rdata->ids.port_name = get_unaligned_be64(&vn->fd_wwpn); in fcoe_ctlr_vn_parse()
|
| /linux-4.4.14/fs/exofs/ |
| D | super.c | 913 capacity = get_unaligned_be64(attrs[0].val_ptr); in exofs_statfs() 921 used = get_unaligned_be64(attrs[1].val_ptr); in exofs_statfs()
|
| /linux-4.4.14/drivers/scsi/osd/ |
| D | osd_initiator.c | 158 pFirst ? _LLU(get_unaligned_be64(pFirst)) : ~0ULL); in _osd_get_print_system_info() 162 pFirst ? _LLU(get_unaligned_be64(pFirst)) : ~0ULL); in _osd_get_print_system_info() 166 pFirst ? _LLU(get_unaligned_be64(pFirst)) : ~0ULL); in _osd_get_print_system_info() 1795 get_unaligned_be64(&sscd->information) ; in osd_req_decode_sense_full()
|
| /linux-4.4.14/drivers/block/ |
| D | osdblk.c | 226 *size_out = get_unaligned_be64(attr.val_ptr); in osdblk_get_obj_size()
|
| /linux-4.4.14/fs/xfs/libxfs/ |
| D | xfs_da_format.c | 131 return get_unaligned_be64(&from->i8.i) & 0x00ffffffffffffffULL; in xfs_dir2_sf_get_ino()
|
| D | xfs_inode_fork.c | 338 ep->l0 = get_unaligned_be64(&dp->l0); in xfs_iformat_extents() 339 ep->l1 = get_unaligned_be64(&dp->l1); in xfs_iformat_extents()
|
| /linux-4.4.14/fs/ecryptfs/ |
| D | crypto.c | 1294 file_size = get_unaligned_be64(page_virt); in ecryptfs_i_size_init()
|
| /linux-4.4.14/drivers/nvme/host/ |
| D | scsi.c | 1773 cdb_info.lba = get_unaligned_be64(&cmd[2]); in nvme_trans_io()
|