Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Dpage_mm.h14 static inline void copy_page(void *to, void *from) in copy_page() function
52 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/linux/arch/alpha/lib/
H A Dcopy_page.S12 copy_page: label
H A Dev6-copy_page.S65 copy_page: label
/linux/arch/arm/include/asm/
H A Dpage-nommu.h12 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/linux/arch/sh/mm/
H A Dnommu.c22 void copy_page(void *to, void *from) in copy_page() function
/linux/arch/arc/include/asm/
H A Dpage.h26 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/linux/arch/mips/mm/
H A Dpage.c643 void copy_page(void *to, void *from) in copy_page() function
/linux/arch/um/include/asm/
H A Dpage.h27 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
/linux/arch/parisc/include/asm/
H A Dpage.h17 #define copy_page(to, from) copy_page_asm((void *)(to), (void *)(from)) macro
/linux/arch/riscv/include/asm/
H A Dpage.h51 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/linux/tools/testing/selftests/mm/
H A Duffd-common.c632 int copy_page(int ufd, unsigned long offset, bool wp) in copy_page() function
/linux/kernel/power/
H A Dsnapshot.c2397 struct page *copy_page; /* data is here now */ member