Lines Matching refs:page
35 static void flush_ptrace_access(struct vm_area_struct *vma, struct page *page, in flush_ptrace_access() argument
53 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, in copy_to_user_page() argument
58 flush_ptrace_access(vma, page, uaddr, dst, len); in copy_to_user_page()
61 void __flush_dcache_page(struct address_space *mapping, struct page *page) in __flush_dcache_page() argument
68 __cpuc_flush_kern_dcache_area(page_address(page), PAGE_SIZE); in __flush_dcache_page()
75 void flush_dcache_page(struct page *page) in flush_dcache_page() argument
83 if (page == ZERO_PAGE(0)) in flush_dcache_page()
86 mapping = page_mapping(page); in flush_dcache_page()
89 clear_bit(PG_dcache_clean, &page->flags); in flush_dcache_page()
91 __flush_dcache_page(mapping, page); in flush_dcache_page()
94 set_bit(PG_dcache_clean, &page->flags); in flush_dcache_page()