Home
last modified time | relevance | path

Searched refs:__pte_to_phys (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/kernel/pi/
H A Dmap_range.c65 (pte_t *)(__pte_to_phys(*tbl) + va_offset), in map_range()
/linux/arch/arm64/include/asm/
H A Dpgtable.h120 static inline phys_addr_t __pte_to_phys(pte_t pte) in __pte_to_phys() function
131 static inline phys_addr_t __pte_to_phys(pte_t pte) in __pte_to_phys() function
142 #define pte_pfn(pte) (__pte_to_phys(pte) >> PAGE_SHIFT)
631 #define __pmd_to_phys(pmd) __pte_to_phys(pmd_pte(pmd))
653 #define __pud_to_phys(pud) __pte_to_phys(pud_pte(pud))
732 #define __p4d_to_phys(p4d) __pte_to_phys(p4d_pte(p4d))
735 #define __pgd_to_phys(pgd) __pte_to_phys(pgd_pte(pgd))