Lines Matching refs:pasid
720 void kfd_signal_event_interrupt(u32 pasid, uint32_t partial_id, in kfd_signal_event_interrupt() argument
730 struct kfd_process *p = kfd_lookup_process_by_pasid(pasid, NULL); in kfd_signal_event_interrupt()
1164 void kfd_signal_hw_exception_event(u32 pasid) in kfd_signal_hw_exception_event() argument
1171 struct kfd_process *p = kfd_lookup_process_by_pasid(pasid, NULL); in kfd_signal_hw_exception_event()
1336 void kfd_signal_poison_consumed_event(struct kfd_node *dev, u32 pasid) in kfd_signal_poison_consumed_event() argument
1338 struct kfd_process *p = kfd_lookup_process_by_pasid(pasid, NULL); in kfd_signal_poison_consumed_event()
1346 dev_warn(dev->adev->dev, "Not find process with pasid:%d\n", pasid); in kfd_signal_poison_consumed_event()
1386 p->lead_thread->comm, pasid); in kfd_signal_poison_consumed_event()