Searched refs:__flush_anon_page (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/sh/include/asm/ |
D | cacheflush.h | 59 extern void __flush_anon_page(struct page *page, unsigned long); 65 __flush_anon_page(page, vmaddr); in flush_anon_page()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | cacheflush.h | 69 extern void __flush_anon_page(struct page *, unsigned long); 74 __flush_anon_page(page, vmaddr); in flush_anon_page()
|
/Linux-v4.19/arch/mips/mm/ |
D | cache.c | 115 void __flush_anon_page(struct page *page, unsigned long vmaddr) in __flush_anon_page() function 131 EXPORT_SYMBOL(__flush_anon_page);
|
/Linux-v4.19/arch/arm/include/asm/ |
D | cacheflush.h | 312 extern void __flush_anon_page(struct vm_area_struct *vma, in flush_anon_page() 315 __flush_anon_page(vma, page, vmaddr); in flush_anon_page()
|
/Linux-v4.19/arch/sh/mm/ |
D | gup.c | 109 __flush_anon_page(page, addr); in gup_pte_range()
|
D | cache.c | 154 void __flush_anon_page(struct page *page, unsigned long vmaddr) in __flush_anon_page() function
|
/Linux-v4.19/arch/arm/mm/ |
D | flush.c | 394 void __flush_anon_page(struct vm_area_struct *vma, struct page *page, unsigned long vmaddr) in __flush_anon_page() function
|