Lines Matching refs:iommu_window
113 struct iommu_window { struct
173 struct iommu_window *window = in tce_build_cell()
174 container_of(tbl, struct iommu_window, table); in tce_build_cell()
218 struct iommu_window *window = in tce_free_cell()
219 container_of(tbl, struct iommu_window, table); in tce_free_cell()
439 static struct iommu_window *find_window(struct cbe_iommu *iommu,
442 struct iommu_window *window;
474 static struct iommu_window * __init
479 struct iommu_window *window; in cell_iommu_setup_window()
553 struct iommu_window *window; in cell_get_iommu_table()
566 window = list_entry(iommu->windows.next, struct iommu_window, list); in cell_get_iommu_table()