Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/lib/
Dswiotlb.c42 #define IO_TLB_SEGSIZE 128 macro
84 io_tlb_nslabs = ALIGN(io_tlb_nslabs, IO_TLB_SEGSIZE); in setup_io_tlb_npages()
115 io_tlb_list[i] = IO_TLB_SEGSIZE - OFFSET(i, IO_TLB_SEGSIZE); in swiotlb_init()
169 for (i = index - 1; (OFFSET(i, IO_TLB_SEGSIZE) != IO_TLB_SEGSIZE -1) in map_single()
236 int count = ((index + nslots) < ALIGN(index + 1, IO_TLB_SEGSIZE) ? in unmap_single()
248 for (i = index - 1; (OFFSET(i, IO_TLB_SEGSIZE) != IO_TLB_SEGSIZE -1) && in unmap_single()