Searched refs:iommu_tables (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | book3s_64_vio.c | 95 list_for_each_entry_safe(stit, tmp, &stt->iommu_tables, next) { in kvm_spapr_tce_release_iommu_group() 164 list_for_each_entry_rcu(stit, &stt->iommu_tables, next) { in kvm_spapr_tce_attach_iommu_group() 192 list_add_rcu(&stit->next, &stt->iommu_tables); in kvm_spapr_tce_attach_iommu_group() 268 list_for_each_entry_safe(stit, tmp, &stt->iommu_tables, next) { in kvm_spapr_tce_release() 320 INIT_LIST_HEAD_RCU(&stt->iommu_tables); in kvm_vm_ioctl_create_spapr_tce() 389 list_for_each_entry_rcu(stit, &stt->iommu_tables, next) { in kvmppc_tce_validate() 607 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_put_tce() 702 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_put_tce_indirect() 744 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_stuff_tce()
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | kvm_host.h | 198 struct list_head iommu_tables; member
|
Completed in 9 milliseconds