Lines Matching defs:page
19 #include <asm/page.h>
167 static void tx39_flush_cache_page(struct vm_area_struct *vma, unsigned long page, unsigned long pfn)
176 * this page into the cache.
181 page &= PAGE_MASK;
182 pmdp = pmd_off(mm, page);
183 ptep = pte_offset_kernel(pmdp, page);
186 * If the page isn't marked valid, the page cannot possibly be
200 tx39_blast_dcache_page(page);
202 tx39_blast_icache_page(page);
212 tx39_blast_dcache_page_indexed(page);
214 tx39_blast_icache_page_indexed(page);