Searched refs:iommu_tables (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_64_vio.c | 83 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() 596 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_put_tce() 691 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_put_tce_indirect() 733 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_stuff_tce()
|
H A D | book3s_64_vio_hv.c | 119 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_rm_tce_validate() 429 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_rm_h_put_tce() 583 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_rm_h_put_tce_indirect() 628 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_rm_h_stuff_tce()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H 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()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | kvm_host.h | 204 struct list_head iommu_tables; member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | kvm_host.h | 198 struct list_head iommu_tables; member
|
Completed in 8 milliseconds