Searched refs:copy_mc_to_kernel (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/arch/x86/lib/ |
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-6.6.21/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() 365 ret = copy_mc_to_kernel(vto, vfrom, PAGE_SIZE); in copy_mc_highpage()
|
D | uaccess.h | 195 #ifndef copy_mc_to_kernel 201 copy_mc_to_kernel(void *dst, const void *src, size_t cnt) in copy_mc_to_kernel() function
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | uaccess.h | 365 copy_mc_to_kernel(void *to, const void *from, unsigned long size) in copy_mc_to_kernel() function 369 #define copy_mc_to_kernel copy_mc_to_kernel macro
|
/linux-6.6.21/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.6.21/drivers/nvdimm/ |
D | claim.c | 272 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.6.21/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() 1292 if (copy_mc_to_kernel(daddr, saddr, length) == 0) in dax_unshare_iter()
|
/linux-6.6.21/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.6.21/lib/ |
D | iov_iter.c | 367 copy_mc_to_kernel(base, addr + off, len) in _copy_mc_to_iter() 379 return (void *)copy_mc_to_kernel(to, from, size); in memcpy_from_iter()
|