Searched refs:memmove (Results 251 - 275 of 521) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c639 memmove(rc_data, data, length);
931 memmove(sink->dc_edid.raw_edid, (uint8_t *)edid, sink->dc_edid.length);
/linux-master/net/ipv6/
H A Dcalipso.c1333 memmove((char *)ip6_hdr - len_delta, ip6_hdr,
1406 memmove((char *)ip6_hdr + delta, ip6_hdr, size);
H A Dseg6_iptunnel.c345 memmove(hdr, oldhdr, sizeof(*hdr));
/linux-master/net/xfrm/
H A Dxfrm_input.c395 memmove(skb_transport_header(skb),
410 memmove(skb_transport_header(skb),
/linux-master/tools/perf/util/
H A Dmaps.c519 memmove(&maps_by_address[address_idx],
527 memmove(&maps_by_name[name_idx],
/linux-master/fs/ntfs3/
H A Dattrib.c309 memmove(attr, Add2Ptr(attr, asize), used - aoff);
335 memmove(next, attr, used - aoff);
368 memmove(next + dsize, next, tail);
374 memmove(next + dsize, next, tail);
2401 memmove(data + bytes, data, bytes);
/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.c943 memmove(btree_d, btree_s, tmp);
978 memmove(btree_d, btree_s, tmp);
1053 memmove(&btree[oldblk->index + 1], &btree[oldblk->index], tmp);
1476 memmove(&btree[index], &btree[index + 1], tmp);
1534 /* XXX: check this - is memmove dst correct? */
1536 memmove(&save_btree[drop_hdr.count], &save_btree[0], tmp);
/linux-master/drivers/md/persistent-data/
H A Ddm-btree.c34 memmove(base + (elt_size * (index + 1)),
527 memmove(dest->keys + dest_offset, src->keys + src_offset, count * sizeof(uint64_t));
528 memmove(value_ptr(dest, dest_offset), value_ptr(src, src_offset), count * value_size);
/linux-master/mm/
H A Dmemblock.c352 memmove(&type->regions[r], &type->regions[r + 1],
536 memmove(next, next + 1, (type->cnt - (i + 2)) * sizeof(*next));
563 memmove(rgn + 1, rgn, (type->cnt - idx) * sizeof(*rgn));
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dxmit.c510 memmove(skb->data + iv_len, skb->data, wlhdr_len);
/linux-master/lib/lz4/
H A Dlz4hc_compress.c750 memmove(safeBuffer, streamPtr->end - dictSize, dictSize);
H A Dlz4_decompress.c350 memmove(op, dictEnd - (lowPrefix - match),
/linux-master/drivers/net/wireless/marvell/libertas_tf/
H A Dcmd.c131 memmove(priv->current_addr, cmd.permanentaddr, ETH_ALEN);
/linux-master/security/tomoyo/
H A Dnetwork.c71 memmove(max, min, sizeof(u16) * 8);
H A Ddomain.c484 memmove(name, domainname, len);
/linux-master/drivers/net/wireless/st/cw1200/
H A Dscan.c434 memmove(&ssidie[2], nextie, &ies[ies_len] - nextie);
/linux-master/drivers/net/usb/
H A Dasix_common.c295 skb->data = memmove(skb->head + 4, skb->data, skb->len);
H A Drndis_host.c570 skb->data = memmove(skb->head + sizeof *hdr,
/linux-master/drivers/usb/usbip/
H A Dusbip_common.c754 memmove(urb->transfer_buffer + urb->iso_frame_desc[i].offset,
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_guest.c381 memmove(dg_in_buffer, dg_in_buffer +
/linux-master/fs/hfs/
H A Dbnode.c137 memmove(ptr + dst, ptr + src, len);
/linux-master/drivers/macintosh/
H A Dvia-cuda.c693 memmove(req->reply, req->reply + 2, req->reply_len);
/linux-master/scripts/
H A Dkallsyms.c617 memmove(p2, p2 + 1, size);
/linux-master/arch/x86/mm/
H A Dinit.c488 memmove(&mr[i], &mr[i+1],
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dutil.c413 memmove(skb->data + sizeof(struct ieee80211_hdr_3addr),

Completed in 519 milliseconds

<<11121314151617181920>>