Home
last modified time | relevance | path

Searched refs:it_group_list (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c384 list_for_each_entry_rcu(tgl, &tbl->it_group_list, next) { in pnv_pci_unlink_table_and_group()
425 list_add_rcu(&tgl->next, &tbl->it_group_list); in pnv_pci_link_table_and_group()
H A Dpci.c741 INIT_LIST_HEAD_RCU(&tbl->it_group_list); in pnv_pci_table_alloc()
H A Dpci-ioda.c1226 list_for_each_entry_lockless(tgl, &tbl->it_group_list, next) { in pnv_pci_ioda2_tce_invalidate()
/linux/arch/powerpc/include/asm/
H A Diommu.h113 struct list_head it_group_list;/* List of iommu_table_group_link */ member