Home
last modified time | relevance | path

Searched refs:copy_mc_to_kernel (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Duaccess.h387 copy_mc_to_kernel(void *to, const void *from, unsigned long size) in copy_mc_to_kernel() function
391 #define copy_mc_to_kernel copy_mc_to_kernel macro
/linux/include/linux/
H A Duaccess.h229 #ifndef copy_mc_to_kernel
235 copy_mc_to_kernel(void *dst, const void *src, size_t cnt) in copy_mc_to_kernel() function
/linux/drivers/nvdimm/
H A Dclaim.c254 if (copy_mc_to_kernel(buf, nsio->addr + offset, size) != 0) in nsio_rw_bytes()
/linux/fs/
H A Ddax.c1316 ret = copy_mc_to_kernel(daddr, saddr, length); in dax_iomap_copy_around()
1325 ret = copy_mc_to_kernel(daddr, saddr, head_off); in dax_iomap_copy_around()
1339 ret = copy_mc_to_kernel(daddr + tail_off, in dax_iomap_copy_around()
1474 if (copy_mc_to_kernel(daddr, saddr, copy_len) != 0) in dax_unshare_iter()
H A Dcoredump.c1312 #ifdef copy_mc_to_kernel
1319 size_t left = copy_mc_to_kernel(page_address(dst), buf, PAGE_SIZE); in dump_page_copy()
/linux/drivers/md/
H A Ddm-writecache.c1031 r = copy_mc_to_kernel(&sb_seq_count, &sb(wc)->seq_count, in writecache_resume()
1049 r = copy_mc_to_kernel(&wme, memory_entry(wc, e), in writecache_resume()
1264 r = copy_mc_to_kernel(buf, data, size); in bio_copy_block()
2581 r = copy_mc_to_kernel(&s, sb(wc), sizeof(struct wc_memory_superblock)); in writecache_ctr()
2592 r = copy_mc_to_kernel(&s, sb(wc), in writecache_ctr()
/linux/lib/
H A Diov_iter.c207 return copy_mc_to_kernel(iter_to, from + progress, len); in memcpy_to_iter_mc()