Lines Matching defs:to
523 #define __invoke_copy_from(func, to, from, n) \ argument
546 #define __invoke_copy_to(func, to, from, n) \ argument
564 #define __invoke_copy_from_kernel(to, from, n) \ argument
567 #define __invoke_copy_to_kernel(to, from, n) \ argument
570 #define ___invoke_copy_in_kernel(to, from, n) \ argument
574 #define __invoke_copy_from_user(to, from, n) \ argument
577 #define __invoke_copy_to_user(to, from, n) \ argument
580 #define ___invoke_copy_in_user(to, from, n) \ argument
597 #define __invoke_copy_from_user(to, from, n) \ argument
600 #define __invoke_copy_to_user(to, from, n) \ argument
603 #define ___invoke_copy_in_user(to, from, n) \ argument
609 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
618 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user()
630 raw_copy_in_user(void __user*to, const void __user *from, unsigned long n) in raw_copy_in_user()