Searched refs:page_table_sz_bits (Results 1 – 5 of 5) sorted by relevance
101 (cnum << (iommu->page_table_sz_bits - PBM_LOGCLUSTERS))); in alloc_streaming_cluster()108 (1 << (iommu->page_table_sz_bits - PBM_LOGCLUSTERS))); in alloc_streaming_cluster()130 (iommu->page_table_sz_bits - PBM_LOGCLUSTERS))); in alloc_streaming_cluster()157 ent = (base << (32 - IO_PAGE_SHIFT + PBM_LOGCLUSTERS - iommu->page_table_sz_bits)) in free_streaming_cluster()158 >> (32 + PBM_LOGCLUSTERS + cnum - iommu->page_table_sz_bits); in free_streaming_cluster()175 iopte = iommu->page_table + (1 << (iommu->page_table_sz_bits - PBM_LOGCLUSTERS)); in alloc_consistent_cluster()286 (1 << (iommu->page_table_sz_bits - PBM_LOGCLUSTERS))); in pci_free_consistent()
1344 iommu->page_table_sz_bits = 16; in sabre_iommu_init()1348 iommu->page_table_sz_bits = 17; in sabre_iommu_init()1359 1 << (iommu->page_table_sz_bits - PBM_LOGCLUSTERS); in sabre_iommu_init()
1890 iommu->page_table_sz_bits = 16; in schizo_pbm_iommu_init()1894 iommu->page_table_sz_bits = 17; in schizo_pbm_iommu_init()1905 1 << (iommu->page_table_sz_bits - PBM_LOGCLUSTERS); in schizo_pbm_iommu_init()
1394 iommu->page_table_sz_bits = 17; in psycho_iommu_init()1401 1 << (iommu->page_table_sz_bits - PBM_LOGCLUSTERS); in psycho_iommu_init()
48 int page_table_sz_bits; /* log2 of ow many pages does it map? */ member