Home
last modified time | relevance | path

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

/linux-3.3/arch/arm/mm/
Dinit.c544 unsigned long res_start, res_end; in free_highpages() local
547 res_end = memblock_region_reserved_end_pfn(res); in free_highpages()
549 if (res_end < start) in free_highpages()
555 if (res_end > end) in free_highpages()
556 res_end = end; in free_highpages()
560 start = res_end; in free_highpages()
/linux-3.3/arch/parisc/kernel/
Dpci-dma.c231 for(; res_ptr < res_end; ++res_ptr) \
243 u##size *res_end = (u##size *)&pcxl_res_map[pcxl_res_size]; \
/linux-3.3/arch/ia64/hp/common/
Dsba_iommu.c488 unsigned long *res_end = (unsigned long *) &(ioc->res_map[ioc->res_size]); in sba_search_bitmap() local
495 ASSERT(res_ptr < res_end); in sba_search_bitmap()
523 for(; res_ptr < res_end ; res_ptr++) { in sba_search_bitmap()
551 for(; res_ptr < res_end ; res_ptr++) in sba_search_bitmap()
580 end = res_end - qwords; in sba_search_bitmap()
/linux-3.3/drivers/parisc/
Dsba_iommu.c339 unsigned long *res_end = (unsigned long *) &(ioc->res_map[ioc->res_size]); in sba_search_bitmap() local
357 for(; res_ptr < res_end; ++res_ptr) { in sba_search_bitmap()
389 while(res_ptr < res_end) in sba_search_bitmap()
415 if (res_end <= res_ptr) { in sba_search_bitmap()
Dccio-dma.c296 for(; res_ptr < res_end; ++res_ptr) { \
311 u##size *res_end = (u##size *)&(ioc)->res_map[ioa->res_size]; \