Searched refs:__invoke_copy_from_user (Results 1 – 1 of 1) sorted by relevance
/arch/mips/include/asm/ |
D | uaccess.h | 951 #define __invoke_copy_from_user(to, from, n) \ macro 975 __invoke_copy_from_user(to, from, n) 979 __invoke_copy_from_user(to, from, n) 983 __invoke_copy_from_user(to, from, n) 1068 #define __invoke_copy_from_user(to, from, n) \ macro 1132 __cu_len = __invoke_copy_from_user(__cu_to, __cu_from, \ 1171 __cu_len = __invoke_copy_from_user(__cu_to, \
|