Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/lib/
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-6.12.1/arch/powerpc/include/asm/
Duaccess.h394 copy_mc_to_user(void __user *to, const void *from, unsigned long n) in copy_mc_to_user() function
/linux-6.12.1/arch/x86/include/asm/
Duaccess.h499 copy_mc_to_user(void __user *to, const void *from, unsigned len);
/linux-6.12.1/lib/
Diov_iter.c198 len = copy_mc_to_user(iter_to, from, len); in copy_to_user_iter_mc()