Searched refs:strlen_user (Results 1 - 33 of 33) sorted by relevance

/linux-4.1.27/arch/ia64/lib/
H A DMakefile10 clear_user.o strncpy_from_user.o strlen_user.o strnlen_user.o \
H A Dstrlen_user.S2 * Optimized version of the strlen_user() function
21 // int strlen_user(char *)
27 // This is an enhanced version of the basic strlen_user. it includes a
H A Dstrlen.S159 // Please note that in the case of strlen() as opposed to strlen_user()
/linux-4.1.27/lib/
H A Dstrnlen_user.c121 * strlen_user: - Get the size of a user string INCLUDING final NUL.
134 long strlen_user(const char __user *str) strlen_user() function
146 EXPORT_SYMBOL(strlen_user); variable
/linux-4.1.27/arch/mips/lib/
H A Dstrnlen_user.S24 * make strlen_user and strnlen_user access the first few KSEG0
/linux-4.1.27/arch/um/include/asm/
H A Duaccess.h110 * strlen_user: - Get the size of a string in user space.
170 #define strlen_user(str) strnlen_user(str, ~0U >> 1) macro
/linux-4.1.27/arch/m68k/include/asm/
H A Duaccess_no.h166 #define strlen_user(str) strnlen_user(str, 32767) macro
H A Duaccess_mm.h386 extern __must_check long strlen_user(const char __user *str);
/linux-4.1.27/arch/s390/include/asm/
H A Duaccess.h348 * strlen_user: - Get the size of a string in user space.
361 #define strlen_user(str) strnlen_user(str, ~0UL) macro
/linux-4.1.27/arch/sparc/include/asm/
H A Duaccess_64.h276 __must_check long strlen_user(const char __user *str);
H A Duaccess_32.h372 __must_check long strlen_user(const char __user *str);
/linux-4.1.27/arch/um/kernel/
H A Dprocess.c259 return strlen_user(str); strlen_user_proc()
/linux-4.1.27/arch/metag/include/asm/
H A Duaccess.h198 #define strlen_user(str) strnlen_user(str, 32767) macro
/linux-4.1.27/arch/sh/include/asm/
H A Duaccess.h107 extern __must_check long strlen_user(const char __user *str);
/linux-4.1.27/arch/parisc/include/asm/
H A Duaccess.h223 #define strlen_user(str) lstrnlen_user(str, 0x7fffffffL) macro
/linux-4.1.27/arch/arm64/include/asm/
H A Duaccess.h279 extern __must_check long strlen_user(const char __user *str);
/linux-4.1.27/arch/avr32/include/asm/
H A Duaccess.h317 #define strlen_user(s) strnlen_user(s, ~0UL >> 1) macro
/linux-4.1.27/arch/blackfin/include/asm/
H A Duaccess.h231 static inline long __must_check strlen_user(const char __user *src) strlen_user() function
/linux-4.1.27/arch/frv/include/asm/
H A Duaccess.h315 #define strlen_user(str) strnlen_user(str, 32767) macro
/linux-4.1.27/include/asm-generic/
H A Duaccess.h319 static inline long strlen_user(const char __user *src) strlen_user() function
/linux-4.1.27/arch/tile/include/asm/
H A Duaccess.h469 * strlen_user: - Get the size of a string in user space.
488 #define strlen_user(str) strnlen_user(str, LONG_MAX) macro
/linux-4.1.27/arch/m32r/include/asm/
H A Duaccess.h677 * strlen_user: - Get the size of a string in user space.
690 #define strlen_user(str) strnlen_user(str, ~0UL >> 1) macro
/linux-4.1.27/arch/mn10300/include/asm/
H A Duaccess.h491 #define strlen_user(str) strnlen_user(str, ~0UL >> 1) macro
/linux-4.1.27/arch/openrisc/include/asm/
H A Duaccess.h321 extern __must_check long strlen_user(const char __user *str);
/linux-4.1.27/arch/powerpc/include/asm/
H A Duaccess.h448 extern __must_check long strlen_user(const char __user *str);
/linux-4.1.27/arch/cris/include/asm/
H A Duaccess.h424 #define strlen_user(str) strnlen_user((str), 0x7ffffffe) macro
/linux-4.1.27/arch/alpha/include/asm/
H A Duaccess.h440 extern __must_check long strlen_user(const char __user *str);
/linux-4.1.27/arch/xtensa/include/asm/
H A Duaccess.h476 #define strlen_user(str) strnlen_user((str), TASK_SIZE - 1)
/linux-4.1.27/arch/score/include/asm/
H A Duaccess.h402 static inline long strlen_user(const char __user *src) strlen_user() function
/linux-4.1.27/arch/ia64/include/asm/
H A Duaccess.h319 #define strlen_user(str) \ macro
/linux-4.1.27/arch/arm/include/asm/
H A Duaccess.h516 extern __must_check long strlen_user(const char __user *str);
/linux-4.1.27/arch/mips/include/asm/
H A Duaccess.h1329 * strlen_user: - Get the size of a string in user space.
1342 static inline long strlen_user(const char __user *s) strlen_user() function
/linux-4.1.27/arch/x86/include/asm/
H A Duaccess.h530 extern __must_check long strlen_user(const char __user *str);

Completed in 754 milliseconds