Searched refs:handoffPageCount (Results 1 – 4 of 4) sorted by relevance
560 uint32_t handoffPageCount = header->handoffPageCount; in hibernate_reserve_restore_pages() local568 for (ppnum = handoffPages; ppnum < (handoffPages + handoffPageCount); ppnum++) { in hibernate_reserve_restore_pages()599 uint32_t handoffPageCount; in hibernate_kernel_entrypoint() local648 handoffPageCount = gIOHibernateCurrentHeader->handoffPageCount; in hibernate_kernel_entrypoint()656 debug_code(kIOHibernateRestoreCodeHandoffCount, handoffPageCount); in hibernate_kernel_entrypoint()706 count = srcPhys ? 0 : handoffPageCount; in hibernate_kernel_entrypoint()776 …conflicts |= ((ppnum >= atop_64_ppnum(srcPhys)) && (ppnum <= (handoffPages + handoffPageCount - 1)… in hibernate_kernel_entrypoint()
2399 if (gIOHibernateCurrentHeader->handoffPageCount > gIOHibernateHandoffPageCount) { in hibernate_machine_init()
129 uint32_t handoffPageCount; member
419 image_end = image_start + ptoa_64(header->handoffPageCount); in pal_hib_resume_tramp()