Lines Matching refs:ptoa_64
460 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()
528 uint64_t dst = ptoa_64(ppnum); in store_one_page()
615 headerPhys = ptoa_64(p1); in hibernate_kernel_entrypoint()
650 debug_code(kIOHibernateRestoreCodeImageEnd, ptoa_64(lastImagePage)); in hibernate_kernel_entrypoint()
652 debug_code(kIOHibernateRestoreCodeMapEnd, ptoa_64(lastMapPage)); in hibernate_kernel_entrypoint()
655 debug_code(kIOHibernateRestoreCodeHandoffPages, ptoa_64(handoffPages)); in hibernate_kernel_entrypoint()
670 wkdmScratch = (uint8_t *)pal_hib_map(WKDM_AREA, ptoa_64(hibernate_page_list_grab(map, &nextFree))); in hibernate_kernel_entrypoint()
700 debug_code(kIOHibernateRestoreCodePageIndexEnd, ptoa_64(lastPageIndexPage)); in hibernate_kernel_entrypoint()
713 srcPhys = ptoa_64(handoffPages); in hibernate_kernel_entrypoint()
814 src = (uint32_t *)pal_hib_map(COPY_PAGE_AREA, ptoa_64(hibernate_page_list_grab(map, &nextFree))); in hibernate_kernel_entrypoint()