| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a2xx_gpummu.c | 17 dma_addr_t pt_base; member 81 dma_free_attrs(mmu->dev, TABLE_SIZE + 32, gpummu->table, gpummu->pt_base, in a2xx_gpummu_destroy() 102 gpummu->table = dma_alloc_attrs(dev, TABLE_SIZE + 32, &gpummu->pt_base, in a2xx_gpummu_new() 115 void a2xx_gpummu_params(struct msm_mmu *mmu, dma_addr_t *pt_base, in a2xx_gpummu_params() argument 118 dma_addr_t base = to_a2xx_gpummu(mmu)->pt_base; in a2xx_gpummu_params() 120 *pt_base = base; in a2xx_gpummu_params()
|
| H A D | a2xx_gpu.h | 25 void a2xx_gpummu_params(struct msm_mmu *mmu, dma_addr_t *pt_base,
|
| /linux/drivers/iommu/ |
| H A D | exynos-iommu.c | 266 u32 pt_base; /* page table base address (physical) */ member 370 .pt_base = 0x14, 379 .pt_base = 0x0c, 393 .pt_base = 0x0c, 409 .pt_base = 0x800c, 475 u32 pt_base; in __sysmmu_set_ptbase() local 478 pt_base = pgd; in __sysmmu_set_ptbase() 480 pt_base = pgd >> SPAGE_ORDER; in __sysmmu_set_ptbase() 482 writel(pt_base, SYSMMU_REG(data, pt_base)); in __sysmmu_set_ptbase()
|
| /linux/arch/x86/xen/ |
| H A D | mmu_pv.c | 1253 addr = xen_start_info->pt_base; in xen_pagetable_cleanhighmap() 1257 xen_start_info->pt_base = (unsigned long)__va(__pa(xen_start_info->pt_base)); in xen_pagetable_cleanhighmap() 1744 static void __init check_pt_base(unsigned long *pt_base, unsigned long *pt_end, in check_pt_base() argument 1747 if (*pt_base == PFN_DOWN(__pa(addr))) { in check_pt_base() 1750 (*pt_base)++; in check_pt_base() 1773 unsigned long pt_base, pt_end; in xen_setup_kernel_pagetable() local 1785 pt_base = PFN_DOWN(__pa(xen_start_info->pt_base)); in xen_setup_kernel_pagetable() 1786 pt_end = pt_base + xen_start_info->nr_pt_frames; in xen_setup_kernel_pagetable() 1843 init_top_pgt[i] = ((pgd_t *)xen_start_info->pt_base)[i]; in xen_setup_kernel_pagetable() 1887 check_pt_base(&pt_base, &pt_end, addr[i]); in xen_setup_kernel_pagetable() [all …]
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gfxhub_v1_0.c | 56 uint64_t pt_base; in gfxhub_v1_0_init_gart_aperture_regs() local 59 pt_base = amdgpu_gmc_pd_addr(adev->gmc.pdb0_bo); in gfxhub_v1_0_init_gart_aperture_regs() 61 pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); in gfxhub_v1_0_init_gart_aperture_regs() 63 gfxhub_v1_0_setup_vm_pt_regs(adev, 0, pt_base); in gfxhub_v1_0_init_gart_aperture_regs()
|
| H A D | mmhub_v1_0.c | 70 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); in mmhub_v1_0_init_gart_aperture_regs() local 72 mmhub_v1_0_setup_vm_pt_regs(adev, 0, pt_base); in mmhub_v1_0_init_gart_aperture_regs() 234 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); in mmhub_v1_0_init_saw() local 239 lower_32_bits(pt_base >> 12)); in mmhub_v1_0_init_saw() 243 upper_32_bits(pt_base >> 12)); in mmhub_v1_0_init_saw()
|
| H A D | gfxhub_v1_2.c | 79 uint64_t pt_base; in gfxhub_v1_2_xcc_init_gart_aperture_regs() local 83 pt_base = amdgpu_gmc_pd_addr(adev->gmc.pdb0_bo); in gfxhub_v1_2_xcc_init_gart_aperture_regs() 85 pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); in gfxhub_v1_2_xcc_init_gart_aperture_regs() 87 gfxhub_v1_2_xcc_setup_vm_pt_regs(adev, 0, pt_base, xcc_mask); in gfxhub_v1_2_xcc_init_gart_aperture_regs()
|
| H A D | gfxhub_v12_1.c | 96 uint64_t pt_base; in gfxhub_v12_1_xcc_init_gart_aperture_regs() local 100 pt_base = amdgpu_gmc_pd_addr(adev->gmc.pdb0_bo); in gfxhub_v12_1_xcc_init_gart_aperture_regs() 102 pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); in gfxhub_v12_1_xcc_init_gart_aperture_regs() 104 gfxhub_v12_1_xcc_setup_vm_pt_regs(adev, 0, pt_base, xcc_mask); in gfxhub_v12_1_xcc_init_gart_aperture_regs()
|
| H A D | gfxhub_v2_0.c | 136 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); in gfxhub_v2_0_init_gart_aperture_regs() local 138 gfxhub_v2_0_setup_vm_pt_regs(adev, 0, pt_base); in gfxhub_v2_0_init_gart_aperture_regs()
|
| H A D | mmhub_v2_0.c | 188 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); in mmhub_v2_0_init_gart_aperture_regs() local 190 mmhub_v2_0_setup_vm_pt_regs(adev, 0, pt_base); in mmhub_v2_0_init_gart_aperture_regs()
|
| H A D | mmhub_v2_3.c | 126 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); in mmhub_v2_3_init_gart_aperture_regs() local 128 mmhub_v2_3_setup_vm_pt_regs(adev, 0, pt_base); in mmhub_v2_3_init_gart_aperture_regs()
|
| H A D | gfxhub_v2_1.c | 139 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); in gfxhub_v2_1_init_gart_aperture_regs() local 141 gfxhub_v2_1_setup_vm_pt_regs(adev, 0, pt_base); in gfxhub_v2_1_init_gart_aperture_regs()
|
| /linux/include/xen/interface/ |
| H A D | xen.h | 639 unsigned long pt_base; /* VIRTUAL address of page directory. */ member
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 322 u64 pt_base; in mmhub_read_system_context() local 365 pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); in mmhub_read_system_context() 375 page_table_base.high_part = upper_32_bits(pt_base); in mmhub_read_system_context() 376 page_table_base.low_part = lower_32_bits(pt_base); in mmhub_read_system_context()
|