Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/lib/
Dcopy_mc.c73 unsigned long __must_check copy_mc_to_user(void *dst, const void *src, unsigned len) in copy_mc_to_user() function
/linux-6.1.9/arch/powerpc/include/asm/
Duaccess.h348 copy_mc_to_user(void __user *to, const void *from, unsigned long n) in copy_mc_to_user() function
/linux-6.1.9/arch/x86/include/asm/
Duaccess.h521 copy_mc_to_user(void *to, const void *from, unsigned len);
/linux-6.1.9/lib/
Diov_iter.c541 n = copy_mc_to_user((__force void *) to, from, n); in copyout_mc()