Lines Matching refs:page
17 #include <asm/page.h>
30 * empty_zero_page is a special page that is used for
33 struct page *empty_zero_page;
93 * Register the exception vector page.
100 * There is no dedicated vector page on V7-M. So nothing needs to be
153 * paging_init() sets up the page tables, initialises the zone memory
154 * maps, and sets up the zero page, bad page and bad page tables.
163 /* allocate the zero page. */
182 void flush_dcache_page(struct page *page)
184 __cpuc_flush_dcache_area(page_address(page), PAGE_SIZE);
188 void flush_kernel_dcache_page(struct page *page)
190 __cpuc_flush_dcache_area(page_address(page), PAGE_SIZE);
194 void copy_to_user_page(struct vm_area_struct *vma, struct page *page,