Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/lib/
H A Dev6-copy_page.S65 copy_page: label
H A Dcopy_page.S12 copy_page: label
/openbmc/linux/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
/openbmc/linux/arch/x86/include/asm/
H A Dpage_32.h25 static inline void copy_page(void *to, void *from) in copy_page() function
/openbmc/linux/arch/arm/include/asm/
H A Dpage-nommu.h12 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/openbmc/linux/arch/sh/mm/
H A Dnommu.c20 void copy_page(void *to, void *from) in copy_page() function
/openbmc/linux/arch/nios2/include/asm/
H A Dpage.h49 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/openbmc/linux/arch/openrisc/include/asm/
H A Dpage.h40 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/openbmc/linux/arch/csky/include/asm/
H A Dpage.h44 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/openbmc/linux/include/asm-generic/
H A Dpage.h29 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/openbmc/linux/arch/hexagon/include/asm/
H A Dpage.h114 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/openbmc/linux/arch/arc/include/asm/
H A Dpage.h26 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/openbmc/linux/arch/microblaze/include/asm/
H A Dpage.h48 # define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/openbmc/linux/arch/mips/mm/
H A Dpage.c655 void copy_page(void *to, void *from) in copy_page() function
/openbmc/linux/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
/openbmc/linux/arch/um/include/asm/
H A Dpage.h30 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
/openbmc/linux/arch/riscv/include/asm/
H A Dpage.h52 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/openbmc/linux/arch/parisc/include/asm/
H A Dpage.h27 #define copy_page(to, from) copy_page_asm((void *)(to), (void *)(from)) macro
/openbmc/linux/arch/s390/include/asm/
H A Dpage.h58 static inline void copy_page(void *to, void *from) in copy_page() function
/openbmc/linux/tools/testing/selftests/mm/
H A Duffd-common.c621 int copy_page(int ufd, unsigned long offset, bool wp) in copy_page() function
/openbmc/linux/kernel/power/
H A Dsnapshot.c2405 struct page *copy_page; /* data is here now */ member