Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/kernel/
Diommu.c91 limit = largealloc ? tbl->it_size : tbl->it_halfpoint; in iommu_range_alloc()
93 if (largealloc && start < tbl->it_halfpoint) in iommu_range_alloc()
94 start = tbl->it_halfpoint; in iommu_range_alloc()
132 start = (largealloc ^ pass) ? tbl->it_halfpoint : 0; in iommu_range_alloc()
493 tbl->it_halfpoint = tbl->it_size * 3 / 4; in iommu_init_table()
505 tbl->it_largehint = tbl->it_halfpoint; in iommu_init_table()
/linux-2.6.39/arch/powerpc/include/asm/
Diommu.h66 unsigned long it_halfpoint; /* Breaking point for small/large allocs */ member