Searched refs:pte_to_phys (Results 1 – 4 of 4) sorted by relevance
198 .macro pte_to_phys, phys, pte macro351 pte_to_phys cur_p4dp, pgd364 pte_to_phys cur_pudp, p4d377 pte_to_phys cur_pmdp, pud388 pte_to_phys cur_ptep, pmd
76 .pte_to_phys = sh_pte_to_phys,
82 return mmu->driver->pte_to_phys(mmu, pte); in isp_pte_to_pgaddr()
105 phys_addr_t (*pte_to_phys)(struct isp_mmu *mmu, member