Searched refs:lastImagePage (Results 1 – 1 of 1) sorted by relevance
558 uint32_t lastImagePage = atop_64_ppnum(HIB_ROUND_PAGE(headerPhys + header->image1Size)); in hibernate_reserve_restore_pages() local564 for (ppnum = atop_64_ppnum(headerPhys); ppnum <= lastImagePage; ppnum++) { in hibernate_reserve_restore_pages()595 uint32_t lastImagePage; in hibernate_kernel_entrypoint() local644 lastImagePage = atop_64_ppnum(HIB_ROUND_PAGE(headerPhys + gIOHibernateCurrentHeader->image1Size)); in hibernate_kernel_entrypoint()650 debug_code(kIOHibernateRestoreCodeImageEnd, ptoa_64(lastImagePage)); in hibernate_kernel_entrypoint()773 conflicts |= ((ppnum >= atop_64_ppnum(imageReadPhys)) && (ppnum <= lastImagePage)); in hibernate_kernel_entrypoint()