Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/amdkfd/
Dkfd_device_queue_manager.c753 uint64_t pd_base; in restore_process_queues_nocpsch() local
759 pd_base = amdgpu_amdkfd_gpuvm_get_process_page_dir(pdd->drm_priv); in restore_process_queues_nocpsch()
773 qpd->page_table_base = pd_base; in restore_process_queues_nocpsch()
774 pr_debug("Updated PD address to 0x%llx\n", pd_base); in restore_process_queues_nocpsch()
836 uint64_t pd_base; in restore_process_queues_cpsch() local
842 pd_base = amdgpu_amdkfd_gpuvm_get_process_page_dir(pdd->drm_priv); in restore_process_queues_cpsch()
856 qpd->page_table_base = pd_base; in restore_process_queues_cpsch()
857 pr_debug("Updated PD address to 0x%llx\n", pd_base); in restore_process_queues_cpsch()
883 uint64_t pd_base; in register_process() local
894 pd_base = amdgpu_amdkfd_gpuvm_get_process_page_dir(pdd->drm_priv); in register_process()
[all …]
/Linux-v5.15/drivers/staging/media/atomisp/include/mmu/
Disp_mmu.h88 unsigned int (*get_pd_base)(struct isp_mmu *mmu, phys_addr_t pd_base);