Home
last modified time | relevance | path

Searched refs:copy_mc_to_user (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dcopy_mc.c77 unsigned long __must_check copy_mc_to_user(void *dst, const void *src, unsigned len) in copy_mc_to_user() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Duaccess.h449 copy_mc_to_user(void *to, const void *from, unsigned len);
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Duaccess.h379 copy_mc_to_user(void __user *to, const void *from, unsigned long n) in copy_mc_to_user() function
/OK3568_Linux_fs/kernel/lib/
H A Diov_iter.c655 n = copy_mc_to_user((__force void *) to, from, n); in copyout_mc()