Searched refs:iommu_tables (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/powerpc/kvm/ |
D | book3s_64_vio.c | 96 list_for_each_entry_safe(stit, tmp, &stt->iommu_tables, next) { in kvm_spapr_tce_release_iommu_group() 169 list_for_each_entry_rcu(stit, &stt->iommu_tables, next) { in kvm_spapr_tce_attach_iommu_group() 200 list_add_rcu(&stit->next, &stt->iommu_tables); in kvm_spapr_tce_attach_iommu_group() 277 list_for_each_entry_safe(stit, tmp, &stt->iommu_tables, next) { in kvm_spapr_tce_release() 329 INIT_LIST_HEAD_RCU(&stt->iommu_tables); in kvm_vm_ioctl_create_spapr_tce() 398 list_for_each_entry_rcu(stit, &stt->iommu_tables, next) { in kvmppc_tce_validate() 616 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_put_tce() 711 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_put_tce_indirect() 753 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_stuff_tce()
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | kvm_host.h | 197 struct list_head iommu_tables; member
|