Searched refs:flush_icache_page (Results 1 – 4 of 4) sorted by relevance
27 #define flush_icache_page(vma, page) flush_icache_pages(vma, page, 1) macro
313 ``void flush_icache_page(struct vm_area_struct *vma, struct page *page)``315 flush_icache_page的所有功能都可以在flush_dcache_page和update_mmu_cache
368 ``void flush_icache_page(struct vm_area_struct *vma, struct page *page)``370 All the functionality of flush_icache_page can be implemented in
4030 flush_icache_page(vma, page); in do_swap_page()