Home
last modified time | relevance | path

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

/Linux-v4.19/arch/xtensa/mm/
Dinit.c113 unsigned long res_start, res_end; in free_highpages() local
116 res_end = memblock_region_reserved_end_pfn(res); in free_highpages()
118 if (res_end < start) in free_highpages()
124 if (res_end > end) in free_highpages()
125 res_end = end; in free_highpages()
128 start = res_end; in free_highpages()
/Linux-v4.19/arch/arm/mm/
Dinit.c467 unsigned long res_start, res_end; in free_highpages() local
470 res_end = memblock_region_reserved_end_pfn(res); in free_highpages()
472 if (res_end < start) in free_highpages()
478 if (res_end > end) in free_highpages()
479 res_end = end; in free_highpages()
482 start = res_end; in free_highpages()
/Linux-v4.19/arch/parisc/kernel/
Dpci-dma.c226 for(; res_ptr < res_end; ++res_ptr) \
238 u##size *res_end = (u##size *)&pcxl_res_map[pcxl_res_size]; \
/Linux-v4.19/arch/ia64/hp/common/
Dsba_iommu.c487 unsigned long *res_end = (unsigned long *) &(ioc->res_map[ioc->res_size]); in sba_search_bitmap() local
494 ASSERT(res_ptr < res_end); in sba_search_bitmap()
522 for(; res_ptr < res_end ; res_ptr++) { in sba_search_bitmap()
550 for(; res_ptr < res_end ; res_ptr++) in sba_search_bitmap()
579 end = res_end - qwords; in sba_search_bitmap()
/Linux-v4.19/drivers/parisc/
Dsba_iommu.c342 unsigned long *res_end = (unsigned long *) &(ioc->res_map[ioc->res_size]); in sba_search_bitmap() local
360 for(; res_ptr < res_end; ++res_ptr) { in sba_search_bitmap()
392 while(res_ptr < res_end) in sba_search_bitmap()
418 if (res_end <= res_ptr) { in sba_search_bitmap()
Dccio-dma.c298 for(; res_ptr < res_end; ++res_ptr) { \
313 u##size *res_end = (u##size *)&(ioc)->res_map[ioa->res_size]; \