Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dcopy_mc.c66 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);
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Duaccess.h445 copy_mc_to_kernel(void *to, const void *from, unsigned len);
446 #define copy_mc_to_kernel copy_mc_to_kernel macro
/OK3568_Linux_fs/kernel/include/linux/
H A Duaccess.h214 #ifndef copy_mc_to_kernel
220 copy_mc_to_kernel(void *dst, const void *src, size_t cnt) in copy_mc_to_kernel() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Duaccess.h372 copy_mc_to_kernel(void *to, const void *from, unsigned long size) in copy_mc_to_kernel() function
376 #define copy_mc_to_kernel copy_mc_to_kernel macro
/OK3568_Linux_fs/kernel/drivers/nvdimm/
H A Dclaim.c271 if (copy_mc_to_kernel(buf, nsio->addr + offset, size) != 0) in nsio_rw_bytes()
H A Dpmem.c128 rem = copy_mc_to_kernel(mem + off, pmem_addr, chunk); in read_pmem()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-writecache.c1006 r = copy_mc_to_kernel(&sb_seq_count, &sb(wc)->seq_count, in writecache_resume()
1023 r = copy_mc_to_kernel(&wme, memory_entry(wc, e), in writecache_resume()
1222 r = copy_mc_to_kernel(buf, data, size); in bio_copy_block()
2413 r = copy_mc_to_kernel(&s, sb(wc), sizeof(struct wc_memory_superblock)); in writecache_ctr()
2424 r = copy_mc_to_kernel(&s, sb(wc), in writecache_ctr()
/OK3568_Linux_fs/kernel/lib/
H A Diov_iter.c667 ret = copy_mc_to_kernel(to + offset, from, len); in copy_mc_to_page()
752 rem = copy_mc_to_kernel(v.iov_base, (from += v.iov_len) in _copy_mc_to_iter()