Home
last modified time | relevance | path

Searched defs:copy_page (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dev6-copy_page.S63 .global copy_page symbol
65 copy_page: label
H A Dcopy_page.S10 .global copy_page symbol
12 copy_page: label
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpage_32.h30 static inline void copy_page(void *to, void *from) in copy_page() function
42 static inline void copy_page(void *to, void *from) in copy_page() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dpage_mm.h14 static inline void copy_page(void *to, void *from) in copy_page() function
53 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
H A Dpage_no.h11 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpage-nommu.h12 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/OK3568_Linux_fs/kernel/arch/sh/mm/
H A Dnommu.c20 void copy_page(void *to, void *from) in copy_page() function
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dpage.h49 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dpage.h40 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpage.h48 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpage.h29 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dpage.h115 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dpage.h26 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dpage.c654 void copy_page(void *to, void *from) in copy_page() function
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpage.h51 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpage_64.h49 #define copy_page(X,Y) memcpy((void *)(X), (void *)(Y), PAGE_SIZE) macro
H A Dpage_32.h21 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dpage.h26 #define copy_page(to, from) copy_page_asm((void *)(to), (void *)(from)) macro
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dpage.h30 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpage.h75 # define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpage.h56 static inline void copy_page(void *to, void *from) in copy_page() function
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Duserfaultfd.c622 static int copy_page(int ufd, unsigned long offset) in copy_page() function
/OK3568_Linux_fs/kernel/kernel/power/
H A Dsnapshot.c2240 struct page *copy_page; /* data is here now */ member