Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c740 uint64_t pd_base; in restore_process_queues_nocpsch() local
746 pd_base = amdgpu_amdkfd_gpuvm_get_process_page_dir(pdd->vm); in restore_process_queues_nocpsch()
760 qpd->page_table_base = pd_base; in restore_process_queues_nocpsch()
761 pr_debug("Updated PD address to 0x%llx\n", pd_base); in restore_process_queues_nocpsch()
819 uint64_t pd_base; in restore_process_queues_cpsch() local
825 pd_base = amdgpu_amdkfd_gpuvm_get_process_page_dir(pdd->vm); in restore_process_queues_cpsch()
839 qpd->page_table_base = pd_base; in restore_process_queues_cpsch()
840 pr_debug("Updated PD address to 0x%llx\n", pd_base); in restore_process_queues_cpsch()
866 uint64_t pd_base; in register_process() local
877 pd_base = amdgpu_amdkfd_gpuvm_get_process_page_dir(pdd->vm); in register_process()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/include/mmu/
H A Disp_mmu.h88 unsigned int (*get_pd_base)(struct isp_mmu *mmu, phys_addr_t pd_base);
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Dpm_domains.c1347 static void __iomem *pd_base; variable
1355 print_hex_dump(KERN_CONT, "", DUMP_PREFIX_NONE, 16, 4, pd_base + offset, 16, false); in dump_offset()
1360 if (!pd_base) in rockchip_dump_pmu()
1446 pd_base = reg_base; in rockchip_pm_domain_probe()