Searched refs:copy_mc_to_kernel (Results 1 – 8 of 8) sorted by relevance
/linux/arch/x86/lib/ |
A D | copy_mc.c | 62 unsigned long __must_check copy_mc_to_kernel(void *dst, const void *src, unsigned len) in copy_mc_to_kernel() function 71 EXPORT_SYMBOL_GPL(copy_mc_to_kernel);
|
/linux/arch/x86/include/asm/ |
A 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/include/linux/ |
A D | uaccess.h | 204 #ifndef copy_mc_to_kernel 210 copy_mc_to_kernel(void *dst, const void *src, size_t cnt) in copy_mc_to_kernel() function
|
/linux/arch/powerpc/include/asm/ |
A D | uaccess.h | 348 copy_mc_to_kernel(void *to, const void *from, unsigned long size) in copy_mc_to_kernel() function 352 #define copy_mc_to_kernel copy_mc_to_kernel macro
|
/linux/drivers/nvdimm/ |
A D | claim.c | 272 if (copy_mc_to_kernel(buf, nsio->addr + offset, size) != 0) in nsio_rw_bytes()
|
A D | pmem.c | 129 rem = copy_mc_to_kernel(mem + off, pmem_addr, chunk); in read_pmem()
|
/linux/drivers/md/ |
A D | dm-writecache.c | 1028 r = copy_mc_to_kernel(&sb_seq_count, &sb(wc)->seq_count, in writecache_resume() 1045 r = copy_mc_to_kernel(&wme, memory_entry(wc, e), in writecache_resume() 1257 r = copy_mc_to_kernel(buf, data, size); in bio_copy_block() 2551 r = copy_mc_to_kernel(&s, sb(wc), sizeof(struct wc_memory_superblock)); in writecache_ctr() 2562 r = copy_mc_to_kernel(&s, sb(wc), in writecache_ctr()
|
/linux/lib/ |
A D | iov_iter.c | 702 rem = copy_mc_to_kernel(p + off, addr + xfer, chunk); in copy_mc_pipe_to_iter() 751 copy_mc_to_kernel(base, addr + off, len) in _copy_mc_to_iter()
|
Completed in 20 milliseconds