Searched refs:res_end (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/arm/mm/
H A Dinit.c442 unsigned long res_start, res_end; for_each_memblock() local
445 res_end = memblock_region_reserved_end_pfn(res); for_each_memblock()
447 if (res_end < start) for_each_memblock()
453 if (res_end > end) for_each_memblock()
454 res_end = end; for_each_memblock()
457 start = res_end; for_each_memblock()
/linux-4.4.14/arch/parisc/kernel/
H A Dpci-dma.c231 for(; res_ptr < res_end; ++res_ptr) \
243 u##size *res_end = (u##size *)&pcxl_res_map[pcxl_res_size]; \
/linux-4.4.14/arch/ia64/hp/common/
H A Dsba_iommu.c487 unsigned long *res_end = (unsigned long *) &(ioc->res_map[ioc->res_size]); sba_search_bitmap() local
494 ASSERT(res_ptr < res_end); sba_search_bitmap()
522 for(; res_ptr < res_end ; res_ptr++) { sba_search_bitmap()
550 for(; res_ptr < res_end ; res_ptr++) sba_search_bitmap()
579 end = res_end - qwords; sba_search_bitmap()
/linux-4.4.14/drivers/parisc/
H A Dsba_iommu.c340 unsigned long *res_end = (unsigned long *) &(ioc->res_map[ioc->res_size]); sba_search_bitmap() local
358 for(; res_ptr < res_end; ++res_ptr) { sba_search_bitmap()
390 while(res_ptr < res_end) sba_search_bitmap()
416 if (res_end <= res_ptr) { sba_search_bitmap()
H A Dccio-dma.c296 for(; res_ptr < res_end; ++res_ptr) { \
311 u##size *res_end = (u##size *)&(ioc)->res_map[ioa->res_size]; \

Completed in 183 milliseconds