Searched defs:copy_page (Results 1 - 25 of 25) sorted by relevance

/linux-master/arch/alpha/lib/
H A Dev6-copy_page.S65 copy_page: label
H A Dcopy_page.S12 copy_page: label
/linux-master/arch/x86/include/asm/
H A Dpage_32.h25 static inline void copy_page(void *to, void *from) function
/linux-master/arch/arm/include/asm/
H A Dpage-nommu.h12 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/linux-master/arch/m68k/include/asm/
H A Dpage_no.h11 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
H A Dpage_mm.h14 static inline void copy_page(void *to, void *from) function
52 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/linux-master/arch/sh/mm/
H A Dnommu.c20 void copy_page(void *to, void *from) function
/linux-master/include/asm-generic/
H A Dpage.h29 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/linux-master/arch/arc/include/asm/
H A Dpage.h26 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/linux-master/arch/csky/include/asm/
H A Dpage.h44 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/linux-master/arch/hexagon/include/asm/
H A Dpage.h113 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/linux-master/arch/openrisc/include/asm/
H A Dpage.h40 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/linux-master/arch/nios2/include/asm/
H A Dpage.h49 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/linux-master/arch/microblaze/include/asm/
H A Dpage.h48 # define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/linux-master/arch/parisc/include/asm/
H A Dpage.h18 #define copy_page(to, from) copy_page_asm((void *)(to), (void *)(from)) macro
/linux-master/arch/sparc/include/asm/
H A Dpage_64.h48 #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
/linux-master/arch/um/include/asm/
H A Dpage.h30 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
/linux-master/arch/mips/mm/
H A Dpage.c643 void copy_page(void *to, void *from) function
668 EXPORT_SYMBOL(copy_page); variable
/linux-master/arch/arm/kernel/
H A Darmksyms.c96 EXPORT_SYMBOL(copy_page); variable
/linux-master/arch/riscv/include/asm/
H A Dpage.h52 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/linux-master/arch/sh/kernel/
H A Dsh_ksyms_32.c21 EXPORT_SYMBOL(copy_page); variable
/linux-master/arch/s390/include/asm/
H A Dpage.h58 static inline void copy_page(void *to, void *from) function
/linux-master/tools/testing/selftests/mm/
H A Duffd-common.c632 int copy_page(int ufd, unsigned long offset, bool wp) function
/linux-master/kernel/power/
H A Dsnapshot.c2407 struct page *copy_page; /* data is here now */ member in struct:highmem_pbe
[all...]

Completed in 267 milliseconds