Lines Matching refs:PFN_PHYS
1461 make_lowmem_page_readonly(__va(PFN_PHYS(pfn))); in xen_alloc_pte_init()
1471 make_lowmem_page_readonly(__va(PFN_PHYS(pfn))); in xen_alloc_pmd_init()
1479 make_lowmem_page_readwrite(__va(PFN_PHYS(pfn))); in xen_release_pte_init()
1484 make_lowmem_page_readwrite(__va(PFN_PHYS(pfn))); in xen_release_pmd_init()
1785 xen_pt_base = PFN_PHYS(pt_base); in xen_setup_kernel_pagetable()
1874 new_area = xen_find_free_area(PFN_PHYS(n_frames)); in xen_relocate_p2m()
1889 pmd_phys = pud_phys + PFN_PHYS(n_pud); in xen_relocate_p2m()
1890 pt_phys = pmd_phys + PFN_PHYS(n_pmd); in xen_relocate_p2m()
1956 memblock_free(PFN_PHYS(pfn), PAGE_SIZE * (pfn_end - pfn)); in xen_relocate_p2m()
1962 make_lowmem_page_readwrite(__va(PFN_PHYS(pfn))); in xen_relocate_p2m()
1977 paddr = PFN_PHYS(mfn_to_pfn(xen_start_info->store_mfn)); in xen_reserve_special_pages()
1981 paddr = PFN_PHYS(mfn_to_pfn(xen_start_info->console.domU.mfn)); in xen_reserve_special_pages()