Lines Matching defs:to
519 #define __invoke_copy_from(func, to, from, n) \ argument
542 #define __invoke_copy_to(func, to, from, n) \ argument
560 #define __invoke_copy_from_kernel(to, from, n) \ argument
563 #define __invoke_copy_to_kernel(to, from, n) \ argument
566 #define ___invoke_copy_in_kernel(to, from, n) \ argument
570 #define __invoke_copy_from_user(to, from, n) \ argument
573 #define __invoke_copy_to_user(to, from, n) \ argument
576 #define ___invoke_copy_in_user(to, from, n) \ argument
593 #define __invoke_copy_from_user(to, from, n) \ argument
596 #define __invoke_copy_to_user(to, from, n) \ argument
599 #define ___invoke_copy_in_user(to, from, n) \ argument
605 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
614 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user()
626 raw_copy_in_user(void __user*to, const void __user *from, unsigned long n) in raw_copy_in_user()