Searched refs:handoffPages (Results 1 – 3 of 3) sorted by relevance
559 uint32_t handoffPages = header->handoffPages; in hibernate_reserve_restore_pages() local568 for (ppnum = handoffPages; ppnum < (handoffPages + handoffPageCount); ppnum++) { in hibernate_reserve_restore_pages()598 uint32_t handoffPages; in hibernate_kernel_entrypoint() local647 handoffPages = gIOHibernateCurrentHeader->handoffPages; in hibernate_kernel_entrypoint()655 debug_code(kIOHibernateRestoreCodeHandoffPages, ptoa_64(handoffPages)); in hibernate_kernel_entrypoint()713 srcPhys = ptoa_64(handoffPages); in hibernate_kernel_entrypoint()776 …conflicts |= ((ppnum >= atop_64_ppnum(srcPhys)) && (ppnum <= (handoffPages + handoffPageCount - 1)… in hibernate_kernel_entrypoint()
128 uint32_t handoffPages; member
418 image_start = ptoa_64(header->handoffPages); in pal_hib_resume_tramp()