Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dcalgary.h36 unsigned long it_hint; /* Hint for next alloc */ member
/arch/powerpc/include/asm/
Diommu.h64 unsigned long it_hint; /* Hint for next alloc */ member
/arch/powerpc/kernel/
Diommu.c89 start = largealloc ? tbl->it_largehint : tbl->it_hint; in iommu_range_alloc()
102 start = largealloc ? tbl->it_largehint : tbl->it_hint; in iommu_range_alloc()
151 tbl->it_hint = (end + tbl->it_blocksize - 1) & in iommu_range_alloc()
518 tbl->it_hint = 0; in iommu_init_table()
/arch/x86/kernel/
Dtce_64.c125 tbl->it_hint = 0; in tce_table_setparms()
Dpci-calgary_64.c240 offset = iommu_area_alloc(tbl->it_map, tbl->it_size, tbl->it_hint, in iommu_range_alloc()
257 tbl->it_hint = offset + npages; in iommu_range_alloc()
258 BUG_ON(tbl->it_hint > tbl->it_size); in iommu_range_alloc()
/arch/powerpc/platforms/cell/
Diommu.c521 window->table.it_hint = window->table.it_blocksize; in cell_iommu_setup_window()