Searched refs:copy_mc_to_user (Results 1 – 4 of 4) sorted by relevance
73 unsigned long __must_check copy_mc_to_user(void *dst, const void *src, unsigned len) in copy_mc_to_user() function
448 copy_mc_to_user(void *to, const void *from, unsigned len);
355 copy_mc_to_user(void __user *to, const void *from, unsigned long n) in copy_mc_to_user() function
681 n = copy_mc_to_user((__force void *) to, from, n); in copyout_mc()
Completed in 10 milliseconds