Searched refs:__invoke_copy_to_user (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/mips/include/asm/ |
D | uaccess.h | 813 #define __invoke_copy_to_user(to, from, n) \ macro 832 __invoke_copy_to_user(to, from, n) 865 __cu_len = __invoke_copy_to_user(__cu_to, __cu_from, \ 885 __cu_len = __invoke_copy_to_user(__cu_to, __cu_from, \ 940 __cu_len = __invoke_copy_to_user(__cu_to, \ 1074 #define __invoke_copy_to_user(to, from, n) \ macro
|