/linux-4.4.14/include/linux/unaligned/ |
D | memmove.h | 12 memmove(&tmp, p, 2); in __get_unaligned_memmove16() 19 memmove(&tmp, p, 4); in __get_unaligned_memmove32() 26 memmove(&tmp, p, 8); in __get_unaligned_memmove64() 32 memmove(p, &val, 2); in __put_unaligned_memmove16() 37 memmove(p, &val, 4); in __put_unaligned_memmove32() 42 memmove(p, &val, 8); in __put_unaligned_memmove64()
|
/linux-4.4.14/arch/s390/boot/compressed/ |
D | misc.c | 22 #undef memmove 23 #define memmove memmove macro 93 void *memmove(void *dest, const void *src, size_t n) in memmove() function 138 memmove(dst, src, PAGE_SIZE); in check_ipl_parmblock() 163 memmove(output + SZ__bss_start, in decompress_kernel()
|
/linux-4.4.14/arch/alpha/lib/ |
D | memmove.S | 15 .globl memmove 16 .ent memmove 17 memmove: label 181 .end memmove
|
D | Makefile | 19 memmove.o \
|
/linux-4.4.14/arch/mn10300/lib/ |
D | memmove.S | 19 # void *memmove(void *dst, const void *src, size_t n) 22 .globl memmove 23 .type memmove,@function 24 memmove: label 160 .size memmove, memmove_end-memmove
|
D | Makefile | 5 lib-y = delay.o usercopy.o checksum.o bitops.o memcpy.o memmove.o memset.o
|
/linux-4.4.14/arch/x86/kernel/ |
D | x8664_ksyms_64.c | 51 #undef memmove 58 extern void *memmove(void *, const void *, __kernel_size_t); 66 EXPORT_SYMBOL(memmove);
|
D | pci-iommu_table.c | 40 memmove(p, q, sizeof(*p)); in sort_iommu_table()
|
D | traps.c | 335 memmove(&normal_regs->ip, (void *)regs->sp, 5*8); in do_double_fault() 563 memmove(&new_stack->regs.ip, (void *)s->regs.sp, 5*8); in fixup_bad_iret() 566 memmove(new_stack, s, offsetof(struct bad_iret_stack, regs.ip)); in fixup_bad_iret()
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00crypto.c | 124 memmove(skb->data + txdesc->iv_len, skb->data, txdesc->iv_offset); in rt2x00crypto_tx_remove_iv() 146 memmove(skb->data, skb->data + iv_len, header_length); in rt2x00crypto_tx_insert_iv() 205 memmove(skb->data + transfer, in rt2x00crypto_rx_insert_iv() 217 memmove(skb->data + transfer, in rt2x00crypto_rx_insert_iv() 232 memmove(skb->data + transfer, in rt2x00crypto_rx_insert_iv()
|
D | rt2x00queue.c | 157 memmove(skb->data, skb->data + align, frame_length); in rt2x00queue_align_frame() 173 memmove(skb->data, skb->data + l2pad, hdr_len); in rt2x00queue_insert_l2pad() 183 memmove(skb->data + l2pad, skb->data, hdr_len); in rt2x00queue_remove_l2pad()
|
/linux-4.4.14/net/dsa/ |
D | tag_edsa.c | 35 memmove(skb->data, skb->data + DSA_HLEN, 2 * ETH_ALEN); in edsa_xmit() 60 memmove(skb->data, skb->data + EDSA_HLEN, 2 * ETH_ALEN); in edsa_xmit() 168 memmove(skb->data - ETH_HLEN, in edsa_rcv() 176 memmove(skb->data - ETH_HLEN, in edsa_rcv()
|
D | tag_brcm.c | 71 memmove(skb->data, skb->data + BRCM_TAG_LEN, 2 * ETH_ALEN); in brcm_tag_xmit() 137 memmove(skb->data - ETH_HLEN, in brcm_tag_rcv()
|
D | tag_dsa.c | 51 memmove(skb->data, skb->data + DSA_HLEN, 2 * ETH_ALEN); in dsa_xmit() 157 memmove(skb->data - ETH_HLEN, in dsa_rcv()
|
/linux-4.4.14/scripts/dtc/libfdt/ |
D | fdt_sw.c | 129 memmove(buf, fdt, headsize); in fdt_resize() 130 memmove(newtail, oldtail, tailsize); in fdt_resize() 132 memmove(newtail, oldtail, tailsize); in fdt_resize() 133 memmove(buf, fdt, headsize); in fdt_resize() 264 memmove(p + newstroffset, p + oldstroffset, fdt_size_dt_strings(fdt)); in fdt_finish()
|
D | fdt_rw.c | 106 memmove(p + newlen, p + oldlen, end - p - oldlen); in _fdt_splice() 403 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size); in _fdt_packblocks() 406 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in _fdt_packblocks() 410 memmove(new + strings_off, old + fdt_off_dt_strings(old), in _fdt_packblocks() 469 memmove(buf, tmp, newsize); in fdt_open_into()
|
D | fdt.c | 248 memmove(buf, fdt, fdt_totalsize(fdt)); in fdt_move()
|
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/ |
D | util.c | 20 memmove(skb->data + 2, skb->data, len); in mt76_remove_hdr_pad() 37 memmove(skb->data, skb->data + 2, len); in mt76_insert_hdr_pad()
|
/linux-4.4.14/arch/x86/lib/ |
D | memmove_64.S | 12 #undef memmove 25 .weak memmove 27 ENTRY(memmove) 209 ENDPROC(memmove)
|
D | memcpy_32.c | 23 __visible void *memmove(void *dest, const void *src, size_t n) in memmove() function 208 EXPORT_SYMBOL(memmove);
|
/linux-4.4.14/arch/microblaze/lib/ |
D | memmove.c | 35 void *memmove(void *v_dst, const void *v_src, __kernel_size_t c) in memmove() function 58 void *memmove(void *v_dst, const void *v_src, __kernel_size_t c) in memmove() function 214 EXPORT_SYMBOL(memmove);
|
D | fastcopy.S | 356 .globl memmove 357 .type memmove, @function 358 .ent memmove 360 memmove: label 669 .size memmove, . - memmove 670 .end memmove
|
D | Makefile | 16 lib-y += memcpy.o memmove.o
|
/linux-4.4.14/arch/tile/lib/ |
D | memmove.c | 19 void *memmove(void *dest, const void *src, size_t n) in memmove() function 63 EXPORT_SYMBOL(memmove);
|
D | Makefile | 6 memmove.o memcpy_$(BITS).o memchr_$(BITS).o memset_$(BITS).o \
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | string.h | 42 extern void *memmove(void *, const void *, __kernel_size_t); 64 #define memmove(dst, src, len) __memmove(dst, src, len) macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | string_32.h | 24 #undef memmove 25 #define memmove(_to, _from, _n) \ macro
|
D | string_64.h | 22 void *memmove(void *, const void *, __kernel_size_t);
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | decompress.c | 49 #define memmove memmove macro
|
D | string.c | 43 void *memmove(void *__dest, __const void *__src, size_t count) in memmove() function
|
/linux-4.4.14/fs/reiserfs/ |
D | lbalance.c | 355 memmove(ih + cpy_num, ih, (nr - dest_before) * IH_SIZE); in leaf_copy_items_entirely() 379 memmove(dest->b_data + last_loc, in leaf_copy_items_entirely() 933 memmove(bh->b_data + last_loc - ih_item_len(inserted_item_ih), in leaf_insert_into_buf() 942 memmove(to, inserted_item_body, in leaf_insert_into_buf() 948 memmove(ih + 1, ih, IH_SIZE * (nr - before)); in leaf_insert_into_buf() 949 memmove(ih, inserted_item_ih, IH_SIZE); in leaf_insert_into_buf() 1017 memmove(bh->b_data + last_loc - paste_size, bh->b_data + last_loc, in leaf_paste_in_buffer() 1030 memmove(bh->b_data + ih_location(ih) + in leaf_paste_in_buffer() 1124 memmove((char *)(deh + from), in leaf_cut_entries() 1130 memmove(prev_record - cut_records_len - DEH_SIZE * del_count, in leaf_cut_entries() [all …]
|
D | objectid.c | 87 memmove(map + 1, map + 3, in reiserfs_get_unused_objectid() 130 memmove(map + i, map + i + 2, in reiserfs_release_objectid() 165 memmove(map + i + 3, map + i + 1, in reiserfs_release_objectid()
|
D | ibalance.c | 153 memmove(dc + count, dc, (nr + 1 - (to + 1)) * DC_SIZE); in internal_insert_childs() 166 memmove(ih + count, ih, in internal_insert_childs() 245 memmove(dc, dc + del_num, (nr + 1 - first_p - del_num) * DC_SIZE); in internal_delete_pointers_items() 247 memmove(key, key + del_num, in internal_delete_pointers_items() 345 memmove(dc + cpy_num, dc, (nr_dest - dest_order) * DC_SIZE); in internal_copy_pointers_items() 352 memmove(key + cpy_num - 1, key, in internal_copy_pointers_items() 457 memmove(key + 1, key, in internal_insert_key()
|
/linux-4.4.14/net/ipv4/ |
D | xfrm4_mode_transport.c | 31 memmove(skb_network_header(skb), iph, ihl); in xfrm4_transport_output() 48 memmove(skb_transport_header(skb), in xfrm4_transport_input()
|
D | ip_options.c | 321 memmove(&optptr[3], &optptr[7], optlen-7); in ip_options_compile() 490 memmove(optptr+7, optptr+3, optptr[1]-7); in ip_options_undo()
|
/linux-4.4.14/net/ipv6/ |
D | xfrm6_mode_transport.c | 35 memmove(ipv6_hdr(skb), iph, hdr_len); in xfrm6_transport_output() 52 memmove(skb_transport_header(skb), in xfrm6_transport_input()
|
D | xfrm6_mode_ro.c | 54 memmove(ipv6_hdr(skb), iph, hdr_len); in xfrm6_ro_output()
|
D | udp_offload.c | 106 memmove(packet_start-frag_hdr_sz, packet_start, unfrag_len); in udp6_ufo_fragment()
|
/linux-4.4.14/arch/sparc/lib/ |
D | memmove.S | 10 ENTRY(memmove) /* o0=dst o1=src o2=len */ 59 ENDPROC(memmove)
|
D | ksyms.c | 31 EXPORT_SYMBOL(memmove);
|
D | Makefile | 41 lib-$(CONFIG_SPARC64) += copy_in_user.o user_fixup.o memmove.o
|
/linux-4.4.14/arch/um/drivers/ |
D | slip_common.c | 16 memmove(slip->ibuf, &slip->ibuf[i], in slip_proto_read() 36 memmove(slip->ibuf, &slip->ibuf[start+i+1], in slip_proto_read()
|
D | mconsole_user.c | 95 memmove(req->request.data, &req->request, len); in mconsole_get_request()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | string_64.h | 59 void *memmove(void *dest, const void *src, size_t count); 77 #define memmove(dst, src, len) __memmove(dst, src, len) macro
|
D | efi.h | 98 #undef memmove
|
D | string_32.h | 200 void *memmove(void *dest, const void *src, size_t n);
|
/linux-4.4.14/arch/m68k/lib/ |
D | memmove.c | 10 void *memmove(void *dest, const void *src, size_t n) in memmove() function 103 EXPORT_SYMBOL(memmove);
|
D | Makefile | 7 memcpy.o memset.o memmove.o
|
/linux-4.4.14/arch/um/os-Linux/ |
D | user_syms.c | 17 extern void *memmove(void *, const void *, size_t); 31 EXPORT_SYMBOL(memmove);
|
D | irq.c | 104 memmove(&pollfds[i], &pollfds[i + 1], in os_free_irq_by_cb()
|
/linux-4.4.14/fs/udf/ |
D | misc.c | 73 memmove(&ad[size], ad, iinfo->i_lenAlloc); in udf_add_extendedattr() 107 memmove(&ea[offset - aal + size], in udf_add_extendedattr() 117 memmove(&ea[offset - ial + size], in udf_add_extendedattr() 128 memmove(&ea[offset - aal + size], in udf_add_extendedattr()
|
D | partition.c | 244 memmove(&st->mapEntry[k + 1], in udf_relocate_blocks()
|
/linux-4.4.14/arch/arm64/lib/ |
D | memmove.S | 60 .weak memmove 62 ENTRY(memmove) 199 ENDPIPROC(memmove)
|
D | Makefile | 3 clear_page.o memchr.o memcpy.o memmove.o memset.o \
|
/linux-4.4.14/security/tomoyo/ |
D | realpath.c | 163 memmove(pos, "/self", 5); in tomoyo_get_local_path() 191 memmove(pos, name, name_len); in tomoyo_get_local_path() 202 memmove(pos, name, name_len); in tomoyo_get_local_path()
|
D | audit.c | 39 memmove(cp, "} envp[]={ ", 11); in tomoyo_print_bprm() 77 memmove(cp, "... ", 4); in tomoyo_print_bprm() 80 memmove(cp, "} envp[]={ ", 11); in tomoyo_print_bprm() 89 memmove(cp, "... ", 4); in tomoyo_print_bprm()
|
D | memory.c | 76 memmove(ptr, data, size); in tomoyo_commit_ok() 171 memmove((char *) ptr->entry.name, name, len); in tomoyo_get_name()
|
/linux-4.4.14/arch/microblaze/ |
D | Kconfig.platform | 13 Allows turn on optimalized library function (memcpy and memmove). 25 Allows turn on optimalized library function (memcpy and memmove).
|
/linux-4.4.14/sound/firewire/oxfw/ |
D | oxfw-command.c | 96 memmove(buf, buf + 10, err - 10); in avc_stream_get_format() 99 memmove(buf, buf + 11, err - 11); in avc_stream_get_format()
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | string.h | 20 extern void *memmove(void *, const void *, __kernel_size_t);
|
/linux-4.4.14/arch/nios2/lib/ |
D | Makefile | 7 lib-y += memmove.o
|
D | memmove.c | 13 void *memmove(void *d, const void *s, size_t count) in memmove() function
|
/linux-4.4.14/arch/score/include/asm/ |
D | string.h | 6 extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | string.h | 20 extern void *memmove(void *d, const void *s, size_t count);
|
/linux-4.4.14/arch/metag/include/asm/ |
D | string.h | 11 extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | string.h | 30 extern void *memmove(void *, const void *, __kernel_size_t);
|
/linux-4.4.14/arch/tile/include/asm/ |
D | string.h | 32 extern void *memmove(void *, const void *, __kernel_size_t);
|
/linux-4.4.14/arch/nios2/kernel/ |
D | nios2_ksyms.c | 16 EXPORT_SYMBOL(memmove);
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | string.h | 21 extern void *memmove(void *dest, const void *src, size_t count);
|
/linux-4.4.14/arch/powerpc/boot/ |
D | main.c | 126 memmove((void *)initrd_addr, old_addr, initrd_size); in prep_initrd() 187 memmove(cmdline, loader_info.cmdline, in start()
|
D | string.h | 15 extern void *memmove(void *dest, const void *src, unsigned long n);
|
D | treeboot-akebono.c | 126 memmove(&userdata[i], end, in platform_init()
|
D | string.S | 123 .globl memmove 124 memmove: label
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | microblaze_ksyms.c | 37 EXPORT_SYMBOL(memmove);
|
D | setup.c | 124 memmove(&__bss_stop, (int *)romfs_base, romfs_size); in machine_early_init()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | string.h | 26 extern void * memmove(void *,const void *,__kernel_size_t);
|
/linux-4.4.14/arch/blackfin/lib/ |
D | Makefile | 8 memcpy.o memset.o memcmp.o memchr.o memmove.o \
|
/linux-4.4.14/arch/powerpc/lib/ |
D | ppc_ksyms.c | 8 EXPORT_SYMBOL(memmove);
|
D | mem_64.S | 80 _GLOBAL_TOC(memmove)
|
/linux-4.4.14/arch/arm/include/asm/ |
D | string.h | 19 extern void * memmove(void *, const void *, __kernel_size_t);
|
/linux-4.4.14/net/mac80211/ |
D | wep.c | 106 memmove(newhdr, newhdr + IEEE80211_WEP_IV_LEN, hdrlen); in ieee80211_wep_add_iv() 126 memmove(skb->data + IEEE80211_WEP_IV_LEN, skb->data, hdrlen); in ieee80211_wep_remove_iv() 268 memmove(skb->data + IEEE80211_WEP_IV_LEN, skb->data, hdrlen); in ieee80211_wep_decrypt()
|
D | wpa.c | 216 memmove(pos, pos + IEEE80211_TKIP_IV_LEN, hdrlen); in tkip_encrypt_skb() 303 memmove(skb->data + IEEE80211_TKIP_IV_LEN, skb->data, hdrlen); in ieee80211_crypto_tkip_decrypt() 440 memmove(pos, pos + IEEE80211_CCMP_HDR_LEN, hdrlen); in ccmp_encrypt_skb() 553 memmove(skb->data + IEEE80211_CCMP_HDR_LEN, skb->data, hdrlen); in ieee80211_crypto_ccmp_decrypt() 667 memmove(pos, pos + IEEE80211_GCMP_HDR_LEN, hdrlen); in gcmp_encrypt_skb() 780 memmove(skb->data + IEEE80211_GCMP_HDR_LEN, skb->data, hdrlen); in ieee80211_crypto_gcmp_decrypt() 809 memmove(pos, pos + iv_len, hdrlen); in ieee80211_crypto_cs_encrypt() 879 memmove(rx->skb->data + cs->hdr_len, rx->skb->data, hdrlen); in ieee80211_crypto_cs_decrypt()
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | string.h | 35 extern void *memmove(void *dest, const void *src, size_t count);
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | mn10300_ksyms.c | 22 EXPORT_SYMBOL(memmove);
|
/linux-4.4.14/fs/hfsplus/ |
D | bnode.c | 206 memmove(kmap(*dst_page), kmap(*src_page), src); in hfs_bnode_move() 216 memmove(kmap(*dst_page) + src, in hfs_bnode_move() 237 memmove(dst_ptr - l, src_ptr - l, l); in hfs_bnode_move() 255 memmove(kmap(*dst_page) + src, in hfs_bnode_move() 263 memmove(kmap(*++dst_page), in hfs_bnode_move() 286 memmove(dst_ptr, src_ptr, l); in hfs_bnode_move()
|
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-btree-remove.c | 65 memmove(key_ptr(n, 0), in node_shift() 68 memmove(value_ptr(n, 0), in node_shift() 73 memmove(key_ptr(n, shift), in node_shift() 76 memmove(value_ptr(n, shift), in node_shift() 119 memmove(key_ptr(n, index), in delete_at() 123 memmove(value_ptr(n, index), in delete_at()
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | ksyms.c | 40 EXPORT_SYMBOL(memmove);
|
/linux-4.4.14/arch/mips/include/asm/ |
D | vga.h | 44 #define scr_memmovew(d, s, c) memmove(d, s, c)
|
D | string.h | 141 extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
|
/linux-4.4.14/arch/metag/lib/ |
D | Makefile | 9 lib-y += memmove.o
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_inode_fork.c | 527 memmove(np, op, cur_max * (uint)sizeof(xfs_fsblock_t)); in xfs_iroot_realloc() 961 memmove(&ifp->if_u2.if_inline_ext[idx + ext_diff], in xfs_iext_add() 978 memmove(&ifp->if_u1.if_extents[idx + ext_diff], in xfs_iext_add() 1001 memmove(&erp->er_extbuf[page_idx + ext_diff], in xfs_iext_add() 1078 memmove(nex2_ep, &erp->er_extbuf[idx], byte_diff); in xfs_iext_add_indirect_multi() 1131 memmove(&erp->er_extbuf[nex2], erp->er_extbuf, in xfs_iext_add_indirect_multi() 1142 memmove(&erp->er_extbuf[i], nex2_ep, byte_diff); in xfs_iext_add_indirect_multi() 1208 memmove(&ifp->if_u2.if_inline_ext[idx], in xfs_iext_remove_inline() 1250 memmove(&ifp->if_u1.if_extents[idx], in xfs_iext_remove_direct() 1324 memmove(&erp->er_extbuf[nex1], in xfs_iext_remove_indirect() [all …]
|
D | xfs_dir2_leaf.c | 534 memmove(lep + 1, lep, in xfs_dir3_leaf_find_entry() 573 memmove(&ents[lowstale], &ents[lowstale + 1], in xfs_dir3_leaf_find_entry() 594 memmove(&ents[index + 1], &ents[index], in xfs_dir3_leaf_find_entry() 811 memmove(&bestsp[0], &bestsp[1], in xfs_dir2_leaf_addname() 1460 memmove(&bestsp[db - i], bestsp, in xfs_dir2_leaf_removename() 1646 memmove(&bestsp[1], &bestsp[0], be32_to_cpu(ltp->bestcount) * sizeof(*bestsp)); in xfs_dir2_leaf_trim_data()
|
D | xfs_dir2_block.c | 482 memmove(blp, &blp[1], mid * sizeof(*blp)); in xfs_dir2_block_addname() 510 memmove(&blp[lowstale], &blp[lowstale + 1], in xfs_dir2_block_addname() 522 memmove(&blp[mid + 1], &blp[mid], in xfs_dir2_block_addname()
|
D | xfs_attr_leaf.c | 636 memmove(&((char *)sf)[base], &((char *)sf)[end], totsize - end); in xfs_attr_shortform_remove() 1248 memmove(entry + 1, entry, tmp); in xfs_attr3_leaf_add_work() 1978 memmove(entry, entry + 1, tmp); in xfs_attr3_leaf_remove() 2373 memmove(entry_d, entry_s, tmp); in xfs_attr3_leaf_moveents() 2409 memmove(xfs_attr3_leaf_name(leaf_d, desti), in xfs_attr3_leaf_moveents() 2443 memmove(entry_d, entry_s, tmp); in xfs_attr3_leaf_moveents()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | arm64ksyms.c | 53 EXPORT_SYMBOL(memmove);
|
/linux-4.4.14/arch/metag/kernel/ |
D | metag_ksyms.c | 50 EXPORT_SYMBOL(memmove);
|
/linux-4.4.14/lib/ |
D | decompress_unxz.c | 202 #ifndef memmove 204 void *memmove(void *dest, const void *src, size_t size) in memmove() function
|
D | string.c | 734 void *memmove(void *dest, const void *src, size_t count) in memmove() function 754 EXPORT_SYMBOL(memmove);
|
/linux-4.4.14/arch/sh/lib/ |
D | memmove.S | 15 ENTRY(memmove)
|
D | Makefile | 5 lib-y = delay.o memmove.o memchr.o \
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | string.h | 61 extern void *memmove(void *, const void *, __kernel_size_t);
|
/linux-4.4.14/lib/reed_solomon/ |
D | encode_rs.c | 45 memmove(&par[0], &par[1], sizeof(uint16_t) * (nroots - 1));
|
D | decode_rs.c | 138 memmove (&b[1], b, nroots * sizeof (b[0])); 164 memmove(&b[1], b, nroots * sizeof(b[0]));
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | string.h | 16 extern void * memmove(void *, const void *, size_t);
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | string.h | 116 extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
|
/linux-4.4.14/arch/unicore32/lib/ |
D | Makefile | 13 GNU_LIBC_A_OBJS := memchr.o memcpy.o memmove.o memset.o
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_wep.c | 105 memmove(pos, pos + 4, hdr_len); in prism2_wep_encrypt() 206 memmove(skb->data + 4, skb->data, hdr_len); in prism2_wep_decrypt()
|
D | ieee80211_crypt_ccmp.c | 209 memmove(pos, pos + CCMP_HDR_LEN, hdr_len); in ieee80211_ccmp_encrypt() 362 memmove(skb->data + CCMP_HDR_LEN, skb->data, hdr_len); in ieee80211_ccmp_decrypt()
|
D | ieee80211_crypt_tkip.c | 340 memmove(pos, pos + 8, hdr_len); in ieee80211_tkip_encrypt() 497 memmove(skb->data + 8, skb->data, hdr_len); in ieee80211_tkip_decrypt()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | string_32.h | 121 extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | xtensa_ksyms.c | 43 EXPORT_SYMBOL(memmove);
|
/linux-4.4.14/arch/mips/kernel/ |
D | mips_ksyms.c | 50 EXPORT_SYMBOL(memmove);
|
/linux-4.4.14/arch/alpha/kernel/ |
D | alpha_ksyms.c | 40 EXPORT_SYMBOL(memmove);
|
/linux-4.4.14/tools/perf/util/ |
D | pstack.c | 45 memmove(pstack->entries + i, in pstack__remove()
|
D | strbuf.c | 66 memmove(sb->buf + pos + dlen, in strbuf_splice()
|
/linux-4.4.14/sound/firewire/bebob/ |
D | bebob_command.c | 165 memmove(buf, buf + 10, err - 10); in avc_bridgeco_get_plug_ch_pos() 277 memmove(buf, buf + 11, err - 11); in avc_bridgeco_get_plug_strm_fmt()
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_crypt_wep.c | 115 memmove(pos, pos + 4, hdr_len); in prism2_wep_encrypt() 216 memmove(skb->data + 4, skb->data, hdr_len); in prism2_wep_decrypt()
|
D | rtllib_crypt_ccmp.c | 201 memmove(pos, pos + CCMP_HDR_LEN, hdr_len); in rtllib_ccmp_encrypt() 350 memmove(skb->data + CCMP_HDR_LEN, skb->data, hdr_len); in rtllib_ccmp_decrypt()
|
D | rtllib_crypt_tkip.c | 330 memmove(pos, pos + 8, hdr_len); in rtllib_tkip_encrypt() 495 memmove(skb->data + 8, skb->data, hdr_len); in rtllib_tkip_decrypt()
|
/linux-4.4.14/net/wireless/ |
D | lib80211_crypt_wep.c | 102 memmove(pos, pos + 4, hdr_len); in lib80211_wep_build_iv() 224 memmove(skb->data + 4, skb->data, hdr_len); in lib80211_wep_decrypt()
|
D | lib80211_crypt_ccmp.c | 195 memmove(pos, pos + CCMP_HDR_LEN, hdr_len); in lib80211_ccmp_hdr() 373 memmove(skb->data + CCMP_HDR_LEN, skb->data, hdr_len); in lib80211_ccmp_decrypt()
|
D | lib80211_crypt_tkip.c | 332 memmove(pos, pos + TKIP_HDR_LEN, hdr_len); in lib80211_tkip_hdr() 501 memmove(skb->data + TKIP_HDR_LEN, skb->data, hdr_len); in lib80211_tkip_decrypt()
|
/linux-4.4.14/drivers/uwb/ |
D | ie.c | 259 memmove(prev_ie + new_ie_len, prev_ie, prev_size); in uwb_rc_ie_add_one() 347 memmove(ie, ptr, size); in uwb_rc_ie_cache_rm()
|
D | est.c | 278 memmove(&uwb_est[itr+1], &uwb_est[itr], uwb_est_used - itr); in uwb_est_register() 326 memmove(&uwb_est[itr], &uwb_est[itr+1], uwb_est_used - itr - 1); in uwb_est_unregister()
|
D | whc-rc.c | 122 memmove(whcrc->cmd_buf, cmd, cmd_size); in whcrc_cmd()
|
/linux-4.4.14/drivers/net/wireless/prism54/ |
D | islpci_eth.c | 136 memmove(skb->data + 6, src, skb->len); in islpci_eth_transmit() 139 memmove(skb->data, src, skb->len); in islpci_eth_transmit() 362 memmove(skb->data, src, skb->len - 6); in islpci_eth_receive()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | bfin_ksyms.c | 33 EXPORT_SYMBOL(memmove);
|
/linux-4.4.14/arch/arm/lib/ |
D | Makefile | 10 memmove.o memset.o memzero.o setbit.o \
|
D | memmove.S | 30 ENTRY(memmove) 227 ENDPROC(memmove)
|
/linux-4.4.14/arch/sh/kernel/ |
D | sh_ksyms_32.c | 12 EXPORT_SYMBOL(memmove);
|
/linux-4.4.14/arch/s390/kernel/ |
D | early.c | 380 memmove((void *) min_initrd_addr, (void *) INITRD_START, INITRD_SIZE); in rescue_initrd() 399 memmove(boot_command_line, parm + 1, rc); in append_to_cmdline()
|
/linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
D | tx.c | 208 memmove(pos, pos + WL1251_TKIP_IV_SPACE, in wl1251_tx_send_packet() 243 memmove(skb->data, src, skb->len); in wl1251_tx_send_packet() 444 memmove(frame + WL1251_TKIP_IV_SPACE, frame, hdrlen); in wl1251_tx_packet_cb()
|
/linux-4.4.14/fs/jfs/ |
D | jfs_xtree.c | 642 memmove(&p->xad[index + 1], &p->xad[index], in xtInsert() 732 memmove(&sp->xad[skip + 1], &sp->xad[skip], in xtSplitUp() 899 memmove(&sp->xad[skip + 1], &sp->xad[skip], in xtSplitUp() 1125 memmove(&rp->xad[XTENTRYSTART], &sp->xad[middle], in xtSplitPage() 1130 memmove(&sp->xad[skip + 1], &sp->xad[skip], in xtSplitPage() 1154 memmove(&rp->xad[XTENTRYSTART], &sp->xad[middle], in xtSplitPage() 1165 memmove(&rp->xad[n + 1], &sp->xad[skip], in xtSplitPage() 1286 memmove(&rp->xad[XTENTRYSTART], &sp->xad[XTENTRYSTART], in xtSplitRoot() 1296 memmove(&rp->xad[skip + 1], &rp->xad[skip], in xtSplitRoot() 1828 memmove(&p->xad[index], &p->xad[index + 1], in xtUpdate() [all …]
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | pci.c | 49 memmove(dev->dev.name+loc_len+1, dev->dev.name,
|
/linux-4.4.14/arch/xtensa/lib/ |
D | memcopy.S | 304 j .Lmovecommon # go to common code for memmove+bcopy 395 .global memmove 396 .type memmove,@function 397 memmove: label
|
/linux-4.4.14/arch/arm/kernel/ |
D | armksyms.c | 90 EXPORT_SYMBOL(memmove);
|
D | atags_compat.c | 209 memmove(params, taglist, ((int)tag) - ((int)taglist) + in build_tag_list()
|
/linux-4.4.14/scripts/kconfig/ |
D | nconf.gui.c | 438 memmove(&result[cursor_position-1], in dialog_inputbox() 448 memmove(&result[cursor_position], in dialog_inputbox() 485 memmove(&result[cursor_position+1], in dialog_inputbox()
|
/linux-4.4.14/include/linux/ |
D | string.h | 105 extern void * memmove(void *,const void *,__kernel_size_t);
|
D | if_vlan.h | 306 memmove(skb->data, skb->data + VLAN_HLEN, 2 * ETH_ALEN); in __vlan_insert_tag()
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvsi_lib.c | 160 memmove(pv->inbuf, &pv->inbuf[len], pv->inbuf_len); in hvsi_check_packet() 214 memmove(pv->inbuf, &pv->inbuf[pv->inbuf_cur], in hvsilib_get_chars()
|
D | hvc_console.c | 178 memmove(c, c+r, i); in hvc_console_print() 490 memmove(hp->outbuf, hp->outbuf + n, hp->n_outbuf); in hvc_push()
|
D | hvc_vio.c | 108 memmove(&pv->buf[i], &pv->buf[i+1], in hvterm_raw_get_chars()
|
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/ |
D | tx.c | 129 memmove(skb->data + WL1271_EXTRA_SPACE_TKIP, skb->data, hdrlen); in wl18xx_tx_complete_packet()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | llog_swab.c | 393 memmove(marker->cm_comment, cm32->cm_comment, MTI_NAMELEN32); in lustre_swab_cfg_marker() 395 memmove(marker->cm_tgtname, cm32->cm_tgtname, in lustre_swab_cfg_marker()
|
/linux-4.4.14/mm/kasan/ |
D | kasan.c | 285 #undef memmove 286 void *memmove(void *dest, const void *src, size_t len) in memmove() function
|
/linux-4.4.14/drivers/net/usb/ |
D | gl620a.c | 164 skb->data = memmove(skb->head + (4 + 4*1), in genelink_tx_fixup()
|
D | int51x1.c | 89 skb->data = memmove(skb->head + INT51X1_HEADER_SIZE, in int51x1_tx_fixup()
|
D | cdc_eem.c | 131 skb->data = memmove(skb->head + in eem_tx_fixup()
|
D | kalmia.c | 184 skb->data = memmove(skb->head + KALMIA_HEADER_LENGTH, in kalmia_tx_fixup()
|
D | lg-vl600.c | 277 skb->data = memmove(skb->head + sizeof(*frame), in vl600_tx_fixup()
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | mon.c | 43 memmove(skb->data + iv_len, skb->data, hdr_len); in unprotect_frame()
|
/linux-4.4.14/drivers/block/ |
D | cryptoloop.c | 77 memmove(cms, mode, mode_len); in cryptoloop_init()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | hgafb.c | 489 memmove(dest, src, (area->width >> 3)); in hgafb_copyarea() 500 memmove(dest, src, (area->width >> 3)); in hgafb_copyarea()
|
/linux-4.4.14/kernel/ |
D | range.c | 51 memmove(&range[i], &range[i + 1], in add_range_with_merge()
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | sysfs.c | 160 memmove(wl->fwlog, wl->fwlog + len, wl->fwlog_size); in wl1271_sysfs_read_fwlog()
|
D | tx.c | 286 memmove(frame_start, hdr, hdrlen); in wl1271_tx_fill_hdr() 968 memmove(skb->data + WL1271_EXTRA_SPACE_TKIP, skb->data, in wl1271_tx_complete_packet() 1131 memmove(skb->data + WL1271_EXTRA_SPACE_TKIP, in wl12xx_tx_reset()
|
/linux-4.4.14/net/netfilter/ |
D | nf_nat_helper.c | 44 memmove(data + match_offset + rep_len, in mangle_contents()
|
D | xt_TCPMSS.c | 185 memmove(opt + TCPOLEN_MSS, opt, len - sizeof(struct tcphdr)); in tcpmss_mangle_packet()
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | cfbcopyarea.c | 58 memmove((char *)dst + ((dst_idx & (bits - 1))) / 8, in bitcpy() 224 memmove((char *)dst + ((dst_idx & (bits - 1))) / 8, in bitcpy_rev()
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | g450_pll.c | 304 memmove(ci->data + 1, ci->data, (ci->valid - 1) * sizeof(*ci->data)); in g450_addcache() 321 memmove(ci->data + 1, ci->data, i * sizeof(*ci->data)); in g450_checkcache()
|
/linux-4.4.14/fs/ntfs/ |
D | runlist.c | 38 memmove(base + dst, base + src, size * sizeof(*base)); in ntfs_rl_mm() 1713 memmove(rl, rl_end, (rl_real_end - rl_end + 1) * in ntfs_rl_punch_nolock() 1784 memmove(rl + 1, rl, (rl_real_end - rl + 1) * sizeof(*rl)); in ntfs_rl_punch_nolock() 1811 memmove(rl, rl_end, (rl_real_end - rl_end + 1) * in ntfs_rl_punch_nolock() 1888 memmove(rl + 2, rl, (rl_real_end - rl + 1) * sizeof(*rl)); in ntfs_rl_punch_nolock()
|
/linux-4.4.14/arch/x86/platform/efi/ |
D | early_printk.c | 99 memmove(dst, src, len); in early_efi_scroll_up()
|
/linux-4.4.14/fs/nilfs2/ |
D | btree.c | 213 memmove(rdkeys, rdkeys + n, (rnchildren - n) * sizeof(*rdkeys)); in nilfs_btree_node_move_left() 214 memmove(rdptrs, rdptrs + n, (rnchildren - n) * sizeof(*rdptrs)); in nilfs_btree_node_move_left() 239 memmove(rdkeys + n, rdkeys, rnchildren * sizeof(*rdkeys)); in nilfs_btree_node_move_right() 240 memmove(rdptrs + n, rdptrs, rnchildren * sizeof(*rdptrs)); in nilfs_btree_node_move_right() 262 memmove(dkeys + index + 1, dkeys + index, in nilfs_btree_node_insert() 264 memmove(dptrs + index + 1, dptrs + index, in nilfs_btree_node_insert() 294 memmove(dkeys + index, dkeys + index + 1, in nilfs_btree_node_delete() 296 memmove(dptrs + index, dptrs + index + 1, in nilfs_btree_node_delete()
|
/linux-4.4.14/drivers/mfd/ |
D | cros_ec_spi.c | 220 memmove(ec_dev->din, ptr, todo); in cros_ec_spi_receive_packet() 328 memmove(ec_dev->din, ptr, todo); in cros_ec_spi_receive_response()
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_krb5_wrap.c | 379 memmove(orig_start, data_start, data_len); in gss_unwrap_kerberos_v1() 581 memmove(ptr, ptr + GSS_KRB5_TOK_HDR_LEN + headskip, movelen); in gss_unwrap_kerberos_v2()
|
/linux-4.4.14/arch/m68k/mm/ |
D | motorola.c | 235 memmove(m68k_memory + i, m68k_memory + i + 1, in paging_init()
|
/linux-4.4.14/fs/ext2/ |
D | xattr.c | 531 memmove((char *)here + size, here, rest); in ext2_xattr_set() 555 memmove(first_val + size, first_val, val - first_val); in ext2_xattr_set() 574 memmove(here, (char*)here + size, in ext2_xattr_set()
|
/linux-4.4.14/scripts/mod/ |
D | sumversion.c | 499 memmove(version, version+len, full_len-len); in strip_rcs_crap() 506 memmove(version + len, version + strlen(version), in strip_rcs_crap()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-vbi.c | 227 memmove(dst + sd + 4, dst + sd + 12, line * 43); in copy_vbi_data() 535 memmove(vi->cc_payload, vi->cc_payload + 1, in ivtv_vbi_work_handler()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_dir2_readdir.c | 311 memmove(&map[0], &map[1], in xfs_dir2_leaf_readbuf() 368 memmove(&map[i], &map[i + 1], in xfs_dir2_leaf_readbuf()
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
D | usb-fw.c | 198 memmove(i2400m->bm_cmd_buf, _cmd, cmd_size); in i2400mu_bus_bm_cmd_send()
|
/linux-4.4.14/drivers/accessibility/braille/ |
D | braille_console.c | 317 memmove(console_buf, &console_buf[1], in vt_notifier_call()
|
/linux-4.4.14/fs/nfs_common/ |
D | nfsacl.c | 247 memmove(mask, mask+1, (3 - (mask - acl->a_entries)) * in posix_acl_from_nfsacl()
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-vbi.c | 87 memmove(dst + sd + 4, dst + sd + 12, line * 43); in copy_vbi_data()
|
/linux-4.4.14/drivers/mtd/ |
D | cmdlinepart.c | 354 memmove(&part->parts[i], &part->parts[i + 1], in parse_cmdline_partitions()
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 461 LEAF(memmove) 470 END(memmove)
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_config.c | 343 memmove(&rset->srs_rules[n], in sptlrpc_rule_set_merge() 361 memmove(&rset->srs_rules[n + 1], in sptlrpc_rule_set_merge()
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | dst_ca.c | 183 memmove(&state->messages[4], &state->messages[7], 5); in ca_get_app_info() 187 memmove(&state->messages[10], &state->messages[12], str_length); in ca_get_app_info()
|
/linux-4.4.14/fs/hpfs/ |
D | dnode.c | 184 memmove((char *)de + d_size, de, (char *)de_end - (char *)de); in hpfs_add_de() 208 memmove(de, de_next_de(de), le32_to_cpu(d->first_free) + (char *)d - (char *)de); in hpfs_delete_de() 323 memmove((char *)nd + 20, de, le32_to_cpu(nd->first_free) + (char *)nd - (char *)de); in hpfs_add_to_dnode() 583 memmove(de_next_de(de), (char *)de_next_de(de) + 4, in delete_empty_dnode()
|
/linux-4.4.14/scripts/dtc/ |
D | data.c | 132 memmove(d.val + m->offset + len, d.val + m->offset, d.len - m->offset); in data_insert_at_marker()
|
/linux-4.4.14/drivers/md/bcache/ |
D | debug.c | 180 memmove(i->buf, i->buf + bytes, i->bytes); in bch_dump_read()
|
/linux-4.4.14/drivers/s390/crypto/ |
D | zcrypt_cca_key.h | 241 memmove(temp, temp + i, mex->inputdatalength - i); in zcrypt_type6_mex_key_en()
|
/linux-4.4.14/drivers/isdn/capi/ |
D | capiutil.c | 195 #define structTLcpyovl(x, y, l) memmove(x, y, l) 201 #define structTRcpyovl(x, y, l) memmove(y, x, l)
|
/linux-4.4.14/net/sunrpc/ |
D | xdr.c | 215 memmove(vto + pgto_base, vto + pgfrom_base, copy); in _shift_data_right_pages() 333 memmove((char *)tail->iov_base + len, in xdr_shrink_bufhead() 415 memmove(p, tail->iov_base, tail->iov_len - len); in xdr_shrink_pagelen() 507 memmove(page, page + shift, (void *)xdr->p - page); in xdr_commit_encode()
|
/linux-4.4.14/fs/afs/ |
D | volume.c | 341 memmove(&volume->servers[loop], in afs_volume_release_fileserver()
|
/linux-4.4.14/net/hsr/ |
D | hsr_forward.c | 160 memmove(dst, src, movelen); in create_tagged_skb()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | common.c | 146 memmove(skb->data + padsize, skb->data, padpos); in ath9k_cmn_rx_skb_postprocess()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | txrx.c | 361 memmove(ack_skb->data + in mwifiex_parse_tx_status_event()
|
/linux-4.4.14/arch/xtensa/mm/ |
D | init.c | 77 memmove(to, from, n * sizeof(struct meminfo)); in move_banks()
|
/linux-4.4.14/arch/mips/lib/ |
D | memcpy.S | 624 LEAF(memmove) 633 END(memmove)
|
/linux-4.4.14/net/sunrpc/xprtrdma/ |
D | rpc_rdma.c | 386 memmove(destp + copy_len, in rpcrdma_inline_pullup() 673 memmove(rqst->rq_rcv_buf.tail[0].iov_base, srcp, curlen); in rpcrdma_inline_fixup()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs3xdr.c | 955 memmove(p, tmp, num_entry_words << 2); in encode_entry() 984 memmove(p, tmp, len1); in encode_entry() 985 memmove(tmp, (caddr_t)tmp+len1, len2); in encode_entry()
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | capifunc.c | 360 memmove(&li_config_table[a->li_base], in clean_adapter() 364 memmove(&li_config_table[i].flag_table[a->li_base], in clean_adapter() 367 memmove(&li_config_table[i]. in clean_adapter()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | storage_common.c | 349 memmove(buf, p, rc); in fsg_show_file()
|
/linux-4.4.14/drivers/input/mouse/ |
D | vsxxxaa.c | 131 memmove(mouse->buf, mouse->buf + num, BUFLEN - num); in vsxxxaa_drop_bytes()
|
/linux-4.4.14/fs/overlayfs/ |
D | inode.c | 295 memmove(s, s + slen, res - off); in ovl_listxattr()
|
/linux-4.4.14/net/batman-adv/ |
D | fragmentation.c | 282 memmove(skb_out->data - ETH_HLEN, skb_mac_header(skb_out), ETH_HLEN); in batadv_frag_merge_packets()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | qat_asym_algs.c | 144 memmove(req->dst_align, ptr, areq->dst_len); in qat_rsa_cb() 160 memmove(sg_virt(areq->dst), ptr, areq->dst_len); in qat_rsa_cb()
|
/linux-4.4.14/fs/ext4/ |
D | xattr.c | 649 memmove((void *)s->here + size, s->here, rest); in ext4_xattr_set_entry() 679 memmove(first_val + size, first_val, val - first_val); in ext4_xattr_set_entry() 700 memmove(s->here, (void *)s->here + size, in ext4_xattr_set_entry() 1248 memmove(to, from, n); in ext4_xattr_shift_entries()
|