Searched refs:iommu_tables (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_vio.c96 list_for_each_entry_safe(stit, tmp, &stt->iommu_tables, next) {
165 list_for_each_entry_rcu(stit, &stt->iommu_tables, next) {
193 list_add_rcu(&stit->next, &stt->iommu_tables);
269 list_for_each_entry_safe(stit, tmp, &stt->iommu_tables, next) {
321 INIT_LIST_HEAD_RCU(&stt->iommu_tables);
390 list_for_each_entry_rcu(stit, &stt->iommu_tables, next) {
608 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) {
703 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) {
745 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) {
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h197 struct list_head iommu_tables; member in struct:kvmppc_spapr_tce_table

Completed in 162 milliseconds