Searched refs:strnlen_user_asm (Results 1 - 3 of 3) 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.c29 EXPORT_SYMBOL(strnlen_user_asm); variable
H A Dusercopy_32.S99 * strnlen_user_asm takes the pointer in r0, and the length bound in r1.
103 STD_ENTRY(strnlen_user_asm)
109 STD_ENDPROC(strnlen_user_asm)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Duaccess.h418 extern long strnlen_user_asm(const char __user *str, long n);
422 return strnlen_user_asm(str, n);

Completed in 75 milliseconds