Home
last modified time | relevance | path

Searched defs:from (Results 1 – 25 of 156) sorted by relevance

1234567

/arch/x86/lib/
Diomem.c5 #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()
Dmmx_32.c29 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()
Dusercopy_32.c97 __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()
Dusercopy.c17 copy_from_user_nmi(void *to, const void __user *from, unsigned long n) in copy_from_user_nmi()
/arch/x86/include/asm/
Duaccess_32.h18 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()
Dpage_32.h30 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()
Dasm.h153 # 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/
Dkup.h44 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/
Duaccess_mm.h190 #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/
Dkup-8xx.h36 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/
Dio.c15 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/
Dio.c11 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/
Duaccess.h17 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/
Duaccess.c10 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/
Duaccess.h519 #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/
Dcopypage-v4mc.c40 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()
Dcopypage-xscale.c36 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()
Dcopypage-v6.c31 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/
Dio.c16 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/
Dkup-radix.h80 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/
Dkup.h105 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/
Dio.c349 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/
Duaccess.c133 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/
Dioport.c27 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/
Dio.c45 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()

1234567