Searched refs:res_end (Results 1 – 7 of 7) sorted by relevance
/arch/xtensa/mm/ |
D | init.c | 113 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()
|
/arch/arm/mm/ |
D | init.c | 450 unsigned long res_start, res_end; in free_highpages() local 453 res_end = memblock_region_reserved_end_pfn(res); in free_highpages() 455 if (res_end < start) in free_highpages() 461 if (res_end > end) in free_highpages() 462 res_end = end; in free_highpages() 465 start = res_end; in free_highpages()
|
/arch/powerpc/kernel/ |
D | iommu.c | 648 unsigned long res_start, unsigned long res_end) in iommu_table_reserve_pages() argument 652 WARN_ON_ONCE(res_end < res_start); in iommu_table_reserve_pages() 662 tbl->it_reserved_end = res_end; in iommu_table_reserve_pages() 665 if (res_start && res_end && in iommu_table_reserve_pages() 667 res_end < tbl->it_offset)) in iommu_table_reserve_pages() 694 unsigned long res_start, unsigned long res_end) in iommu_init_table() argument 713 iommu_table_reserve_pages(tbl, res_start, res_end); in iommu_init_table()
|
/arch/parisc/kernel/ |
D | pci-dma.c | 226 for(; res_ptr < res_end; ++res_ptr) \ 238 u##size *res_end = (u##size *)&pcxl_res_map[pcxl_res_size]; \
|
/arch/ia64/hp/common/ |
D | sba_iommu.c | 479 unsigned long *res_end = (unsigned long *) &(ioc->res_map[ioc->res_size]); in sba_search_bitmap() local 486 ASSERT(res_ptr < res_end); in sba_search_bitmap() 514 for(; res_ptr < res_end ; res_ptr++) { in sba_search_bitmap() 542 for(; res_ptr < res_end ; res_ptr++) in sba_search_bitmap() 571 end = res_end - qwords; in sba_search_bitmap()
|
/arch/powerpc/include/asm/ |
D | iommu.h | 156 int nid, unsigned long res_start, unsigned long res_end);
|
/arch/powerpc/platforms/powernv/ |
D | pci-ioda.c | 2396 unsigned long res_start, res_end; in pnv_pci_ioda2_setup_default_config() local 2444 res_end = 0; in pnv_pci_ioda2_setup_default_config() 2447 res_end = min(window_size, SZ_4G) >> tbl->it_page_shift; in pnv_pci_ioda2_setup_default_config() 2449 iommu_init_table(tbl, pe->phb->hose->node, res_start, res_end); in pnv_pci_ioda2_setup_default_config()
|