Home
last modified time | relevance | path

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

/linux/arch/x86/lib/
H A Dcopy_mc.c84 unsigned long __must_check copy_mc_to_user(void __user *dst, const void *src, unsigned len) in copy_mc_to_user() function
/linux/arch/x86/include/asm/
H A Duaccess.h498 copy_mc_to_user(void __user *to, const void *from, unsigned len);
/linux/arch/powerpc/include/asm/
H A Duaccess.h423 copy_mc_to_user(void __user *to, const void *from, unsigned long n) in copy_mc_to_user() function
/linux/lib/
H A Diov_iter.c210 len = copy_mc_to_user(iter_to, from, len); in copy_to_user_iter_mc()