Searched refs:__copy_from_user_zeroing (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/lib/
H A Dexports.c43 EXPORT_SYMBOL(__copy_from_user_zeroing); variable
H A Dmemcpy_32.S28 #define __copy_from_user_zeroing __copy_from_user_zeroing_asm define
62 /* __copy_from_user_zeroing is like __copy_from_user_inatomic, but
65 ENTRY(__copy_from_user_zeroing)
66 .type __copy_from_user_zeroing, @function
69 .size __copy_from_user_zeroing, . - __copy_from_user_zeroing
H A Dmemcpy_tile64.c262 unsigned long __copy_from_user_zeroing(void *to, const void __user *from, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Duaccess.h328 extern unsigned long __must_check __copy_from_user_zeroing(
335 return __copy_from_user_zeroing(to, from, n);

Completed in 69 milliseconds