Lines Matching refs:PFN_PHYS
1582 make_lowmem_page_readonly(__va(PFN_PHYS(pfn))); in xen_alloc_pte_init()
1592 make_lowmem_page_readonly(__va(PFN_PHYS(pfn))); in xen_alloc_pmd_init()
1600 make_lowmem_page_readwrite(__va(PFN_PHYS(pfn))); in xen_release_pte_init()
1605 make_lowmem_page_readwrite(__va(PFN_PHYS(pfn))); in xen_release_pmd_init()
1986 xen_pt_base = PFN_PHYS(pt_base); in xen_setup_kernel_pagetable()
2075 new_area = xen_find_free_area(PFN_PHYS(n_frames)); in xen_relocate_p2m()
2090 pmd_phys = pud_phys + PFN_PHYS(n_pud); in xen_relocate_p2m()
2091 pt_phys = pmd_phys + PFN_PHYS(n_pmd); in xen_relocate_p2m()
2158 memblock_free(PFN_PHYS(pfn), PAGE_SIZE * (pfn_end - pfn)); in xen_relocate_p2m()
2164 make_lowmem_page_readwrite(__va(PFN_PHYS(pfn))); in xen_relocate_p2m()
2278 paddr = PFN_PHYS(mfn_to_pfn(xen_start_info->store_mfn)); in xen_reserve_special_pages()
2282 paddr = PFN_PHYS(mfn_to_pfn(xen_start_info->console.domU.mfn)); in xen_reserve_special_pages()