| /arch/x86/lib/ |
| 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 | 29 void *_mmx_memcpy(void *to, const void *from, size_t len) in _mmx_memcpy() 159 static void fast_copy_page(void *to, void *from) in fast_copy_page() 281 static void fast_copy_page(void *to, void *from) in fast_copy_page() 359 static void slow_copy_page(void *to, void *from) in slow_copy_page() 371 void mmx_copy_page(void *to, void *from) in mmx_copy_page()
|
| D | usercopy_32.c | 97 __copy_user_intel(void __user *to, const void *from, unsigned long size) in __copy_user_intel() 201 const void __user *from, unsigned long size) 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 | usercopy.c | 17 copy_from_user_nmi(void *to, const void __user *from, unsigned long n) in copy_from_user_nmi()
|
| /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() 57 __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()
|
| D | asm.h | 153 # define _ASM_EXTABLE_HANDLE(from, to, handler) \ argument 161 # define _ASM_EXTABLE(from, to) \ argument 164 # define _ASM_EXTABLE_UA(from, to) \ argument 167 # define _ASM_EXTABLE_FAULT(from, to) \ argument 170 # define _ASM_EXTABLE_EX(from, to) \ argument 173 # define _ASM_EXTABLE_REFCOUNT(from, to) \ argument
|
| /arch/powerpc/include/asm/ |
| D | kup.h | 44 static inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() 46 static inline void prevent_user_access(void __user *to, const void __user *from, in prevent_user_access() 51 static inline void allow_read_from_user(const void __user *from, unsigned long size) in allow_read_from_user() 61 static inline void prevent_read_from_user(const void __user *from, unsigned long size) in prevent_read_from_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()
|
| /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/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/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/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()
|
| /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/arm/mm/ |
| 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()
|
| 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-v6.c | 31 struct page *from, unsigned long vaddr, struct vm_area_struct *vma) in v6_copy_user_highpage_nonaliasing() 70 struct page *from, unsigned long vaddr, struct vm_area_struct *vma) in v6_copy_user_highpage_aliasing()
|
| /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/powerpc/include/asm/book3s/64/ |
| D | kup-radix.h | 80 static inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() 92 static inline void prevent_user_access(void __user *to, const void __user *from, in prevent_user_access()
|
| /arch/powerpc/include/asm/book3s/32/ |
| D | kup.h | 105 static inline void allow_user_access(void __user *to, const void __user *from, u32 size) in allow_user_access() 122 static inline void prevent_user_access(void __user *to, const void __user *from, u32 size) in prevent_user_access()
|
| /arch/arm/mach-ebsa110/ |
| D | io.c | 349 void outsb(unsigned int port, const void *from, int len) in outsb() 364 void insb(unsigned int port, void *from, int len) in insb() 382 void outsw(unsigned int port, const void *from, int len) in outsw() 397 void insw(unsigned int port, void *from, int len) in insw() 419 void outsl(unsigned int port, const void *from, int len) in outsl() 429 void insl(unsigned int port, void *from, int len) in insl()
|
| /arch/um/kernel/skas/ |
| D | uaccess.c | 133 static int copy_chunk_from_user(unsigned long from, int len, void *arg) in copy_chunk_from_user() 142 unsigned long raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 155 unsigned long *from_ptr = arg, from = *from_ptr; in copy_chunk_to_user() local 162 unsigned long raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() 173 static int strncpy_chunk_from_user(unsigned long from, int len, void *arg) in strncpy_chunk_from_user()
|
| /arch/x86/kernel/ |
| D | ioport.c | 27 long ksys_ioperm(unsigned long from, unsigned long num, int turn_on) in ksys_ioperm() 101 SYSCALL_DEFINE3(ioperm, unsigned long, from, unsigned long, num, int, turn_on) in SYSCALL_DEFINE3() argument
|
| /arch/arm/kernel/ |
| D | io.c | 45 void _memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) in _memcpy_fromio() 61 void _memcpy_toio(volatile void __iomem *to, const void *from, size_t count) in _memcpy_toio()
|