Searched refs:clear_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.c31 EXPORT_SYMBOL(clear_user_asm); variable
H A Dusercopy_32.S142 * clear_user_asm takes the user target address in r0 and the
148 STD_ENTRY(clear_user_asm)
163 STD_ENDPROC(clear_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.h471 extern unsigned long clear_user_asm(void __user *mem, unsigned long len);
476 return clear_user_asm(mem, len);

Completed in 183 milliseconds