Searched refs:qpd_to_pdd (Results 1 – 8 of 8) sorted by relevance
112 pdd = qpd_to_pdd(qpd); in update_qpd_vi()148 ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm()
110 pdd = qpd_to_pdd(qpd); in update_qpd_cik()142 ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm()
57 pdd = qpd_to_pdd(qpd); in update_qpd_v10()
56 pdd = qpd_to_pdd(qpd); in update_qpd_v11()
56 pdd = qpd_to_pdd(qpd); in update_qpd_v12()
56 pdd = qpd_to_pdd(qpd); in update_qpd_v9()
164 struct kfd_process_device *pdd = qpd_to_pdd(qpd); in kfd_hws_hang()200 struct kfd_process_device *pdd = qpd_to_pdd(qpd); in add_queue_mes()582 kfd_flush_tlb(qpd_to_pdd(qpd), TLB_FLUSH_LEGACY); in allocate_vmid()620 kfd_flush_tlb(qpd_to_pdd(qpd), TLB_FLUSH_LEGACY); in deallocate_vmid()927 struct kfd_process_device *pdd = qpd_to_pdd(qpd); in destroy_queue_nocpsch()1124 pdd = qpd_to_pdd(qpd); in resume_single_queue()1159 pdd = qpd_to_pdd(qpd); in evict_process_queues_nocpsch()1209 pdd = qpd_to_pdd(qpd); in evict_process_queues_cpsch()1265 pdd = qpd_to_pdd(qpd); in restore_process_queues_nocpsch()1344 pdd = qpd_to_pdd(qpd); in restore_process_queues_cpsch()[all …]
854 #define qpd_to_pdd(x) container_of(x, struct kfd_process_device, qpd) macro