Home
last modified time | relevance | path

Searched refs:pt_phys (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/iommu/
Drockchip-iommu.c591 phys_addr_t pt_phys, phys = 0; in rk_iommu_iova_to_phys() local
601 pt_phys = rk_dte_pt_address(dte); in rk_iommu_iova_to_phys()
602 page_table = (u32 *)phys_to_virt(pt_phys); in rk_iommu_iova_to_phys()
657 phys_addr_t pt_phys; in rk_dte_get_page_table() local
686 pt_phys = rk_dte_pt_address(dte); in rk_dte_get_page_table()
687 return (u32 *)phys_to_virt(pt_phys); in rk_dte_get_page_table()
800 phys_addr_t pt_phys; in rk_iommu_unmap() local
821 pt_phys = rk_dte_pt_address(dte); in rk_iommu_unmap()
822 pte_addr = (u32 *)phys_to_virt(pt_phys) + rk_iova_pte_index(iova); in rk_iommu_unmap()
823 pte_dma = pt_phys + rk_iova_pte_index(iova) * sizeof(u32); in rk_iommu_unmap()
[all …]
/Linux-v4.19/arch/x86/include/uapi/asm/
Dkvm_para.h105 __u64 pt_phys; member
/Linux-v4.19/arch/x86/xen/
Dmmu_pv.c2059 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local
2091 pt_phys = pmd_phys + PFN_PHYS(n_pmd); in xen_relocate_p2m()
2092 p2m_pfn = PFN_DOWN(pt_phys) + n_pt; in xen_relocate_p2m()
2105 pt = early_memremap(pt_phys, PAGE_SIZE); in xen_relocate_p2m()
2116 make_lowmem_page_readonly(__va(pt_phys)); in xen_relocate_p2m()
2118 PFN_DOWN(pt_phys)); in xen_relocate_p2m()
2120 __pmd(_PAGE_TABLE | pt_phys)); in xen_relocate_p2m()
2121 pt_phys += PAGE_SIZE; in xen_relocate_p2m()