/openbmc/linux/arch/loongarch/lib/ |
H A D | Makefile | 7 clear_user.o copy_user.o csum.o dump_tlb.o unaligned.o
|
/openbmc/linux/arch/x86/lib/ |
H A D | usercopy_32.c | 62 clear_user(void __user *to, unsigned long n) in clear_user() function 69 EXPORT_SYMBOL(clear_user);
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | uaccess_32.h | 36 unsigned long __must_check clear_user(void __user *mem, unsigned long len);
|
H A D | uaccess_64.h | 188 static __always_inline unsigned long clear_user(void __user *to, unsigned long n) in clear_user() function
|
/openbmc/linux/arch/arm64/lib/ |
H A D | Makefile | 2 lib-y := clear_user.o delay.o copy_from_user.o \
|
/openbmc/linux/arch/alpha/lib/ |
H A D | Makefile | 31 $(ev6-y)clear_user.o \
|
/openbmc/linux/drivers/char/ |
H A D | mem.c | 125 if (clear_user(buf, sz)) in read_mem() 153 remaining = clear_user(buf, sz); in read_mem() 515 left = clear_user(buf + cleared, chunk); in read_zero()
|
/openbmc/linux/arch/arm/lib/ |
H A D | Makefile | 19 mmu-y := clear_user.o copy_page.o getuser.o putuser.o \
|
/openbmc/linux/arch/ia64/lib/ |
H A D | Makefile | 9 clear_user.o strncpy_from_user.o strnlen_user.o \
|
/openbmc/linux/arch/x86/um/ |
H A D | ldt.c | 97 if (clear_user(ptr, bytecount)) in read_ldt() 117 if (clear_user(ptr, bytecount)) in read_default_ldt()
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | uaccess.h | 107 #define clear_user(addr,n) \ macro
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | uaccess.h | 48 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() function
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | uaccess.h | 244 #define clear_user(addr, n) \ macro
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | uaccess.h | 46 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() function
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | uaccess.h | 178 #define clear_user lclear_user macro
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | uaccess.h | 227 clear_user(void __user *addr, unsigned long size) in clear_user() function
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | uaccess_32.h | 210 static inline unsigned long clear_user(void __user *addr, unsigned long n) in clear_user() function
|
H A D | uaccess_64.h | 243 #define clear_user __clear_user macro
|
/openbmc/linux/arch/x86/kernel/ |
H A D | ldt.c | 529 if (clear_user(ptr + entries_size, bytecount - entries_size)) { in read_ldt() 551 if (clear_user(ptr, bytecount)) in read_default_ldt()
|
/openbmc/linux/include/asm-generic/ |
H A D | uaccess.h | 220 clear_user(void __user *to, unsigned long n) in clear_user() function
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | uaccess.h | 259 clear_user(void __user *addr, unsigned long size) in clear_user() function
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | uaccess.h | 209 #define clear_user(to, n) \ macro
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | uaccess.h | 313 unsigned long __must_check clear_user(void __user *to, unsigned long n) in clear_user() function
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | uaccess.h | 280 clear_user(void __user *to, long len) in clear_user() function
|
/openbmc/linux/security/keys/ |
H A D | keyctl_pkey.c | 187 clear_user(_res->__spare, sizeof(_res->__spare)) == 0) in keyctl_pkey_query()
|