Home
last modified time | relevance | path

Searched refs:SCRATCH_AREA (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.81.5/osfmk/i386/
H A Dpal_hibernate.h44 #define SCRATCH_AREA (IMAGE2_AREA - HIB_MAP_SIZE) macro
45 #define WKDM_AREA (SCRATCH_AREA - HIB_MAP_SIZE)
H A Dhibernate_restore.c79 case SCRATCH_AREA: in pal_hib_map()
/xnu-10002.81.5/osfmk/arm64/
H A Dpal_hibernate.h49 SCRATCH_AREA, enumerator
H A Dhibernate_restore.c69 case SCRATCH_AREA: in pal_hib_map()
/xnu-10002.81.5/iokit/Kernel/
H A DIOHibernateRestoreKernel.c460 scratch->curPage = (uint8_t *)pal_hib_map(SCRATCH_AREA, ptoa_64(scratch->headPage)); in hibernate_scratch_init()
470 result.curPage = (uint8_t *)pal_hib_map(SCRATCH_AREA, ptoa_64(result.headPage)); in hibernate_scratch_start_read()
491 scratch->curPage = (uint8_t *)pal_hib_map(SCRATCH_AREA, ptoa_64(*nextPage)); in hibernate_scratch_io()