Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iommu/
Drockchip-iommu.c594 phys_addr_t pt_phys, phys = 0; in rk_iommu_iova_to_phys() local
604 pt_phys = rk_dte_pt_address(dte); in rk_iommu_iova_to_phys()
605 page_table = (u32 *)phys_to_virt(pt_phys); in rk_iommu_iova_to_phys()
660 phys_addr_t pt_phys; in rk_dte_get_page_table() local
689 pt_phys = rk_dte_pt_address(dte); in rk_dte_get_page_table()
690 return (u32 *)phys_to_virt(pt_phys); in rk_dte_get_page_table()
803 phys_addr_t pt_phys; in rk_iommu_unmap() local
824 pt_phys = rk_dte_pt_address(dte); in rk_iommu_unmap()
825 pte_addr = (u32 *)phys_to_virt(pt_phys) + rk_iova_pte_index(iova); in rk_iommu_unmap()
826 pte_dma = pt_phys + rk_iova_pte_index(iova) * sizeof(u32); in rk_iommu_unmap()
[all …]
/Linux-v5.4/arch/x86/include/uapi/asm/
Dkvm_para.h108 __u64 pt_phys; member
/Linux-v5.4/arch/x86/xen/
Dmmu_pv.c2058 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local
2090 pt_phys = pmd_phys + PFN_PHYS(n_pmd); in xen_relocate_p2m()
2091 p2m_pfn = PFN_DOWN(pt_phys) + n_pt; in xen_relocate_p2m()
2104 pt = early_memremap(pt_phys, PAGE_SIZE); in xen_relocate_p2m()
2115 make_lowmem_page_readonly(__va(pt_phys)); in xen_relocate_p2m()
2117 PFN_DOWN(pt_phys)); in xen_relocate_p2m()
2118 pmd[idx_pt] = __pmd(_PAGE_TABLE | pt_phys); in xen_relocate_p2m()
2119 pt_phys += PAGE_SIZE; in xen_relocate_p2m()