Home
last modified time | relevance | path

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

/linux-6.12.1/arch/alpha/lib/
Dev6-copy_page.S63 .global copy_page symbol
65 copy_page: label
Dcopy_page.S10 .global copy_page symbol
12 copy_page: label
/linux-6.12.1/arch/m68k/include/asm/
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
Dpage_no.h11 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/linux-6.12.1/arch/x86/include/asm/
Dpage_32.h25 static inline void copy_page(void *to, void *from) in copy_page() function
/linux-6.12.1/arch/arm/include/asm/
Dpage-nommu.h12 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/linux-6.12.1/arch/sh/mm/
Dnommu.c22 void copy_page(void *to, void *from) in copy_page() function
/linux-6.12.1/arch/nios2/include/asm/
Dpage.h49 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/linux-6.12.1/arch/openrisc/include/asm/
Dpage.h40 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/linux-6.12.1/arch/csky/include/asm/
Dpage.h44 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/linux-6.12.1/arch/hexagon/include/asm/
Dpage.h113 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/linux-6.12.1/arch/arc/include/asm/
Dpage.h26 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/linux-6.12.1/arch/microblaze/include/asm/
Dpage.h48 # define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/linux-6.12.1/arch/mips/mm/
Dpage.c643 void copy_page(void *to, void *from) in copy_page() function
/linux-6.12.1/arch/parisc/include/asm/
Dpage.h19 #define copy_page(to, from) copy_page_asm((void *)(to), (void *)(from)) macro
/linux-6.12.1/arch/um/include/asm/
Dpage.h30 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
/linux-6.12.1/arch/sparc/include/asm/
Dpage_64.h48 #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-6.12.1/arch/riscv/include/asm/
Dpage.h52 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/linux-6.12.1/tools/testing/selftests/mm/
Duffd-common.c632 int copy_page(int ufd, unsigned long offset, bool wp) in copy_page() function
/linux-6.12.1/arch/s390/include/asm/
Dpage.h58 static inline void copy_page(void *to, void *from) in copy_page() function
/linux-6.12.1/kernel/power/
Dsnapshot.c2402 struct page *copy_page; /* data is here now */ member