Home
last modified time | relevance | path

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

/linux-3.4.99/arch/ia64/hp/common/
Dsba_iommu.c209 unsigned long *res_hint; /* next avail IOVP - circular search */ member
493 ASSERT(((unsigned long) ioc->res_hint & (sizeof(unsigned long) - 1UL)) == 0); in sba_search_bitmap()
506 res_ptr = ioc->res_hint; in sba_search_bitmap()
610 ioc->res_hint = (unsigned long *) ioc->res_map; in sba_search_bitmap()
616 ioc->res_hint = res_ptr; in sba_search_bitmap()
713 (uint) ((unsigned long) ioc->res_hint - (unsigned long) ioc->res_map), in sba_alloc_range()
956 prefetch(ioc->res_hint); in sba_map_page()
1502 prefetch(ioc->res_hint); in sba_map_sg_attrs()
1724 ioc->res_hint = (unsigned long *) ioc->res_map; in ioc_resource_init()
/linux-3.4.99/drivers/parisc/
Dccio-dma.c230 u32 res_hint; /* next available IOVP - member
304 ioc->res_hint = res_idx + (size >> 3); \
310 u##size *res_ptr = (u##size *)&((ioc)->res_map[ioa->res_hint & ~((size >> 3) - 1)]); \
398 __func__, res_idx, ioc->res_hint); in ccio_alloc_range()
1335 ioc->res_hint = 16; in ccio_ioc_init()
Dsba_iommu.c339 unsigned long *res_ptr = ioc->res_hint; in sba_search_bitmap()
417 ioc->res_hint = (unsigned long *) ioc->res_map; in sba_search_bitmap()
420 ioc->res_hint = res_ptr; in sba_search_bitmap()
460 (uint) ((unsigned long) ioc->res_hint - (unsigned long) ioc->res_map), in sba_alloc_range()
1705 sba_dev->ioc[i].res_hint = (unsigned long *) in sba_common_init()
/linux-3.4.99/arch/parisc/include/asm/
Dropes.h37 unsigned long *res_hint; /* next avail IOVP - circular search */ member