Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/
Dsun50i-iommu.c550 phys_addr_t pt_phys = virt_to_phys(page_table); in sun50i_iommu_free_page_table() local
552 dma_unmap_single(iommu->dev, pt_phys, PT_SIZE, DMA_TO_DEVICE); in sun50i_iommu_free_page_table()
568 phys_addr_t pt_phys = sun50i_dte_get_pt_address(dte); in sun50i_dte_get_page_table() local
569 return (u32 *)phys_to_virt(pt_phys); in sun50i_dte_get_page_table()
642 phys_addr_t pt_phys; in sun50i_iommu_unmap() local
650 pt_phys = sun50i_dte_get_pt_address(dte); in sun50i_iommu_unmap()
651 pte_addr = (u32 *)phys_to_virt(pt_phys) + sun50i_iova_get_pte_index(iova); in sun50i_iommu_unmap()
666 phys_addr_t pt_phys; in sun50i_iommu_iova_to_phys() local
674 pt_phys = sun50i_dte_get_pt_address(dte); in sun50i_iommu_iova_to_phys()
675 page_table = (u32 *)phys_to_virt(pt_phys); in sun50i_iommu_iova_to_phys()
[all …]
Drockchip-iommu.c655 phys_addr_t pt_phys, phys = 0; in rk_iommu_iova_to_phys() local
665 pt_phys = rk_ops->pt_address(dte); in rk_iommu_iova_to_phys()
666 page_table = (u32 *)phys_to_virt(pt_phys); in rk_iommu_iova_to_phys()
721 phys_addr_t pt_phys; in rk_dte_get_page_table() local
749 pt_phys = rk_ops->pt_address(dte); in rk_dte_get_page_table()
750 return (u32 *)phys_to_virt(pt_phys); in rk_dte_get_page_table()
867 phys_addr_t pt_phys; in rk_iommu_unmap() local
888 pt_phys = rk_ops->pt_address(dte); in rk_iommu_unmap()
889 pte_addr = (u32 *)phys_to_virt(pt_phys) + rk_iova_pte_index(iova); in rk_iommu_unmap()
890 pte_dma = pt_phys + rk_iova_pte_index(iova) * sizeof(u32); in rk_iommu_unmap()
[all …]
/linux-6.12.1/arch/x86/include/uapi/asm/
Dkvm_para.h131 __u64 pt_phys; member
/linux-6.12.1/arch/x86/xen/
Dmmu_pv.c1892 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local
1924 pt_phys = pmd_phys + PFN_PHYS(n_pmd); in xen_relocate_p2m()
1925 p2m_pfn = PFN_DOWN(pt_phys) + n_pt; in xen_relocate_p2m()
1938 pt = early_memremap(pt_phys, PAGE_SIZE); in xen_relocate_p2m()
1949 make_lowmem_page_readonly(__va(pt_phys)); in xen_relocate_p2m()
1951 PFN_DOWN(pt_phys)); in xen_relocate_p2m()
1952 pmd[idx_pt] = __pmd(_PAGE_TABLE | pt_phys); in xen_relocate_p2m()
1953 pt_phys += PAGE_SIZE; in xen_relocate_p2m()