| /linux/arch/csky/abiv1/ |
| H A D | cacheflush.c | 38 void flush_dcache_page(struct page *page) in flush_dcache_page() function 42 EXPORT_SYMBOL(flush_dcache_page);
|
| /linux/arch/arm64/mm/ |
| H A D | flush.c | 77 void flush_dcache_page(struct page *page) in flush_dcache_page() function 81 EXPORT_SYMBOL(flush_dcache_page);
|
| H A D | copypage.c | 72 flush_dcache_page(to); in copy_user_highpage()
|
| /linux/arch/m68k/include/asm/ |
| H A D | page_mm.h | 57 flush_dcache_page(page); \ 61 flush_dcache_page(page); \
|
| H A D | cacheflush_mm.h | 258 #define flush_dcache_page(page) __flush_pages_to_ram(page_address(page), 1) macro
|
| /linux/arch/powerpc/mm/ |
| H A D | cacheflush.c | 186 flush_dcache_page(pg); in clear_user_page() 210 flush_dcache_page(pg); in copy_user_page()
|
| /linux/crypto/ |
| H A D | scatterwalk.c | 137 flush_dcache_page(dst_page); in memcpy_sglist() 144 flush_dcache_page(dst_page); in memcpy_sglist()
|
| /linux/arch/arm/include/asm/vdso/ |
| H A D | vsyscall.h | 13 flush_dcache_page(virt_to_page(vdata)); in __arch_sync_vdso_time_data()
|
| /linux/fs/ntfs/ |
| H A D | compress.c | 234 flush_dcache_page(dp); in ntfs_decompress() 701 flush_dcache_page(page); in ntfs_read_compressed_block() 770 flush_dcache_page(page); in ntfs_read_compressed_block() 806 flush_dcache_page(page); in ntfs_read_compressed_block() 828 flush_dcache_page(page); in ntfs_read_compressed_block() 866 flush_dcache_page(page); in ntfs_read_compressed_block() 1536 flush_dcache_page(page); in ntfs_compress_write()
|
| /linux/arch/openrisc/include/asm/ |
| H A D | cacheflush.h | 83 static inline void flush_dcache_page(struct page *page) in flush_dcache_page() function
|
| /linux/arch/nios2/mm/ |
| H A D | cacheflush.c | 203 void flush_dcache_page(struct page *page) in flush_dcache_page() function 207 EXPORT_SYMBOL(flush_dcache_page);
|
| /linux/arch/arc/include/asm/ |
| H A D | cacheflush.h | 30 void flush_dcache_page(struct page *page);
|
| /linux/arch/csky/abiv1/inc/abi/ |
| H A D | cacheflush.h | 11 extern void flush_dcache_page(struct page *);
|
| /linux/arch/riscv/include/asm/ |
| H A D | cacheflush.h | 32 static inline void flush_dcache_page(struct page *page) in flush_dcache_page() function
|
| /linux/arch/csky/abiv2/inc/abi/ |
| H A D | cacheflush.h | 29 static inline void flush_dcache_page(struct page *page) in flush_dcache_page() function
|
| /linux/arch/nios2/include/asm/ |
| H A D | cacheflush.h | 31 void flush_dcache_page(struct page *page);
|
| /linux/arch/arm/mm/ |
| H A D | flush.c | 369 void flush_dcache_page(struct page *page) in flush_dcache_page() function 373 EXPORT_SYMBOL(flush_dcache_page);
|
| /linux/arch/sparc/include/asm/ |
| H A D | cacheflush_32.h | 43 static inline void flush_dcache_page(struct page *page) in flush_dcache_page() function
|
| /linux/include/asm-generic/ |
| H A D | cacheflush.h | 51 static inline void flush_dcache_page(struct page *page) in flush_dcache_page() function
|
| /linux/arch/powerpc/include/asm/ |
| H A D | cacheflush.h | 48 static inline void flush_dcache_page(struct page *page) in flush_dcache_page() function
|
| /linux/arch/microblaze/include/asm/ |
| H A D | cacheflush.h | 70 #define flush_dcache_page(page) \ macro
|
| /linux/arch/xtensa/include/asm/ |
| H A D | cacheflush.h | 131 static inline void flush_dcache_page(struct page *page) in flush_dcache_page() function
|
| /linux/arch/sh/include/asm/ |
| H A D | cacheflush.h | 47 static inline void flush_dcache_page(struct page *page) in flush_dcache_page() function
|
| /linux/arch/mips/include/asm/ |
| H A D | cacheflush.h | 66 static inline void flush_dcache_page(struct page *page) in flush_dcache_page() function
|
| /linux/tools/testing/scatterlist/linux/ |
| H A D | mm.h | 129 #define flush_dcache_page(p) macro
|