Searched defs:clear_user (Results 26 - 30 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dm32r_ksyms.c28 EXPORT_SYMBOL(clear_user); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Duaccess.h267 #define clear_user(to, n) __clear_user(to, n) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Duaccess.h426 clear_user(void __user *to, long len) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Duaccess.h423 static inline unsigned long __must_check clear_user(void __user *to, unsigned long n) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Duaccess.h964 #define clear_user(addr,n) \ macro

Completed in 76 milliseconds

12