Searched refs:__constant_copy_to_user (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/include/asm-m68k/ |
D | uaccess.h | 63 __pu_err = __constant_copy_to_user(ptr, &__pu_val, 8); \ 527 __constant_copy_to_user(void *to, const void *from, unsigned long n) in __constant_copy_to_user() function 762 __constant_copy_to_user(to, from, n) : \
|
/linux-2.4.37.9/include/asm-i386/ |
D | uaccess.h | 666 __constant_copy_to_user(void *to, const void *from, unsigned long n) in __constant_copy_to_user() function 713 __constant_copy_to_user((to),(from),(n)) : \
|
/linux-2.4.37.9/include/asm-cris/ |
D | uaccess.h | 918 __constant_copy_to_user(void *to, const void *from, unsigned long n) in __constant_copy_to_user() function 1010 __constant_copy_to_user(to, from, n) : \
|