Home
last modified time | relevance | path

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

/linux/drivers/md/dm-pcache/
H A Dpcache_internal.h90 if (copy_mc_to_kernel(meta, meta_addr, meta_size)) { in pcache_meta_find_latest()
109 if (copy_mc_to_kernel(meta_ret, latest, meta_size)) { in pcache_meta_find_latest()
H A Dcache_key.c775 ret = copy_mc_to_kernel(kset_onmedia, cache_pos_addr(pos), to_copy); in cache_replay()
/linux/arch/powerpc/include/asm/
H A Duaccess.h416 copy_mc_to_kernel(void *to, const void *from, unsigned long size) in copy_mc_to_kernel() function
420 #define copy_mc_to_kernel copy_mc_to_kernel macro
/linux/include/linux/
H A Duaccess.h240 #ifndef copy_mc_to_kernel
246 copy_mc_to_kernel(void *dst, const void *src, size_t cnt) in copy_mc_to_kernel() function
/linux/drivers/nvdimm/
H A Dclaim.c253 if (copy_mc_to_kernel(buf, nsio->addr + offset, size) != 0) in nsio_rw_bytes()