Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/kvm/
Dbook3s_64_vio.c63 struct kvmppc_spapr_tce_iommu_table *stit = container_of(head, in kvm_spapr_tce_iommu_table_free() local
66 iommu_tce_table_put(stit->tbl); in kvm_spapr_tce_iommu_table_free()
68 kfree(stit); in kvm_spapr_tce_iommu_table_free()
73 struct kvmppc_spapr_tce_iommu_table *stit = container_of(kref, in kvm_spapr_tce_liobn_put() local
76 list_del_rcu(&stit->next); in kvm_spapr_tce_liobn_put()
78 call_rcu(&stit->rcu, kvm_spapr_tce_iommu_table_free); in kvm_spapr_tce_liobn_put()
86 struct kvmppc_spapr_tce_iommu_table *stit, *tmp; in kvm_spapr_tce_release_iommu_group() local
96 list_for_each_entry_safe(stit, tmp, &stt->iommu_tables, next) { in kvm_spapr_tce_release_iommu_group()
98 if (table_group->tables[i] != stit->tbl) in kvm_spapr_tce_release_iommu_group()
101 kref_put(&stit->kref, kvm_spapr_tce_liobn_put); in kvm_spapr_tce_release_iommu_group()
[all …]