Home
last modified time | relevance | path

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

123

/linux/arch/loongarch/lib/
A DMakefile7 clear_user.o copy_user.o csum.o dump_tlb.o unaligned.o
/linux/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
/linux/arch/x86/lib/
A Dusercopy_32.c62 clear_user(void __user *to, unsigned long n) in clear_user() function
69 EXPORT_SYMBOL(clear_user);
/linux/arch/arm64/lib/
A DMakefile2 lib-y := clear_user.o delay.o copy_from_user.o \
/linux/arch/alpha/lib/
A DMakefile30 $(ev6-y)clear_user.o \
/linux/arch/arm/lib/
A DMakefile19 mmu-y := clear_user.o copy_page.o getuser.o putuser.o \
/linux/drivers/char/
A Dmem.c120 if (clear_user(buf, sz)) in read_mem()
148 remaining = clear_user(buf, sz); in read_mem()
504 left = clear_user(buf + cleared, chunk); in read_zero()
/linux/arch/sh/include/asm/
A Duaccess.h107 #define clear_user(addr,n) \ macro
/linux/arch/nios2/include/asm/
A Duaccess.h48 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() function
/linux/arch/loongarch/include/asm/
A Duaccess.h244 #define clear_user(addr, n) \ macro
/linux/arch/microblaze/include/asm/
A Duaccess.h46 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() function
/linux/arch/parisc/include/asm/
A Duaccess.h178 #define clear_user lclear_user macro
/linux/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
/linux/arch/openrisc/include/asm/
A Duaccess.h227 clear_user(void __user *addr, unsigned long size) in clear_user() function
/linux/arch/alpha/include/asm/
A Duaccess.h200 clear_user(void __user *to, long len) in clear_user() function
/linux/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()
/linux/include/asm-generic/
A Duaccess.h220 clear_user(void __user *to, unsigned long n) in clear_user() function
/linux/arch/xtensa/include/asm/
A Duaccess.h259 clear_user(void __user *addr, unsigned long size) in clear_user() function
/linux/arch/riscv/include/asm/
A Duaccess.h313 unsigned long __must_check clear_user(void __user *to, unsigned long n) in clear_user() function
/linux/security/keys/
A Dkeyctl_pkey.c187 clear_user(_res->__spare, sizeof(_res->__spare)) == 0) in keyctl_pkey_query()
/linux/arch/mips/include/asm/
A Duaccess.h478 #define clear_user(addr,n) \ macro
/linux/kernel/
A Drseq.c259 if (clear_user(&t->rseq->rseq_cs, sizeof(t->rseq->rseq_cs))) in clear_rseq_cs()
/linux/fs/
A Dbinfmt_elf_fdpic.c971 if (clear_user((void *) (seg->addr + phdr->p_filesz), in elf_fdpic_map_file_constdisp_on_uclinux()
1103 if (clear_user((void __user *) maddr, disp)) in elf_fdpic_map_file_by_direct_mmap()
1137 if (clear_user((void __user *) maddr + phdr->p_filesz, in elf_fdpic_map_file_by_direct_mmap()
1147 if (clear_user((void *) maddr + phdr->p_filesz, excess)) in elf_fdpic_map_file_by_direct_mmap()

Completed in 36 milliseconds

123