| /linux/drivers/md/dm-pcache/ |
| H A D | pcache_internal.h | 90 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 D | cache_gc.c | 41 ret = copy_mc_to_kernel(kset_onmedia, key_addr, to_copy); in need_gc()
|
| H A D | cache_dev.c | 134 if (copy_mc_to_kernel(sb, sb_addr, sizeof(struct pcache_sb))) in sb_read()
|
| H A D | cache_writeback.c | 52 ret = copy_mc_to_kernel(kset_onmedia, addr, to_copy); in is_cache_clean()
|
| H A D | cache_key.c | 775 ret = copy_mc_to_kernel(kset_onmedia, cache_pos_addr(pos), to_copy); in cache_replay()
|
| /linux/arch/x86/lib/ |
| H A D | copy_mc.c | 63 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 D | highmem.h | 426 #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 D | uaccess.h | 240 #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 D | uaccess.h | 494 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 D | uaccess.h | 416 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 D | claim.c | 253 if (copy_mc_to_kernel(buf, nsio->addr + offset, size) != 0) in nsio_rw_bytes()
|
| H A D | pmem.c | 152 rem = copy_mc_to_kernel(mem + off, pmem_addr, chunk); in read_pmem()
|
| /linux/fs/ |
| H A D | dax.c | 1316 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 D | coredump.c | 1315 #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 D | dm-pcache.rst | 160 ``copy_mc_to_kernel``; an uncorrectable error logs and aborts initialisation.
|
| /linux/drivers/md/ |
| H A D | dm-writecache.c | 1031 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 D | iov_iter.c | 219 return copy_mc_to_kernel(iter_to, from + progress, len); in memcpy_to_iter_mc()
|