Home
last modified time | relevance | path

Searched refs:pte_to_phys (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm64/mm/
H A Dproc.S216 .macro pte_to_phys, phys, pte macro
365 pte_to_phys cur_p4dp, pgd
378 pte_to_phys cur_pudp, p4d
391 pte_to_phys cur_pmdp, pud
402 pte_to_phys cur_ptep, pmd
/linux/drivers/staging/media/atomisp/pci/mmu/
H A Dsh_mmu_mrfld.c65 .pte_to_phys = sh_pte_to_phys,
H A Disp_mmu.c71 return mmu->driver->pte_to_phys(mmu, pte); in isp_pte_to_pgaddr()
/linux/drivers/staging/media/atomisp/include/mmu/
H A Disp_mmu.h94 phys_addr_t (*pte_to_phys)(struct isp_mmu *mmu, member