Searched refs:memmove (Results 226 - 250 of 521) sorted by relevance

1234567891011>>

/linux-master/drivers/net/wireless/ti/wlcore/
H A Dtx.c271 memmove(frame_start, hdr, hdrlen);
954 memmove(skb->data + WL1271_EXTRA_SPACE_TKIP, skb->data,
1117 memmove(skb->data + WL1271_EXTRA_SPACE_TKIP,
/linux-master/drivers/net/usb/
H A Dnet1080.c436 skb->data = memmove(skb->head
/linux-master/fs/ocfs2/
H A Duptodate.c539 memmove(&array[index], &array[index + 1], bytes);
/linux-master/lib/xz/
H A Dxz_dec_bcj.c409 memmove(s->temp.buf, s->temp.buf + copy_size, s->temp.size);
/linux-master/drivers/input/mouse/
H A Dvsxxxaa.c116 memmove(mouse->buf, mouse->buf + num, BUFLEN - num);
/linux-master/drivers/usb/gadget/function/
H A Dstorage_common.c346 memmove(buf, p, rc);
/linux-master/net/mctp/
H A Ddevice.c299 memmove(pos, pos + 1, mdev->num_addrs - 1 - (pos - mdev->addrs));
/linux-master/drivers/base/regmap/
H A Dregmap-spi-avmm.c324 memmove(&br->phy_buf[aligned_phy_len - move_size], pb_eop, move_size);
/linux-master/arch/um/os-Linux/
H A Dsigio.c88 memmove(&fds->poll[i], &fds->poll[i + 1],
/linux-master/arch/m68k/mm/
H A Dmotorola.c449 memmove(m68k_memory + i, m68k_memory + i + 1,
/linux-master/drivers/staging/media/meson/vdec/
H A Desparser.c148 memmove(fdata + VP9_HEADER_SIZE, old_framedata, framesize);
/linux-master/net/dsa/
H A Dconduit.c191 memmove(ndata + (i * len + sizeof(pfx)),
/linux-master/net/batman-adv/
H A Dfragmentation.c279 memmove(skb_out->data - ETH_HLEN, skb_mac_header(skb_out), ETH_HLEN);
/linux-master/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_capability.c1009 memmove(
1186 memmove(
1765 memmove(
1779 memmove(
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_beacon.c163 memmove(skb->data, skb->data + padsize, padpos);
/linux-master/drivers/md/dm-vdo/indexer/
H A Dsparse-cache.c376 memmove(&search_list->entries[1], &search_list->entries[0],
/linux-master/crypto/asymmetric_keys/
H A Dverify_pefile.c282 memmove(&canon[i + 1], &canon[i],
/linux-master/fs/bcachefs/
H A Dbset.c959 memmove(&rw_aux_tree(b, t)[l],
990 memmove(&rw_aux_tree(b, t)[l + 1],
1434 memmove(&set[0], &set[1], (void *) last - (void *) set);
1446 /* avoid an expensive memmove call: */
1516 memmove(&iter->data[1],
/linux-master/net/ipv6/
H A Dip6_offload.c368 memmove(skb_mac_header(skb) - hoplen, skb_mac_header(skb),
/linux-master/drivers/most/
H A Dmost_usb.c293 memmove(mbo->virt_address + j * USB_MTU,
321 memmove(mbo->virt_address + frame_size * j,
/linux-master/kernel/kcsan/
H A Dcore.c1351 return memmove(dst, src, len);
1354 void *__tsan_memmove(void *dst, const void *src, size_t len) __alias(memmove); variable
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_rxtx.c244 memmove(skb->data - ETH_HLEN, skb->data - ETH_HLEN - PRESTERA_DSA_HLEN,
814 memmove(skb->data, skb->data + PRESTERA_DSA_HLEN, 2 * ETH_ALEN);
/linux-master/net/wireless/
H A Dlib80211_crypt_tkip.c306 memmove(pos, pos + TKIP_HDR_LEN, hdr_len);
467 memmove(skb->data + TKIP_HDR_LEN, skb->data, hdr_len);
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c285 memmove(pos, pos + 8, hdr_len);
432 memmove(skb->data + 8, skb->data, hdr_len);
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1541 memmove((void *)msdu->data + crypto_len,
2612 memmove(skb->data - IEEE80211_CCMP_HDR_LEN,
2662 memmove(skb->data - IEEE80211_QOS_CTL_LEN, skb->data, offset);
2697 memmove(orig_hdr + IEEE80211_TKIP_IV_LEN, orig_hdr, head_len + hdr_len);
2716 memmove(orig_hdr + IEEE80211_TKIP_IV_LEN, orig_hdr, head_len + hdr_len);
2736 memmove(orig_hdr + IEEE80211_CCMP_HDR_LEN, orig_hdr, head_len + hdr_len);
2749 memmove(orig_hdr + IEEE80211_WEP_IV_LEN,
3242 memmove(msdu->data + offset, msdu->data, msdu->len);

Completed in 427 milliseconds

1234567891011>>