Searched refs:handoffPages (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateRestoreKernel.c441 uint32_t handoffPages; local
470 handoffPages = gIOHibernateCurrentHeader->handoffPages;
478 debug_code(kIOHibernateRestoreCodeHandoffPages, ptoa_64(handoffPages));
487 for (ppnum = handoffPages; ppnum < (handoffPages + handoffPageCount); ppnum++)
540 srcPhys = ptoa_64(handoffPages);
599 conflicts |= ((ppnum >= atop_64(srcPhys)) && (ppnum <= (handoffPages + handoffPageCount - 1)));
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOHibernatePrivate.h95 uint32_t handoffPages; member in struct:IOHibernateImageHeader

Completed in 23 milliseconds