Home
last modified time | relevance | path

Searched refs:__invoke_copy_to_user (Results 1 – 1 of 1) sorted by relevance

/arch/mips/include/asm/
Duaccess.h577 #define __invoke_copy_to_user(to, from, n) \ macro
600 #define __invoke_copy_to_user(to, from, n) \ macro
614 return __invoke_copy_to_user(to, from, n); in raw_copy_to_user()