Home
last modified time | relevance | path

Searched refs:copy_to_user_mcsafe (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/x86/include/asm/
Duaccess_64.h50 copy_to_user_mcsafe(void *to, const void *from, unsigned len) in copy_to_user_mcsafe() function
/Linux-v5.4/arch/powerpc/include/asm/
Duaccess.h391 copy_to_user_mcsafe(void __user *to, const void *from, unsigned long n) in copy_to_user_mcsafe() function
/Linux-v5.4/lib/
Diov_iter.c626 n = copy_to_user_mcsafe((__force void *) to, from, n); in copyout_mcsafe()