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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/lib/
H A Dclear_user.S16 clear_user: label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/lib/
H A Dusercopy.c123 clear_user(void *to, unsigned long n) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/lib/
H A Dusercopy.c224 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/mn10300/kernel/
H A Dmn10300_ksyms.c27 EXPORT_SYMBOL(clear_user); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dusercopy_64.c96 unsigned long clear_user(void __user *to, unsigned long n) function
102 EXPORT_SYMBOL(clear_user); variable
H A Dusercopy_32.c156 clear_user(void __user *to, unsigned long n) function
163 EXPORT_SYMBOL(clear_user); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Duaccess.h128 #define clear_user(addr,n) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Duaccess_mm.h370 #define clear_user __clear_user macro
H A Duaccess_no.h179 #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/frv/include/asm/
H A Duaccess.h266 #define clear_user(dst,count) __memset_user(____force(dst), (count)) macro
272 #define clear_user(dst,count) (memset(____force(dst), 0, (count)), 0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Duaccess.h156 clear_user(void *to, unsigned long n) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Davr32_ksyms.c44 EXPORT_SYMBOL(clear_user); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Duaccess.h233 #define clear_user lclear_user macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Duaccess.h318 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/sparc/include/asm/
H A Duaccess_32.h300 static inline unsigned long clear_user(void __user *addr, unsigned long n) function
H A Duaccess_64.h259 #define clear_user __clear_user macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Duaccess.h478 static inline unsigned long __must_check clear_user( function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dksyms.c31 EXPORT_SYMBOL(clear_user); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/skas/
H A Duaccess.c219 int clear_user(void __user *mem, int len) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Duaccess.h444 static inline unsigned long clear_user(void __user *addr, unsigned long size) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Duaccess.h83 size_t (*clear_user)(size_t, void __user *); member in struct:uaccess_ops
369 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/score/include/asm/
H A Duaccess.h364 static inline unsigned long clear_user(char *src, unsigned long size) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Duaccess.h137 static inline unsigned long __must_check clear_user(void __user *to, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Duaccess.h353 #define clear_user(to, n) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Duaccess.h291 #define clear_user(to, n) \ macro

Completed in 266 milliseconds

12