/linux/arch/x86/boot/tools/ |
A D | build.c | 175 put_unaligned_le32(size, section + 0x8); in update_pecoff_section_header_fields() 178 put_unaligned_le32(vma, section + 0xc); in update_pecoff_section_header_fields() 181 put_unaligned_le32(datasz, section + 0x10); in update_pecoff_section_header_fields() 184 put_unaligned_le32(offset, section + 0x14); in update_pecoff_section_header_fields() 215 put_unaligned_le32(10, &buf[reloc_offset + 4]); in update_pecoff_setup_and_reloc() 260 put_unaligned_le32(init_sz, &buf[pe_header + 0x50]); in update_pecoff_text() 302 put_unaligned_le32(addr, &buf[0x264]); in efi_stub_entry_update() 441 put_unaligned_le32(sys_size, &buf[0x1f4]); in main() 461 put_unaligned_le32(init_sz, &buf[0x260]); in main() 469 put_unaligned_le32(kernel_info, &buf[0x268]); in main() [all …]
|
/linux/crypto/ |
A D | aes_generic.c | 1209 put_unaligned_le32(b0[0], out); in crypto_aes_encrypt() 1210 put_unaligned_le32(b0[1], out + 4); in crypto_aes_encrypt() 1211 put_unaligned_le32(b0[2], out + 8); in crypto_aes_encrypt() 1212 put_unaligned_le32(b0[3], out + 12); in crypto_aes_encrypt() 1279 put_unaligned_le32(b0[0], out); in crypto_aes_decrypt() 1280 put_unaligned_le32(b0[1], out + 4); in crypto_aes_decrypt() 1281 put_unaligned_le32(b0[2], out + 8); in crypto_aes_decrypt() 1282 put_unaligned_le32(b0[3], out + 12); in crypto_aes_decrypt()
|
A D | crc32_generic.c | 70 put_unaligned_le32(crc32_le(*crcp, data, len), out); in __crc32_finup() 84 put_unaligned_le32(*crcp, out); in crc32_final()
|
A D | crc32c_generic.c | 96 put_unaligned_le32(~ctx->crc, out); in chksum_final() 102 put_unaligned_le32(~__crc32c_le(*crcp, data, len), out); in __chksum_finup()
|
A D | michael_mic.c | 122 put_unaligned_le32(mctx->l, out); in michael_final() 123 put_unaligned_le32(mctx->r, out + 4); in michael_final()
|
A D | serpent_generic.c | 503 put_unaligned_le32(r0, dst); in __serpent_encrypt() 504 put_unaligned_le32(r1, dst + 4); in __serpent_encrypt() 505 put_unaligned_le32(r2, dst + 8); in __serpent_encrypt() 506 put_unaligned_le32(r3, dst + 12); in __serpent_encrypt() 562 put_unaligned_le32(r2, dst); in __serpent_decrypt() 563 put_unaligned_le32(r3, dst + 4); in __serpent_decrypt() 564 put_unaligned_le32(r1, dst + 8); in __serpent_decrypt() 565 put_unaligned_le32(r4, dst + 12); in __serpent_decrypt()
|
/linux/lib/crypto/ |
A D | aes.c | 296 put_unaligned_le32(subshift(st1, 0) ^ rkp[4], out); in aes_encrypt() 297 put_unaligned_le32(subshift(st1, 1) ^ rkp[5], out + 4); in aes_encrypt() 298 put_unaligned_le32(subshift(st1, 2) ^ rkp[6], out + 8); in aes_encrypt() 299 put_unaligned_le32(subshift(st1, 3) ^ rkp[7], out + 12); in aes_encrypt() 347 put_unaligned_le32(inv_subshift(st1, 0) ^ rkp[4], out); in aes_decrypt() 348 put_unaligned_le32(inv_subshift(st1, 1) ^ rkp[5], out + 4); in aes_decrypt() 349 put_unaligned_le32(inv_subshift(st1, 2) ^ rkp[6], out + 8); in aes_decrypt() 350 put_unaligned_le32(inv_subshift(st1, 3) ^ rkp[7], out + 12); in aes_decrypt()
|
A D | poly1305-donna32.c | 200 put_unaligned_le32(h0, &mac[0]); in poly1305_core_emit() 201 put_unaligned_le32(h1, &mac[4]); in poly1305_core_emit() 202 put_unaligned_le32(h2, &mac[8]); in poly1305_core_emit() 203 put_unaligned_le32(h3, &mac[12]); in poly1305_core_emit()
|
A D | des.c | 797 put_unaligned_le32(R, dst); in des_encrypt() 798 put_unaligned_le32(L, dst + 4); in des_encrypt() 818 put_unaligned_le32(R, dst); in des_decrypt() 819 put_unaligned_le32(L, dst + 4); in des_decrypt() 868 put_unaligned_le32(R, dst); in des3_ede_encrypt() 869 put_unaligned_le32(L, dst + 4); in des3_ede_encrypt() 897 put_unaligned_le32(R, dst); in des3_ede_decrypt() 898 put_unaligned_le32(L, dst + 4); in des3_ede_decrypt()
|
/linux/drivers/usb/gadget/ |
A D | u_os_desc.h | 73 put_unaligned_le32(dw_size, usb_ext_prop_size_ptr(buf)); in usb_ext_prop_put_size() 78 put_unaligned_le32(type, usb_ext_prop_type_ptr(buf)); in usb_ext_prop_put_type() 99 put_unaligned_le32(data_len, usb_ext_prop_data_len_ptr(buf, pnl)); in usb_ext_prop_put_binary() 107 put_unaligned_le32(data_len, usb_ext_prop_data_len_ptr(buf, pnl)); in usb_ext_prop_put_unicode()
|
/linux/drivers/scsi/qla2xxx/ |
A D | qla_dsd.h | 14 put_unaligned_le32(sg_dma_address(sg), &(*dsd)->address); in append_dsd32() 15 put_unaligned_le32(sg_dma_len(sg), &(*dsd)->length); in append_dsd32() 28 put_unaligned_le32(sg_dma_len(sg), &(*dsd)->length); in append_dsd64()
|
/linux/drivers/scsi/smartpqi/ |
A D | smartpqi_sis.c | 316 put_unaligned_le32(SIS_BASE_STRUCT_REVISION, &base_struct->revision); in sis_init_base_struct_addr() 317 put_unaligned_le32(lower_32_bits(error_buffer_paddr), in sis_init_base_struct_addr() 319 put_unaligned_le32(upper_32_bits(error_buffer_paddr), in sis_init_base_struct_addr() 321 put_unaligned_le32(PQI_ERROR_BUFFER_ELEMENT_LENGTH, in sis_init_base_struct_addr() 323 put_unaligned_le32(ctrl_info->max_io_slots, in sis_init_base_struct_addr()
|
A D | smartpqi_sas_transport.c | 474 put_unaligned_le32(sizeof(smp_buf->ioctl_header), in pqi_build_csmi_smp_passthru_buffer() 476 put_unaligned_le32(CSMI_IOCTL_TIMEOUT, &ioctl_header->timeout); in pqi_build_csmi_smp_passthru_buffer() 477 put_unaligned_le32(CSMI_CC_SAS_SMP_PASSTHRU, in pqi_build_csmi_smp_passthru_buffer() 479 put_unaligned_le32(sizeof(smp_buf->parameters), &ioctl_header->length); in pqi_build_csmi_smp_passthru_buffer() 491 put_unaligned_le32(req_size, ¶meters->request_length); in pqi_build_csmi_smp_passthru_buffer() 492 put_unaligned_le32(resp_size, ¶meters->response_length); in pqi_build_csmi_smp_passthru_buffer()
|
/linux/arch/mips/crypto/ |
A D | crc32-mips.c | 208 put_unaligned_le32(ctx->crc, out); 216 put_unaligned_le32(~ctx->crc, out); 222 put_unaligned_le32(crc32_mips_le_hw(crc, data, len), out); 228 put_unaligned_le32(~crc32c_mips_le_hw(crc, data, len), out);
|
/linux/net/mac80211/ |
A D | michael.c | 81 put_unaligned_le32(mctx.l, mic); in michael_mic() 82 put_unaligned_le32(mctx.r, mic + 4); in michael_mic()
|
A D | mesh_hwmp.c | 163 put_unaligned_le32(target_sn, pos); in mesh_path_sel_frame_tx() 167 put_unaligned_le32(preq_id, pos); in mesh_path_sel_frame_tx() 172 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx() 175 put_unaligned_le32(lifetime, pos); /* interval for RANN */ in mesh_path_sel_frame_tx() 177 put_unaligned_le32(metric, pos); in mesh_path_sel_frame_tx() 184 put_unaligned_le32(target_sn, pos); in mesh_path_sel_frame_tx() 189 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx() 283 put_unaligned_le32(target_sn, pos); in mesh_path_error_tx()
|
/linux/drivers/platform/chrome/wilco_ec/ |
A D | properties.c | 68 put_unaligned_le32(prop_msg->property_id, rq.property_id); in wilco_ec_get_property() 90 put_unaligned_le32(prop_msg->property_id, rq.property_id); in wilco_ec_set_property()
|
/linux/sound/soc/sof/ |
A D | utils.c | 178 put_unaligned_le32((pg_table[0] & 0xf) | pfn << 4, in snd_sof_create_page_table() 181 put_unaligned_le32(pfn, pg_table); in snd_sof_create_page_table()
|
/linux/arch/arm/crypto/ |
A D | crc32-ce-glue.c | 94 put_unaligned_le32(*crc, out); in crc32_final() 102 put_unaligned_le32(~*crc, out); in crc32c_final()
|
/linux/drivers/hid/surface-hid/ |
A D | surface_hid.c | 78 put_unaligned_le32(offset, &slice->offset); in ssam_hid_get_descriptor() 79 put_unaligned_le32(length, &slice->length); in ssam_hid_get_descriptor()
|
/linux/tools/include/tools/ |
A D | le_byteshift.h | 61 static inline void put_unaligned_le32(uint32_t val, void *p) in put_unaligned_le32() function
|
/linux/drivers/firmware/arm_scmi/ |
A D | power.c | 111 put_unaligned_le32(domain, t->tx.buf); in scmi_power_domain_attributes_get() 160 put_unaligned_le32(domain, t->tx.buf); in scmi_power_state_get()
|
/linux/drivers/net/wireless/mediatek/mt7601u/ |
A D | dma.h | 76 put_unaligned_le32(info, skb_push(skb, sizeof(info))); in mt7601u_dma_skb_wrap()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
A D | usb_mcu.c | 30 put_unaligned_le32(len, skb_push(skb, sizeof(len))); in mt7663u_mcu_send_message()
|
/linux/drivers/misc/altera-stapl/ |
A D | altera.c | 720 put_unaligned_le32(long_tmp, &charbuf[0]); in altera_execute() 733 put_unaligned_le32(long_tmp, &charbuf[0]); in altera_execute() 748 put_unaligned_le32(long_tmp, &charbuf[0]); in altera_execute() 761 put_unaligned_le32(long_tmp, &charbuf[0]); in altera_execute() 782 put_unaligned_le32(long_tmp, &charbuf[0]); in altera_execute() 807 put_unaligned_le32(long_tmp, &charbuf[0]); in altera_execute() 827 put_unaligned_le32(long_tmp, &charbuf[0]); in altera_execute() 853 put_unaligned_le32(long_tmp, &charbuf[0]); in altera_execute()
|