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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dcopy_page.S11 copy_page: label
H A Dev6-copy_page.S64 copy_page: label
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/lib/
H A Dcopy_page.S20 copy_page: label
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dpage.h59 #define copy_page(to, from) _copy_page(to, from) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dpage.h59 #define copy_page(to, from) _copy_page(to, from) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Dpage.h15 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Dpage.h15 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dpage.h35 static inline void copy_page(void *to, void *from) function
76 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dpage.h66 #define copy_page(to, from) _copy_page(to, from) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dpage.h15 #define copy_page(to,from) copy_user_page_asm((void *)(to), (void *)(from)) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dpage.h34 static inline void copy_page(void *to, void *from) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dpage.h32 static inline void copy_page(void *to, void *from) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dpage.h42 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dpage.h35 static inline void copy_page(void *to, void *from) function
76 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dpage.h66 #define copy_page(to, from) _copy_page(to, from) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dpage.h15 #define copy_page(to,from) copy_user_page_asm((void *)(to), (void *)(from)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dpage.h34 static inline void copy_page(void *to, void *from) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dpage.h32 static inline void copy_page(void *to, void *from) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dpage.h42 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dpage.h66 #define copy_page(to, from) _copy_page(to, from) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dpage.h19 #define copy_page(to,from) mmx_copy_page(to,from) macro
29 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dpage.h66 #define copy_page(to, from) _copy_page(to, from) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dpage.h19 #define copy_page(to,from) mmx_copy_page(to,from) macro
29 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dalpha_ksyms.c118 EXPORT_SYMBOL(copy_page); variable

Completed in 143 milliseconds