Searched refs:__invoke_copy_from_user (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/mips/include/asm/ |
D | uaccess.h | 950 #define __invoke_copy_from_user(to, from, n) \ macro 974 __invoke_copy_from_user(to, from, n) 978 __invoke_copy_from_user(to, from, n) 982 __invoke_copy_from_user(to, from, n) 1067 #define __invoke_copy_from_user(to, from, n) \ macro 1131 __cu_len = __invoke_copy_from_user(__cu_to, __cu_from, \ 1170 __cu_len = __invoke_copy_from_user(__cu_to, \
|