/linux-4.1.27/arch/m32r/include/asm/ |
H A D | cacheflush.h | 21 #define flush_icache_page(vma,pg) _flush_cache_copyback_all() macro 27 #define flush_icache_page(vma,pg) smp_flush_cache_all() macro 42 #define flush_icache_page(vma,pg) _flush_cache_all() macro 56 #define flush_icache_page(vma,pg) do { } while (0) macro
|
/linux-4.1.27/arch/cris/include/asm/ |
H A D | cacheflush.h | 20 #define flush_icache_page(vma,pg) do { } while (0) macro
|
/linux-4.1.27/include/asm-generic/ |
H A D | cacheflush.h | 21 #define flush_icache_page(vma,pg) do { } while (0) macro
|
/linux-4.1.27/arch/mn10300/mm/ |
H A D | cache-flush-icache.c | 18 * flush_icache_page - Flush a page from the dcache and invalidate the icache 25 void flush_icache_page(struct vm_area_struct *vma, struct page *page) flush_icache_page() function 38 EXPORT_SYMBOL(flush_icache_page); variable
|
/linux-4.1.27/arch/sh/include/asm/ |
H A D | cacheflush.h | 19 * - flush_icache_page(vma, pg) flushes(invalidates) a page for icache 48 extern void flush_icache_page(struct vm_area_struct *vma, cache_noop()
|
/linux-4.1.27/arch/avr32/include/asm/ |
H A D | cacheflush.h | 101 * #define flush_icache_page(vma, page) do { } while (0) 103 extern void flush_icache_page(struct vm_area_struct *vma, struct page *page);
|
/linux-4.1.27/arch/arc/include/asm/ |
H A D | cacheflush.h | 27 * in the flush_icache_page() API. So we no-op it but do the equivalent work 30 #define flush_icache_page(vma, page) macro
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | cacheflush_32.h | 17 #define flush_icache_page(vma, pg) do { } while (0) macro
|
H A D | cacheflush_64.h | 50 #define flush_icache_page(vma, pg) do { } while(0) macro
|
/linux-4.1.27/arch/score/include/asm/ |
H A D | cacheflush.h | 28 static inline void flush_icache_page(struct vm_area_struct *vma, flush_icache_page() function
|
/linux-4.1.27/arch/mn10300/include/asm/ |
H A D | cacheflush.h | 135 extern void flush_icache_page(struct vm_area_struct *vma, struct page *page); 138 static inline void flush_icache_page(struct vm_area_struct *vma, flush_icache_page() function 146 #define flush_icache_page(vma, pg) do {} while (0) macro 156 flush_icache_page(vma, page); \
|
/linux-4.1.27/arch/nios2/include/asm/ |
H A D | cacheflush.h | 34 extern void flush_icache_page(struct vm_area_struct *vma, struct page *page);
|
/linux-4.1.27/arch/c6x/include/asm/ |
H A D | cacheflush.h | 46 #define flush_icache_page(vma, page) \ macro
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | cacheflush.h | 24 #define flush_icache_page(vma,page) do { } while (0) macro
|
/linux-4.1.27/arch/hexagon/include/asm/ |
H A D | cacheflush.h | 34 * - flush_icache_page(vma, pg) flushes(invalidates) a page for icache 50 #define flush_icache_page(vma, pg) do { } while (0) macro
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | cacheflush.h | 24 #define flush_icache_page(vma, page) do { } while (0) macro
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | cacheflush_no.h | 21 #define flush_icache_page(vma,pg) do { } while (0) macro
|
H A D | cacheflush_mm.h | 254 #define flush_icache_page(vma, page) __flush_page_to_ram(page_address(page)) macro
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | cacheflush.h | 67 #define flush_icache_page(vma, page) \ macro
|
/linux-4.1.27/arch/avr32/mm/ |
H A D | cache.c | 119 void flush_icache_page(struct vm_area_struct *vma, struct page *page) flush_icache_page() function
|
/linux-4.1.27/arch/frv/include/asm/ |
H A D | cacheflush.h | 87 static inline void flush_icache_page(struct vm_area_struct *vma, struct page *page) flush_icache_page() function
|
/linux-4.1.27/arch/nios2/mm/ |
H A D | cacheflush.c | 156 void flush_icache_page(struct vm_area_struct *vma, struct page *page) flush_icache_page() function 242 flush_icache_page(vma, page); update_mmu_cache()
|
/linux-4.1.27/arch/metag/include/asm/ |
H A D | cacheflush.h | 70 static inline void flush_icache_page(struct vm_area_struct *vma, flush_icache_page() function 97 #define flush_icache_page(vma, pg) do { } while (0) macro
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | cacheflush.h | 37 #define flush_icache_page(vma, pg) do { } while (0) macro
|
/linux-4.1.27/arch/microblaze/include/asm/ |
H A D | cacheflush.h | 65 #define flush_icache_page(vma, pg) do { } while (0) macro
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | cacheflush.h | 76 static inline void flush_icache_page(struct vm_area_struct *vma, flush_icache_page() function
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | cacheflush.h | 82 #define flush_icache_page(vma,page) do { \ macro
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | cacheflush.h | 138 #define flush_icache_page(vma,page) do { } while (0) macro
|
/linux-4.1.27/arch/xtensa/include/asm/ |
H A D | cacheflush.h | 151 #define flush_icache_page(vma,page) do { } while (0) macro
|
/linux-4.1.27/arch/sh/mm/ |
H A D | cache.c | 234 void flush_icache_page(struct vm_area_struct *vma, struct page *page) flush_icache_page() function
|
/linux-4.1.27/arch/unicore32/include/asm/ |
H A D | cacheflush.h | 194 #define flush_icache_page(vma, page) do { } while (0) macro
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | smp.c | 775 printk(KERN_CRIT "flush_icache_page: timed out\n"); flush_icache_user_range()
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | cacheflush.h | 337 #define flush_icache_page(vma,page) do { } while (0) macro
|
/linux-4.1.27/mm/ |
H A D | memory.c | 2565 flush_icache_page(vma, page); do_swap_page() 2797 flush_icache_page(vma, page); do_set_pte()
|