Searched refs:copy_mc_to_kernel (Results 1 – 11 of 11) sorted by relevance
/linux-6.14.4/arch/x86/lib/ |
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-6.14.4/include/linux/ |
D | highmem.h | 334 #ifdef copy_mc_to_kernel 349 ret = copy_mc_to_kernel(vto, vfrom, PAGE_SIZE); in copy_mc_user_highpage() 368 ret = copy_mc_to_kernel(vto, vfrom, PAGE_SIZE); in copy_mc_highpage()
|
D | uaccess.h | 229 #ifndef copy_mc_to_kernel 235 copy_mc_to_kernel(void *dst, const void *src, size_t cnt) in copy_mc_to_kernel() function
|
/linux-6.14.4/arch/powerpc/include/asm/ |
D | uaccess.h | 387 copy_mc_to_kernel(void *to, const void *from, unsigned long size) in copy_mc_to_kernel() function 391 #define copy_mc_to_kernel copy_mc_to_kernel macro
|
/linux-6.14.4/arch/x86/include/asm/ |
D | uaccess.h | 495 copy_mc_to_kernel(void *to, const void *from, unsigned len); 496 #define copy_mc_to_kernel copy_mc_to_kernel macro
|
/linux-6.14.4/drivers/nvdimm/ |
D | claim.c | 265 if (copy_mc_to_kernel(buf, nsio->addr + offset, size) != 0) in nsio_rw_bytes()
|
D | pmem.c | 153 rem = copy_mc_to_kernel(mem + off, pmem_addr, chunk); in read_pmem()
|
/linux-6.14.4/fs/ |
D | dax.c | 1144 ret = copy_mc_to_kernel(daddr, saddr, length); in dax_iomap_copy_around() 1153 ret = copy_mc_to_kernel(daddr, saddr, head_off); in dax_iomap_copy_around() 1167 ret = copy_mc_to_kernel(daddr + tail_off, in dax_iomap_copy_around() 1303 if (copy_mc_to_kernel(daddr, saddr, copy_len) == 0) in dax_unshare_iter()
|
D | coredump.c | 901 #ifdef copy_mc_to_kernel 908 size_t left = copy_mc_to_kernel(page_address(dst), buf, PAGE_SIZE); in dump_page_copy()
|
/linux-6.14.4/drivers/md/ |
D | dm-writecache.c | 1032 r = copy_mc_to_kernel(&sb_seq_count, &sb(wc)->seq_count, in writecache_resume() 1050 r = copy_mc_to_kernel(&wme, memory_entry(wc, e), in writecache_resume() 1265 r = copy_mc_to_kernel(buf, data, size); in bio_copy_block() 2582 r = copy_mc_to_kernel(&s, sb(wc), sizeof(struct wc_memory_superblock)); in writecache_ctr() 2593 r = copy_mc_to_kernel(&s, sb(wc), in writecache_ctr()
|
/linux-6.14.4/lib/ |
D | iov_iter.c | 207 return copy_mc_to_kernel(iter_to, from + progress, len); in memcpy_to_iter_mc()
|