Lines Matching refs:page
37 static void flush_ptrace_access(struct vm_area_struct *vma, struct page *page, in flush_ptrace_access() argument
59 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, in copy_to_user_page() argument
67 flush_ptrace_access(vma, page, uaddr, dst, len); in copy_to_user_page()
75 struct page *page = pte_page(pte); in __sync_icache_dcache() local
78 if (!page_mapping(page)) in __sync_icache_dcache()
81 if (!test_and_set_bit(PG_dcache_clean, &page->flags)) { in __sync_icache_dcache()
82 __flush_dcache_area(page_address(page), in __sync_icache_dcache()
83 PAGE_SIZE << compound_order(page)); in __sync_icache_dcache()
95 void flush_dcache_page(struct page *page) in flush_dcache_page() argument
97 if (test_bit(PG_dcache_clean, &page->flags)) in flush_dcache_page()
98 clear_bit(PG_dcache_clean, &page->flags); in flush_dcache_page()