Lines Matching refs:page
19 static __always_inline void cache_loop(struct page *page, const unsigned int reg)
21 unsigned long paddr = page_to_pfn(page) << PAGE_SHIFT;
30 void local_dcache_page_flush(struct page *page)
32 cache_loop(page, SPR_DCBFR);
36 void local_icache_page_inv(struct page *page)
38 cache_loop(page, SPR_ICBIR);
46 struct page *page = pfn_to_page(pfn);
47 int dirty = !test_and_set_bit(PG_dc_clean, &page->flags);
55 sync_icache_dcache(page);