/arch/x86/lib/ |
D | usercopy_32.c | 67 clear_user(void __user *to, unsigned long n) in clear_user() 88 __clear_user(void __user *to, unsigned long n) in __clear_user() 97 __copy_user_intel(void __user *to, const void *from, unsigned long size) in __copy_user_intel() 200 static unsigned long __copy_user_intel_nocache(void *to, in __copy_user_intel_nocache() 299 #define __copy_user(to, from, size) \ argument 332 unsigned long __copy_user_ll(void *to, const void *from, unsigned long n) in __copy_user_ll() 344 unsigned long __copy_from_user_ll_nocache_nozero(void *to, const void __user *from, in __copy_from_user_ll_nocache_nozero()
|
D | iomem.c | 5 #define movs(type,to,from) \ argument 9 static __always_inline void rep_movs(void *to, const void *from, size_t n) in rep_movs() 25 void memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) in memcpy_fromio() 43 void memcpy_toio(volatile void __iomem *to, const void *from, size_t n) in memcpy_toio()
|
D | mmx_32.c | 39 void *_mmx_memcpy(void *to, const void *from, size_t len) in _mmx_memcpy() 169 static void fast_copy_page(void *to, void *from) in fast_copy_page() 291 static void fast_copy_page(void *to, void *from) in fast_copy_page() 369 static void slow_copy_page(void *to, void *from) in slow_copy_page() 381 void mmx_copy_page(void *to, void *from) in mmx_copy_page()
|
D | usercopy_64.c | 51 unsigned long clear_user(void __user *to, unsigned long n) in clear_user() 65 mcsafe_handle_tail(char *to, char *from, unsigned len) in mcsafe_handle_tail() 203 void memcpy_page_flushcache(char *to, struct page *page, size_t offset, in memcpy_page_flushcache()
|
/arch/x86/include/asm/ |
D | uaccess_32.h | 18 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() 24 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 30 __copy_from_user_inatomic_nocache(void *to, const void __user *from, in __copy_from_user_inatomic_nocache()
|
D | page_32.h | 30 static inline void copy_page(void *to, void *from) in copy_page() 42 static inline void copy_page(void *to, void *from) in copy_page()
|
/arch/powerpc/include/asm/ |
D | kup.h | 69 static inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() 71 static inline void prevent_user_access(void __user *to, const void __user *from, in prevent_user_access() 81 static inline void allow_write_to_user(void __user *to, unsigned long size) in allow_write_to_user() 86 static inline void allow_read_write_user(void __user *to, const void __user *from, in allow_read_write_user() 97 static inline void prevent_write_to_user(void __user *to, unsigned long size) in prevent_write_to_user() 102 static inline void prevent_read_write_user(void __user *to, const void __user *from, in prevent_read_write_user()
|
/arch/m68k/lib/ |
D | uaccess.c | 10 unsigned long __generic_copy_from_user(void *to, const void __user *from, in __generic_copy_from_user() 56 unsigned long __generic_copy_to_user(void __user *to, const void *from, in __generic_copy_to_user() 104 unsigned long __clear_user(void __user *to, unsigned long n) in __clear_user()
|
/arch/csky/lib/ |
D | usercopy.c | 7 unsigned long raw_copy_from_user(void *to, const void *from, in raw_copy_from_user() 15 unsigned long raw_copy_to_user(void *to, const void *from, in raw_copy_to_user() 233 clear_user(void __user *to, unsigned long n) in clear_user() 253 __clear_user(void __user *to, unsigned long n) in __clear_user()
|
/arch/m68k/include/asm/ |
D | uaccess_mm.h | 190 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument 228 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument 230 #define __constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3) \ argument 235 __constant_copy_from_user(void *to, const void __user *from, unsigned long n) in __constant_copy_from_user() 281 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument 316 __constant_copy_to_user(void __user *to, const void *from, unsigned long n) in __constant_copy_to_user() 363 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 371 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
|
D | uaccess_no.h | 106 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 113 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() 150 __clear_user(void *to, unsigned long n) in __clear_user() 156 #define clear_user(to,n) __clear_user(to,n) argument
|
/arch/s390/lib/ |
D | uaccess.c | 171 unsigned long raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 246 unsigned long raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() 254 static inline unsigned long copy_in_user_mvcos(void __user *to, const void __user *from, in copy_in_user_mvcos() 277 static inline unsigned long copy_in_user_mvc(void __user *to, const void __user *from, in copy_in_user_mvc() 311 unsigned long raw_copy_in_user(void __user *to, const void __user *from, unsigned long n) in raw_copy_in_user() 319 static inline unsigned long clear_user_mvcos(void __user *to, unsigned long size) in clear_user_mvcos() 347 static inline unsigned long clear_user_xc(void __user *to, unsigned long size) in clear_user_xc() 385 unsigned long __clear_user(void __user *to, unsigned long size) in __clear_user()
|
/arch/arm/mm/ |
D | copypage-v6.c | 30 static void v6_copy_user_highpage_nonaliasing(struct page *to, in v6_copy_user_highpage_nonaliasing() 69 static void v6_copy_user_highpage_aliasing(struct page *to, in v6_copy_user_highpage_aliasing() 105 unsigned long to = COPYPAGE_V6_TO + (CACHE_COLOUR(vaddr) << PAGE_SHIFT); in v6_clear_user_highpage_aliasing() local
|
D | copypage-xscale.c | 36 static void mc_copy_user_page(void *from, void *to) in mc_copy_user_page() 84 void xscale_mc_copy_user_highpage(struct page *to, struct page *from, in xscale_mc_copy_user_highpage()
|
D | copypage-v4mc.c | 40 static void mc_copy_user_page(void *from, void *to) in mc_copy_user_page() 64 void v4_mc_copy_user_highpage(struct page *to, struct page *from, in v4_mc_copy_user_highpage()
|
/arch/arm64/kernel/ |
D | io.c | 15 void __memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) in __memcpy_fromio() 43 void __memcpy_toio(volatile void __iomem *to, const void *from, size_t count) in __memcpy_toio()
|
/arch/arm64/lib/ |
D | uaccess_flushcache.c | 22 void memcpy_page_flushcache(char *to, struct page *page, size_t offset, in memcpy_page_flushcache() 28 unsigned long __copy_user_flushcache(void *to, const void __user *from, in __copy_user_flushcache()
|
/arch/powerpc/include/asm/nohash/32/ |
D | kup-8xx.h | 36 static inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() 42 static inline void prevent_user_access(void __user *to, const void __user *from, in prevent_user_access()
|
/arch/ia64/lib/ |
D | io.c | 11 void memcpy_fromio(void *to, const volatile void __iomem *from, long count) in memcpy_fromio() 26 void memcpy_toio(volatile void __iomem *to, const void *from, long count) in memcpy_toio()
|
/arch/c6x/include/asm/ |
D | uaccess.h | 17 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 53 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
|
/arch/mips/include/asm/ |
D | uaccess.h | 519 #define __invoke_copy_from(func, to, from, n) \ argument 542 #define __invoke_copy_to(func, to, from, n) \ argument 560 #define __invoke_copy_from_kernel(to, from, n) \ argument 563 #define __invoke_copy_to_kernel(to, from, n) \ argument 566 #define ___invoke_copy_in_kernel(to, from, n) \ argument 570 #define __invoke_copy_from_user(to, from, n) \ argument 573 #define __invoke_copy_to_user(to, from, n) \ argument 576 #define ___invoke_copy_in_user(to, from, n) \ argument 593 #define __invoke_copy_from_user(to, from, n) \ argument 596 #define __invoke_copy_to_user(to, from, n) \ argument [all …]
|
/arch/sh/kernel/ |
D | io.c | 16 void memcpy_fromio(void *to, const volatile void __iomem *from, unsigned long count) in memcpy_fromio() 79 void memcpy_toio(volatile void __iomem *to, const void *from, unsigned long count) in memcpy_toio()
|
/arch/um/kernel/skas/ |
D | uaccess.c | 135 unsigned long *to_ptr = arg, to = *to_ptr; in copy_chunk_from_user() local 142 unsigned long raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 153 static int copy_chunk_to_user(unsigned long to, int len, void *arg) in copy_chunk_to_user() 162 unsigned long raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() 175 char **to_ptr = arg, *to = *to_ptr; in strncpy_chunk_from_user() local
|
/arch/powerpc/include/asm/book3s/32/ |
D | kup.h | 106 static __always_inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() 125 static __always_inline void prevent_user_access(void __user *to, const void __user *from, in prevent_user_access()
|
/arch/powerpc/include/asm/book3s/64/ |
D | kup-radix.h | 96 static __always_inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() 109 static inline void prevent_user_access(void __user *to, const void __user *from, in prevent_user_access()
|