Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_64_vio.c83 list_for_each_entry_safe(stit, tmp, &stt->iommu_tables, next) { in kvm_spapr_tce_release_iommu_group()
147 list_for_each_entry_rcu(stit, &stt->iommu_tables, next) { in kvm_spapr_tce_attach_iommu_group()
172 list_add_rcu(&stit->next, &stt->iommu_tables); in kvm_spapr_tce_attach_iommu_group()
248 list_for_each_entry_safe(stit, tmp, &stt->iommu_tables, next) { in kvm_spapr_tce_release()
299 INIT_LIST_HEAD_RCU(&stt->iommu_tables); in kvm_vm_ioctl_create_spapr_tce()
367 list_for_each_entry_rcu(stit, &stt->iommu_tables, next) { in kvmppc_tce_validate()
575 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_put_tce()
671 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_put_tce_indirect()
687 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) in kvmppc_h_put_tce_indirect()
717 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_stuff_tce()
[all …]
Dbook3s_64_vio_hv.c123 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_rm_tce_validate()
420 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_rm_h_put_tce()
574 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_rm_h_put_tce_indirect()
590 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) in kvmppc_rm_h_put_tce_indirect()
624 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_rm_h_stuff_tce()
646 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) in kvmppc_rm_h_stuff_tce()
/Linux-v5.4/arch/powerpc/include/asm/
Dkvm_host.h203 struct list_head iommu_tables; member