Lines Matching defs:page
18 #include <asm/page.h>
77 * Writeback&Invalidate the D-cache of the page
87 * Here, phys is the physical address of the page. We check all the
88 * tags in the cache for those with the same page number as this page
90 * derived from the offset within in the 4k page). Matching valid
93 * Since 2 bits of the cache index are derived from the virtual page
131 * Write back & invalidate the D-cache of the page.
136 struct page *page = arg;
137 struct address_space *mapping = page_mapping_file(page);
140 clear_bit(PG_dcache_clean, &page->flags);
142 __flush_dcache_page(__pa(page_address(page)));
158 * Write back and invalidate I/D-caches for the page.
171 * This is called when a page-cache page is about to be mapped into a
178 static void sh7705_flush_icache_page(void *page)
180 __flush_purge_region(page_address(page), PAGE_SIZE);