Searched refs:start_section (Results 1 – 1 of 1) sorted by relevance
610 unsigned long i, start_section, end_section; in ehea_update_busmap() local621 start_section = (pfn * PAGE_SIZE) / EHEA_SECTSIZE; in ehea_update_busmap()622 end_section = start_section + ((nr_pages * PAGE_SIZE) / EHEA_SECTSIZE); in ehea_update_busmap()624 for (i = start_section; i < end_section; i++) { in ehea_update_busmap()