Home
last modified time | relevance | path

Searched refs:clear_user (Results 1 – 25 of 30) sorted by relevance

12

/arch/loongarch/lib/
A DMakefile7 clear_user.o copy_user.o csum.o dump_tlb.o unaligned.o
/arch/x86/include/asm/
A Duaccess_32.h36 unsigned long __must_check clear_user(void __user *mem, unsigned long len);
A Duaccess_64.h202 static __always_inline unsigned long clear_user(void __user *to, unsigned long n) in clear_user() function
/arch/arm64/lib/
A DMakefile2 lib-y := clear_user.o delay.o copy_from_user.o \
/arch/x86/lib/
A Dusercopy_32.c62 clear_user(void __user *to, unsigned long n) in clear_user() function
69 EXPORT_SYMBOL(clear_user);
/arch/alpha/lib/
A DMakefile30 $(ev6-y)clear_user.o \
/arch/arm/lib/
A DMakefile19 mmu-y := clear_user.o copy_page.o getuser.o putuser.o \
/arch/nios2/include/asm/
A Duaccess.h48 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() function
/arch/sh/include/asm/
A Duaccess.h107 #define clear_user(addr,n) \ macro
/arch/loongarch/include/asm/
A Duaccess.h244 #define clear_user(addr, n) \ macro
/arch/microblaze/include/asm/
A Duaccess.h46 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() function
/arch/openrisc/include/asm/
A Duaccess.h227 clear_user(void __user *addr, unsigned long size) in clear_user() function
/arch/parisc/include/asm/
A Duaccess.h193 #define clear_user lclear_user macro
/arch/sparc/include/asm/
A Duaccess_32.h212 static inline unsigned long clear_user(void __user *addr, unsigned long n) in clear_user() function
A Duaccess_64.h243 #define clear_user __clear_user macro
/arch/alpha/include/asm/
A Duaccess.h200 clear_user(void __user *to, long len) in clear_user() function
/arch/xtensa/include/asm/
A Duaccess.h259 clear_user(void __user *addr, unsigned long size) in clear_user() function
/arch/x86/kernel/
A Dldt.c529 if (clear_user(ptr + entries_size, bytecount - entries_size)) { in read_ldt()
551 if (clear_user(ptr, bytecount)) in read_default_ldt()
/arch/mips/include/asm/
A Duaccess.h478 #define clear_user(addr,n) \ macro
/arch/m68k/include/asm/
A Duaccess.h446 #define clear_user __clear_user macro
/arch/riscv/include/asm/
A Duaccess.h433 unsigned long __must_check clear_user(void __user *to, unsigned long n) in clear_user() function
/arch/arm64/include/asm/
A Duaccess.h474 #define clear_user __clear_user macro
/arch/s390/include/asm/
A Duaccess.h394 static __always_inline unsigned long __must_check clear_user(void __user *to, unsigned long n) in clear_user() function
/arch/arm64/kvm/
A Dguest.c505 clear_user(uptr + region.klen, region.upad)) in get_sve_reg()
1109 clear_user(tags, MTE_GRANULES_PER_PAGE); in kvm_vm_ioctl_mte_copy_tags()
/arch/arm/include/asm/
A Duaccess.h598 static inline unsigned long __must_check clear_user(void __user *to, unsigned long n) in clear_user() function

Completed in 32 milliseconds

12