Searched refs:flush_icache_pages (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
H A D | cacheflush.h | 20 #ifndef flush_icache_pages 21 static inline void flush_icache_pages(struct vm_area_struct *vma, in flush_icache_pages() function 27 #define flush_icache_page(vma, page) flush_icache_pages(vma, page, 1)
|
/linux/arch/alpha/include/asm/ |
H A D | cacheflush.h | 60 static inline void flush_icache_pages(struct vm_area_struct *vma, in flush_icache_pages() function 65 #define flush_icache_pages flush_icache_pages macro
|
/linux/arch/nios2/include/asm/ |
H A D | cacheflush.h | 36 void flush_icache_pages(struct vm_area_struct *vma, struct page *page, 38 #define flush_icache_pages flush_icache_pages macro
|
/linux/arch/sh/include/asm/ |
H A D | cacheflush.h | 54 void flush_icache_pages(struct vm_area_struct *vma, struct page *page, 56 #define flush_icache_pages flush_icache_pages macro
|
/linux/arch/nios2/mm/ |
H A D | cacheflush.c | 142 void flush_icache_pages(struct vm_area_struct *vma, struct page *page, in flush_icache_pages() function 237 flush_icache_pages(vma, &folio->page, in update_mmu_cache_range()
|
/linux/arch/m68k/include/asm/ |
H A D | cacheflush_mm.h | 263 #define flush_icache_pages(vma, page, nr) \ macro
|
/linux/arch/parisc/kernel/ |
H A D | cache.c | 393 void flush_icache_pages(struct vm_area_struct *vma, struct page *page, in flush_icache_pages() function
|
/linux/mm/ |
H A D | memory.c | 4655 flush_icache_pages(vma, page, nr_pages); in do_swap_page() 5080 flush_icache_pages(vma, page, HPAGE_PMD_NR); in do_set_pmd() 5129 flush_icache_pages(vma, page, nr); in set_pte_range()
|