Home
last modified time | relevance | path

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

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