Home
last modified time | relevance | path

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

/Linux-v5.10/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()
152 list_for_each_entry_rcu(stit, &stt->iommu_tables, next) { in kvm_spapr_tce_attach_iommu_group()
180 list_add_rcu(&stit->next, &stt->iommu_tables); in kvm_spapr_tce_attach_iommu_group()
256 list_for_each_entry_safe(stit, tmp, &stt->iommu_tables, next) { in kvm_spapr_tce_release()
309 INIT_LIST_HEAD_RCU(&stt->iommu_tables); in kvm_vm_ioctl_create_spapr_tce()
378 list_for_each_entry_rcu(stit, &stt->iommu_tables, next) { in kvmppc_tce_validate()
586 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_put_tce()
682 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_put_tce_indirect()
698 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) in kvmppc_h_put_tce_indirect()
728 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_stuff_tce()
[all …]
Dbook3s_64_vio_hv.c119 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_rm_tce_validate()
416 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_rm_h_put_tce()
572 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_rm_h_put_tce_indirect()
588 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) in kvmppc_rm_h_put_tce_indirect()
621 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_rm_h_stuff_tce()
643 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) in kvmppc_rm_h_stuff_tce()
/Linux-v5.10/arch/powerpc/include/asm/
Dkvm_host.h204 struct list_head iommu_tables; member