Home
last modified time | relevance | path

Searched refs:strnlen_user (Results 1 – 25 of 52) sorted by relevance

123

/arch/avr32/lib/
Dstrnlen_user.S17 .global strnlen_user symbol
18 .type strnlen_user, "function"
19 strnlen_user: label
DMakefile6 lib-y += strncpy_from_user.o strnlen_user.o
/arch/frv/kernel/
Duaccess.c72 long strnlen_user(const char __user *src, long count) in strnlen_user() function
100 EXPORT_SYMBOL(strnlen_user);
/arch/m68k/lib/
Duaccess.c147 long strnlen_user(const char __user *src, long n) in strnlen_user() function
178 EXPORT_SYMBOL(strnlen_user);
/arch/x86/lib/
Dusercopy_64.c79 long strnlen_user(const char __user *s, long n) in strnlen_user() function
85 EXPORT_SYMBOL(strnlen_user);
/arch/xtensa/lib/
DMakefile6 usercopy.o strncpy_user.o strnlen_user.o
/arch/hexagon/mm/
DMakefile6 obj-y += copy_to_user.o copy_from_user.o strnlen_user.o vm_tlb.o
/arch/h8300/include/asm/
Duaccess.h144 static inline long strnlen_user(const char *src, long n) in strnlen_user() function
149 #define strlen_user(str) strnlen_user(str, 32767)
/arch/s390/include/asm/
Duaccess.h86 size_t (*strnlen_user)(size_t, const char __user *); member
338 strnlen_user(const char __user * src, unsigned long n) in strnlen_user() function
341 return uaccess.strnlen_user(n, src); in strnlen_user()
358 #define strlen_user(str) strnlen_user(str, ~0UL)
/arch/m32r/lib/
Dusercopy.c246 long strnlen_user(const char __user *s, long n) in strnlen_user() function
315 long strnlen_user(const char __user *s, long n) in strnlen_user() function
/arch/mn10300/kernel/
Dmn10300_ksyms.c31 EXPORT_SYMBOL(strnlen_user);
/arch/um/include/asm/
Duaccess.h120 extern int strnlen_user(const void __user *str, int len);
170 #define strlen_user(str) strnlen_user(str, ~0U >> 1)
/arch/m68k/include/asm/
Duaccess_no.h161 static inline long strnlen_user(const char *src, long n) in strnlen_user() function
166 #define strlen_user(str) strnlen_user(str, 32767)
/arch/x86/include/asm/
Duaccess_32.h230 #define strlen_user(str) strnlen_user(str, LONG_MAX)
232 long strnlen_user(const char __user *str, long n);
/arch/avr32/kernel/
Davr32_ksyms.c46 EXPORT_SYMBOL(strnlen_user);
/arch/unicore32/lib/
DMakefile8 lib-y += strncpy_from_user.o strnlen_user.o
/arch/s390/lib/
Duaccess_mvcos.c210 .strnlen_user = strnlen_user_std,
223 .strnlen_user = strnlen_user_mvcos,
/arch/m32r/kernel/
Dm32r_ksyms.c32 EXPORT_SYMBOL(strnlen_user);
/arch/avr32/include/asm/
Duaccess.h314 extern long strnlen_user(const char __user *__s, long __n);
317 #define strlen_user(s) strnlen_user(s, ~0UL >> 1)
/arch/sh/include/asm/
Duaccess.h208 static inline long strnlen_user(const char __user *s, long n) in strnlen_user() function
230 #define strlen_user(str) strnlen_user(str, ~0UL >> 1)
/arch/mn10300/lib/
Dusercopy.c135 long strnlen_user(const char *s, long n) in strnlen_user() function
/arch/mips/lib/
DMakefile6 strlen_user.o strncpy_user.o strnlen_user.o uncached.o
/arch/frv/include/asm/
Duaccess.h313 extern long strnlen_user(const char __user *src, long count);
315 #define strlen_user(str) strnlen_user(str, 32767)
/arch/openrisc/include/asm/
Duaccess.h341 static inline long strnlen_user(const char __user *str, long len) in strnlen_user() function
352 #define strlen_user(str) strnlen_user(str, TASK_SIZE-1)
/arch/arm/lib/
DMakefile11 strncpy_from_user.o strnlen_user.o \

123