Home
last modified time | relevance | path

Searched refs:flush_icache_page (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dcacheflush.h27 #define flush_icache_page(vma, page) flush_icache_pages(vma, page, 1) macro
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dcachetlb.rst313 ``void flush_icache_page(struct vm_area_struct *vma, struct page *page)``
315 flush_icache_page的所有功能都可以在flush_dcache_page和update_mmu_cache
/openbmc/linux/Documentation/core-api/
H A Dcachetlb.rst368 ``void flush_icache_page(struct vm_area_struct *vma, struct page *page)``
370 All the functionality of flush_icache_page can be implemented in
/openbmc/linux/mm/
H A Dmemory.c4011 flush_icache_page(vma, page); in do_swap_page()