Searched refs:pfn_to_phys (Results 1 – 5 of 5) sorted by relevance
154 #define pfn_to_phys(pfn) (PFN_PHYS(pfn)) macro157 #define pfn_to_virt(pfn) (__va(pfn_to_phys(pfn)))
40 #define pfn_pmd(pfn, prot) __pmd(pfn_to_phys(pfn) | pgprot_val(prot))
71 #define pfn_to_phys(pfn) __pfn_to_phys(pfn) macro
21 return phys_to_page(pfn_to_phys(pte_pfn(*virt_to_kpte(kaddr)))); in tlb_virt_to_page()
170 src = pfn_to_phys(pfn) + offset; in copy_oldmem_page()