Home
last modified time | relevance | path

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

/drivers/parisc/
A Dsba_iommu.c362 for(; res_ptr < res_end; ++res_ptr) { in sba_search_bitmap()
367 if ((*res_ptr == 0) && !ret) { in sba_search_bitmap()
374 res_ptr++; in sba_search_bitmap()
389 res_ptr++; in sba_search_bitmap()
394 while(res_ptr < res_end) in sba_search_bitmap()
396 DBG_RES(" %p %lx %lx\n", res_ptr, mask, *res_ptr); in sba_search_bitmap()
412 res_ptr++; in sba_search_bitmap()
420 if (res_end <= res_ptr) { in sba_search_bitmap()
424 ioc->res_hint = res_ptr; in sba_search_bitmap()
508 bits_not_wanted, m, pide, res_ptr, *res_ptr); in sba_free_range()
[all …]
A Dccio-dma.c285 for (; res_ptr < res_end; ++res_ptr) { \
288 idx = (unsigned int)((unsigned long)res_ptr - (unsigned long)ioc->res_map); \
290 if ((0 == (*res_ptr & mask)) && !ret) { \
291 *res_ptr |= mask; \
302 res_ptr = (u##size *)&(ioc)->res_map[0]; \
407 u##size *res_ptr = (u##size *)&((ioc)->res_map[res_idx]); \
408 BUG_ON((*res_ptr & mask) != mask); \
409 *res_ptr &= ~(mask);
1162 u8 *res_ptr; in ccio_cujo20_fixup() local
1165 res_ptr = ioc->res_map; in ccio_cujo20_fixup()
[all …]
/drivers/nubus/
A Dproc.c90 unsigned char *res_ptr; member
103 pded->res_ptr = ptr; in nubus_proc_alloc_pde_data()
128 ent.base = pded->res_ptr; in nubus_proc_rsrc_show()
132 unsigned int data = (unsigned int)pded->res_ptr; in nubus_proc_rsrc_show()
/drivers/gpu/drm/ttm/
A Dttm_resource.c377 struct ttm_resource **res_ptr, in ttm_resource_alloc() argument
391 ret = man->func->alloc(man, bo, place, res_ptr); in ttm_resource_alloc()
398 (*res_ptr)->css = pool; in ttm_resource_alloc()
401 ttm_resource_add_bulk_move(*res_ptr, bo); in ttm_resource_alloc()

Completed in 19 milliseconds