Searched refs:strnlen_user (Results 1 - 25 of 44) sorted by relevance

12

/arch/xtensa/lib/
H A DMakefile6 usercopy.o strncpy_user.o strnlen_user.o
/arch/hexagon/mm/
H A DMakefile6 obj-y += copy_to_user.o copy_from_user.o strnlen_user.o vm_tlb.o
/arch/avr32/lib/
H A Dstrnlen_user.S17 .global strnlen_user
18 .type strnlen_user, "function"
19 strnlen_user: label
H A DMakefile6 lib-y += strncpy_from_user.o strnlen_user.o
/arch/frv/kernel/
H A Duaccess.c72 long strnlen_user(const char __user *src, long count) function
98 } /* end strnlen_user() */
100 EXPORT_SYMBOL(strnlen_user); variable
/arch/mips/lib/
H A DMakefile7 strnlen_user.o uncached.o
/arch/mn10300/kernel/
H A Dmn10300_ksyms.c31 EXPORT_SYMBOL(strnlen_user); variable
/arch/m32r/lib/
H A Dusercopy.c246 long strnlen_user(const char __user *s, long n) function
296 /* NOTE: strnlen_user() algorithm:
315 long strnlen_user(const char __user *s, long n) function
372 /* NOTE: strnlen_user() algorithm:
/arch/m68k/include/asm/
H A Duaccess_no.h161 static inline long strnlen_user(const char *src, long n) function
166 #define strlen_user(str) strnlen_user(str, 32767)
/arch/avr32/kernel/
H A Davr32_ksyms.c46 EXPORT_SYMBOL(strnlen_user); variable
/arch/mn10300/lib/
H A Dusercopy.c135 long strnlen_user(const char *s, long n) function
/arch/unicore32/lib/
H A DMakefile8 lib-y += strncpy_from_user.o strnlen_user.o
/arch/um/include/asm/
H A Duaccess.h120 extern int strnlen_user(const void __user *str, int len);
170 #define strlen_user(str) strnlen_user(str, ~0U >> 1)
/arch/m32r/kernel/
H A Dm32r_ksyms.c31 EXPORT_SYMBOL(strnlen_user); variable
/arch/ia64/lib/
H A DMakefile10 clear_user.o strncpy_from_user.o strlen_user.o strnlen_user.o \
/arch/avr32/include/asm/
H A Duaccess.h314 extern long strnlen_user(const char __user *__s, long __n);
317 #define strlen_user(s) strnlen_user(s, ~0UL >> 1)
/arch/frv/include/asm/
H A Duaccess.h313 extern long strnlen_user(const char __user *src, long count);
315 #define strlen_user(str) strnlen_user(str, 32767)
/arch/m32r/include/asm/
H A Duaccess.h688 * consider using strnlen_user() instead.
690 #define strlen_user(str) strnlen_user(str, ~0UL >> 1)
691 long strnlen_user(const char __user *str, long n);
/arch/metag/include/asm/
H A Duaccess.h191 extern long __must_check strnlen_user(const char __user *src, long count);
193 #define strlen_user(str) strnlen_user(str, 32767)
/arch/mn10300/include/asm/
H A Duaccess.h490 extern long strnlen_user(const char __user *str, long n);
491 #define strlen_user(str) strnlen_user(str, ~0UL >> 1)
/arch/s390/include/asm/
H A Duaccess.h341 static inline unsigned long strnlen_user(const char __user *src, unsigned long n) function
359 * consider using strnlen_user() instead.
361 #define strlen_user(str) strnlen_user(str, ~0UL)
/arch/um/kernel/skas/
H A Duaccess.c247 int strnlen_user(const void __user *str, int len) function
259 EXPORT_SYMBOL(strnlen_user); variable
/arch/tile/include/asm/
H A Duaccess.h477 * consider using strnlen_user() instead.
480 static inline long __must_check strnlen_user(const char __user *str, long n) function
485 #define strlen_user(str) strnlen_user(str, LONG_MAX)
/arch/xtensa/include/asm/
H A Duaccess.h476 #define strlen_user(str) strnlen_user((str), TASK_SIZE - 1)
483 static inline long strnlen_user(const char *str, long len)
/arch/arm64/include/asm/
H A Duaccess.h280 extern __must_check long strnlen_user(const char __user *str, long n);

Completed in 7069 milliseconds

12