Lines Matching refs:virt_to_page
191 struct page *page = virt_to_page(ptr); in xen_page_pinned()
527 struct page *page = virt_to_page(pgd_page); in xen_get_user_pgd()
658 flush |= (*func)(mm, virt_to_page(pud), PT_PUD); in __xen_pgd_walk()
673 flush |= (*func)(mm, virt_to_page(pmd), PT_PMD); in __xen_pgd_walk()
695 flush |= (*func)(mm, virt_to_page(pgd), PT_PGD); in __xen_pgd_walk()
823 xen_pin_page(mm, virt_to_page(user_pgd), PT_PGD); in __xen_pgd_pin()
943 xen_unpin_page(mm, virt_to_page(user_pgd), PT_PGD); in __xen_pgd_unpin()
1412 BUG_ON(PagePinned(virt_to_page(pgd))); in xen_pgd_alloc()
1416 struct page *page = virt_to_page(pgd); in xen_pgd_alloc()
1434 BUG_ON(PagePinned(virt_to_page(xen_get_user_pgd(pgd)))); in xen_pgd_alloc()
1562 bool pinned = PagePinned(virt_to_page(mm->pgd)); in xen_alloc_ptpage()
2066 SetPagePinned(virt_to_page(level3_user_vsyscall)); in xen_post_allocator_init()