__pte_to_phys      65 arch/arm64/include/asm/pgtable.h #define pte_pfn(pte)		(__pte_to_phys(pte) >> PAGE_SHIFT)
__pte_to_phys     385 arch/arm64/include/asm/pgtable.h #define __pmd_to_phys(pmd)	__pte_to_phys(pmd_pte(pmd))
__pte_to_phys     397 arch/arm64/include/asm/pgtable.h #define __pud_to_phys(pud)	__pte_to_phys(pud_pte(pud))
__pte_to_phys     404 arch/arm64/include/asm/pgtable.h #define __pgd_to_phys(pgd)	__pte_to_phys(pgd_pte(pgd))