Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/cell/
H A Diommu.c102 struct iommu_window { struct
162 struct iommu_window *window = in tce_build_cell()
163 container_of(tbl, struct iommu_window, table); in tce_build_cell()
207 struct iommu_window *window = in tce_free_cell()
208 container_of(tbl, struct iommu_window, table); in tce_free_cell()
446 static struct iommu_window * __init
451 struct iommu_window *window; in cell_iommu_setup_window()
527 struct iommu_window *window; in cell_get_iommu_table()
540 window = list_entry(iommu->windows.next, struct iommu_window, list); in cell_get_iommu_table()