Home
last modified time | relevance | path

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

/linux/drivers/md/dm-pcache/
H A Dpcache_internal.h90 if (copy_mc_to_kernel(meta, meta_addr, meta_size)) { in pcache_meta_find_latest()
109 if (copy_mc_to_kernel(meta_ret, latest, meta_size)) { in pcache_meta_find_latest()
H A Dcache_gc.c41 ret = copy_mc_to_kernel(kset_onmedia, key_addr, to_copy); in need_gc()
H A Dcache_dev.c134 if (copy_mc_to_kernel(sb, sb_addr, sizeof(struct pcache_sb))) in sb_read()
H A Dcache_writeback.c52 ret = copy_mc_to_kernel(kset_onmedia, addr, to_copy); in is_cache_clean()
H A Dcache_key.c775 ret = copy_mc_to_kernel(kset_onmedia, cache_pos_addr(pos), to_copy); in cache_replay()
/linux/arch/x86/lib/
H A Dcopy_mc.c63 unsigned long __must_check copy_mc_to_kernel(void *dst, const void *src, unsigned len) in copy_mc_to_kernel() function
82 EXPORT_SYMBOL_GPL(copy_mc_to_kernel);
/linux/include/linux/
H A Dhighmem.h426 #ifdef copy_mc_to_kernel
441 ret = copy_mc_to_kernel(vto, vfrom, PAGE_SIZE); in copy_mc_user_highpage()
460 ret = copy_mc_to_kernel(vto, vfrom, PAGE_SIZE); in copy_mc_highpage()
H A Duaccess.h240 #ifndef copy_mc_to_kernel
246 copy_mc_to_kernel(void *dst, const void *src, size_t cnt) in copy_mc_to_kernel() function
/linux/arch/x86/include/asm/
H A Duaccess.h494 copy_mc_to_kernel(void *to, const void *from, unsigned len);
495 #define copy_mc_to_kernel copy_mc_to_kernel macro
/linux/arch/powerpc/include/asm/
H A Duaccess.h416 copy_mc_to_kernel(void *to, const void *from, unsigned long size) in copy_mc_to_kernel() function
420 #define copy_mc_to_kernel copy_mc_to_kernel macro
/linux/drivers/nvdimm/
H A Dclaim.c253 if (copy_mc_to_kernel(buf, nsio->addr + offset, size) != 0) in nsio_rw_bytes()
H A Dpmem.c152 rem = copy_mc_to_kernel(mem + off, pmem_addr, chunk); in read_pmem()
/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()
1447 if (copy_mc_to_kernel(daddr, saddr, copy_len) != 0) in dax_unshare_iter()
H A Dcoredump.c1315 #ifdef copy_mc_to_kernel
1322 size_t left = copy_mc_to_kernel(page_address(dst), buf, PAGE_SIZE); in dump_page_copy()
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-pcache.rst160 ``copy_mc_to_kernel``; an uncorrectable error logs and aborts initialisation.
/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.c219 return copy_mc_to_kernel(iter_to, from + progress, len); in memcpy_to_iter_mc()