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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/lib64/
H A Dcopy_page.S31 copy_page: label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mm/
H A Dcopy_page.S20 copy_page: label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dcopy_page.S11 copy_page: label
H A Dev6-copy_page.S64 copy_page: label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/mm/
H A Dpage.S25 copy_page: label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpage_32.h32 static inline void copy_page(void *to, void *from) function
44 static inline void copy_page(void *to, void *from) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dpage-nommu.h24 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dsh_ksyms_64.c38 EXPORT_SYMBOL(copy_page); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dx8664_ksyms_64.c35 EXPORT_SYMBOL(copy_page); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dpage.h31 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dnommu.c22 void copy_page(void *to, void *from) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dpage_no.h20 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Dpage.h13 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dpage.h15 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dpage.h18 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dia64_ksyms.c24 EXPORT_SYMBOL(copy_page); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Davr32_ksyms.c34 EXPORT_SYMBOL(copy_page); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dpage.c111 EXPORT_SYMBOL(copy_page); variable
654 void copy_page(void *to, void *from) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dpage.h30 #define copy_page(to, from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dpage.h25 #define copy_page(to,from) copy_user_page_asm((void *)(to), (void *)(from)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpage_32.h26 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
H A Dpage_64.h47 #define copy_page(X,Y) memcpy((void *)(X), (void *)(Y), PAGE_SIZE) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dpage.h29 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpage_64.h65 static inline void copy_page(void *to, void *from) function
75 static inline void copy_page(void *to, void *from) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dpage.h52 static inline void copy_page(void *to, void *from) function

Completed in 134 milliseconds

12