Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/kernel/
Diommu.c69 int largealloc = npages > 15; in iommu_range_alloc() local
88 start = largealloc ? tbl->it_largehint : tbl->it_hint; in iommu_range_alloc()
91 limit = largealloc ? tbl->it_size : tbl->it_halfpoint; in iommu_range_alloc()
93 if (largealloc && start < tbl->it_halfpoint) in iommu_range_alloc()
101 start = largealloc ? tbl->it_largehint : tbl->it_hint; in iommu_range_alloc()
132 start = (largealloc ^ pass) ? tbl->it_halfpoint : 0; in iommu_range_alloc()
145 if (largealloc) { in iommu_range_alloc()