Searched refs:kfd_flush_tlb (Results 1 – 4 of 4) sorted by relevance
278 kfd_flush_tlb(qpd_to_pdd(qpd), TLB_FLUSH_LEGACY); in allocate_vmid()314 kfd_flush_tlb(qpd_to_pdd(qpd), TLB_FLUSH_LEGACY); in deallocate_vmid()785 kfd_flush_tlb(pdd, TLB_FLUSH_LEGACY); in restore_process_queues_nocpsch()
1161 void kfd_flush_tlb(struct kfd_process_device *pdd, enum TLB_FLUSH_TYPE type);
1481 kfd_flush_tlb(peer_pdd, TLB_FLUSH_LEGACY); in kfd_ioctl_map_memory_to_gpu()1589 kfd_flush_tlb(peer_pdd, TLB_FLUSH_HEAVYWEIGHT); in kfd_ioctl_unmap_memory_from_gpu()
1890 void kfd_flush_tlb(struct kfd_process_device *pdd, enum TLB_FLUSH_TYPE type) in kfd_flush_tlb() function