Searched refs:__invoke_copy_from_user (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/mips/include/asm/ |
D | uaccess.h | 924 #define __invoke_copy_from_user(to, from, n) \ macro 948 __invoke_copy_from_user(to, from, n) 952 __invoke_copy_from_user(to, from, n) 956 __invoke_copy_from_user(to, from, n) 1041 #define __invoke_copy_from_user(to, from, n) \ macro 1099 __cu_len = __invoke_copy_from_user(__cu_to, __cu_from, \ 1136 __cu_len = __invoke_copy_from_user(__cu_to, \
|