Searched refs:copy_from_user_proc (Results 1 – 3 of 3) sorted by relevance
55 if (copy_from_user_proc(tmp, (void *) UPT_IP(regs), 2)) { in arch_examine_signal()
53 extern int copy_from_user_proc(void *to, void *from, int size);
258 int copy_from_user_proc(void *to, void __user *from, int size) in copy_from_user_proc() function