Searched refs:copy_mc_to_kernel (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/arch/x86/lib/ |
D | copy_mc.c | 66 unsigned long __must_check copy_mc_to_kernel(void *dst, const void *src, unsigned len) in copy_mc_to_kernel() function 75 EXPORT_SYMBOL_GPL(copy_mc_to_kernel);
|
/Linux-v5.10/arch/x86/include/asm/ |
D | uaccess.h | 444 copy_mc_to_kernel(void *to, const void *from, unsigned len); 445 #define copy_mc_to_kernel copy_mc_to_kernel macro
|
/Linux-v5.10/include/linux/ |
D | uaccess.h | 214 #ifndef copy_mc_to_kernel 220 copy_mc_to_kernel(void *dst, const void *src, size_t cnt) in copy_mc_to_kernel() function
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | uaccess.h | 371 copy_mc_to_kernel(void *to, const void *from, unsigned long size) in copy_mc_to_kernel() function 375 #define copy_mc_to_kernel copy_mc_to_kernel macro
|
/Linux-v5.10/drivers/nvdimm/ |
D | claim.c | 271 if (copy_mc_to_kernel(buf, nsio->addr + offset, size) != 0) in nsio_rw_bytes()
|
D | pmem.c | 128 rem = copy_mc_to_kernel(mem + off, pmem_addr, chunk); in read_pmem()
|
/Linux-v5.10/drivers/md/ |
D | dm-writecache.c | 995 r = copy_mc_to_kernel(&sb_seq_count, &sb(wc)->seq_count, in writecache_resume() 1012 r = copy_mc_to_kernel(&wme, memory_entry(wc, e), in writecache_resume() 1211 r = copy_mc_to_kernel(buf, data, size); in bio_copy_block() 2354 r = copy_mc_to_kernel(&s, sb(wc), sizeof(struct wc_memory_superblock)); in writecache_ctr() 2365 r = copy_mc_to_kernel(&s, sb(wc), in writecache_ctr()
|
/Linux-v5.10/lib/ |
D | iov_iter.c | 663 ret = copy_mc_to_kernel(to + offset, from, len); in copy_mc_to_page() 748 rem = copy_mc_to_kernel(v.iov_base, (from += v.iov_len) in _copy_mc_to_iter()
|