Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
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
/Linux-v5.4/arch/sh/lib64/
Dcopy_page.S31 copy_page: label
/Linux-v5.4/arch/alpha/lib/
Dev6-copy_page.S65 copy_page: label
Dcopy_page.S12 copy_page: label
/Linux-v5.4/arch/m68k/include/asm/
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
Dpage_no.h11 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/Linux-v5.4/arch/arm/include/asm/
Dpage-nommu.h12 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/Linux-v5.4/arch/sh/mm/
Dnommu.c21 void copy_page(void *to, void *from) in copy_page() function
/Linux-v5.4/arch/nios2/include/asm/
Dpage.h49 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/Linux-v5.4/arch/openrisc/include/asm/
Dpage.h40 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/Linux-v5.4/arch/arc/include/asm/
Dpage.h13 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/Linux-v5.4/arch/csky/include/asm/
Dpage.h48 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/Linux-v5.4/include/asm-generic/
Dpage.h29 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/Linux-v5.4/arch/hexagon/include/asm/
Dpage.h116 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/Linux-v5.4/arch/riscv/include/asm/
Dpage.h51 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/Linux-v5.4/arch/mips/mm/
Dpage.c651 void copy_page(void *to, void *from) in copy_page() function
/Linux-v5.4/arch/sparc/include/asm/
Dpage_64.h49 #define copy_page(X,Y) memcpy((void *)(X), (void *)(Y), PAGE_SIZE) macro
Dpage_32.h21 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
/Linux-v5.4/arch/um/include/asm/
Dpage.h30 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
/Linux-v5.4/arch/parisc/include/asm/
Dpage.h26 #define copy_page(to, from) copy_page_asm((void *)(to), (void *)(from)) macro
/Linux-v5.4/arch/s390/include/asm/
Dpage.h54 static inline void copy_page(void *to, void *from) in copy_page() function
/Linux-v5.4/arch/microblaze/include/asm/
Dpage.h78 # define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/Linux-v5.4/tools/testing/selftests/vm/
Duserfaultfd.c447 static int copy_page(int ufd, unsigned long offset) in copy_page() function
/Linux-v5.4/kernel/power/
Dsnapshot.c2237 struct page *copy_page; /* data is here now */ member