Searched refs:copy_mc_to_kernel (Results 1 – 6 of 6) sorted by relevance
| /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()
|
| /linux/include/linux/ |
| H A D | highmem.h | 427 #ifdef copy_mc_to_kernel 442 ret = copy_mc_to_kernel(vto, vfrom, PAGE_SIZE); in copy_mc_user_highpage() 461 ret = copy_mc_to_kernel(vto, vfrom, PAGE_SIZE); in copy_mc_highpage()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | uaccess.h | 442 copy_mc_to_kernel(void *to, const void *from, unsigned long size) in copy_mc_to_kernel() function 446 #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/lib/ |
| H A D | iov_iter.c | 219 return copy_mc_to_kernel(iter_to, from + progress, len); in memcpy_to_iter_mc()
|