/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 | 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_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 | 31 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() 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()
|
D | asm.h | 177 # define _ASM_EXTABLE_TYPE(from, to, type) \ argument 185 # define _ASM_EXTABLE_TYPE_REG(from, to, type, reg) \ argument 207 #define _ASM_EXTABLE(from, to) \ argument 210 #define _ASM_EXTABLE_UA(from, to) \ argument 213 #define _ASM_EXTABLE_CPY(from, to) \ argument 216 #define _ASM_EXTABLE_FAULT(from, to) \ argument
|
D | string_32.h | 33 static __always_inline void *__memcpy(void *to, const void *from, size_t n) in __memcpy() 52 static __always_inline void *__constant_memcpy(void *to, const void *from, in __constant_memcpy() 157 static inline void *__constant_memcpy3d(void *to, const void *from, size_t len) in __constant_memcpy3d() 164 static inline void *__memcpy3d(void *to, const void *from, size_t len) in __memcpy3d()
|
/arch/powerpc/kernel/ |
D | signal.h | 71 #define unsafe_copy_fpr_from_user(task, from, label) do { \ argument 81 #define unsafe_copy_vsx_from_user(task, from, label) do { \ argument 112 #define unsafe_copy_ckfpr_from_user(task, from, label) do { \ argument 122 #define unsafe_copy_ckvsx_from_user(task, from, label) do { \ argument 138 #define unsafe_copy_fpr_from_user(task, from, label) \ argument 150 copy_fpr_from_user(struct task_struct *task, void __user *from) in copy_fpr_from_user() 168 copy_ckfpr_from_user(struct task_struct *task, void __user *from) in copy_ckfpr_from_user() 177 #define unsafe_copy_fpr_from_user(task, from, label) do { if (0) goto label;} while (0) argument 186 copy_fpr_from_user(struct task_struct *task, void __user *from) in copy_fpr_from_user()
|
D | signal.c | 43 void __user *from) in copy_fpr_from_user() 70 void __user *from) in copy_vsx_from_user() 97 void __user *from) in copy_ckfpr_from_user() 124 void __user *from) in copy_ckvsx_from_user()
|
/arch/arm64/mm/ |
D | copypage.c | 17 void copy_highpage(struct page *to, struct page *from) in copy_highpage() 42 void copy_user_highpage(struct page *to, struct page *from, in 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/powerpc/include/asm/ |
D | kup.h | 68 static inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() 82 static __always_inline void allow_read_from_user(const void __user *from, unsigned long size) in allow_read_from_user() 93 static __always_inline void allow_read_write_user(void __user *to, const void __user *from, in allow_read_write_user() 100 static __always_inline void prevent_read_from_user(const void __user *from, unsigned long size) in prevent_read_from_user() 110 static __always_inline void prevent_read_write_user(void __user *to, const void __user *from, in prevent_read_write_user()
|
/arch/x86/kernel/ |
D | ioport.c | 65 long ksys_ioperm(unsigned long from, unsigned long num, int turn_on) in ksys_ioperm() 152 SYSCALL_DEFINE3(ioperm, unsigned long, from, unsigned long, num, int, turn_on) in SYSCALL_DEFINE3() argument 202 long ksys_ioperm(unsigned long from, unsigned long num, int turn_on) in ksys_ioperm() 206 SYSCALL_DEFINE3(ioperm, unsigned long, from, unsigned long, num, int, turn_on) in SYSCALL_DEFINE3() argument
|
/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/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/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/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/m68k/include/asm/ |
D | uaccess.h | 203 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument 241 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument 243 #define __constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3) \ argument 248 __constant_copy_from_user(void *to, const void __user *from, unsigned long n) in __constant_copy_from_user() 294 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument 329 __constant_copy_to_user(void __user *to, const void *from, unsigned long n) in __constant_copy_to_user() 379 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 387 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
|
D | page_mm.h | 14 static inline void copy_page(void *to, void *from) in copy_page() 53 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) argument 60 #define copy_user_page(to, from, vaddr, page) \ argument
|
/arch/csky/lib/ |
D | usercopy.c | 7 unsigned long raw_copy_from_user(void *to, const void *from, in raw_copy_from_user() 78 unsigned long raw_copy_to_user(void *to, const void *from, in raw_copy_to_user()
|
/arch/x86/entry/vdso/ |
D | extable.h | 21 #define _ASM_VDSO_EXTABLE_HANDLE(from, to) \ 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()
|