Home
last modified time | relevance | path

Searched refs:pal_hib_map (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/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()
531 dst = pal_hib_map(DEST_COPY_AREA, dst); in store_one_page()
624 (void *) pal_hib_map(IMAGE_AREA, headerPhys), in hibernate_kernel_entrypoint()
635 map = (hibernate_page_list_t *) pal_hib_map(BITMAP_AREA, mapPhys); 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()
692 pageIndexSource = (uint32_t *) pal_hib_map(IMAGE2_AREA, pageIndexPhys); in hibernate_kernel_entrypoint()
736 src = (uint32_t *) pal_hib_map(IMAGE_AREA, srcPhys); in hibernate_kernel_entrypoint()
758 src = (uint32_t *) pal_hib_map(IMAGE_AREA, srcPhys); in hibernate_kernel_entrypoint()
[all …]
/xnu-8020.121.3/osfmk/i386/ !
H A Dhibernate_restore.c56 d = (uint64_t *)pal_hib_map(DEST_COPY_AREA, dst); in hibernate_restore_phys_page()
68 pal_hib_map(uintptr_t virt, uint64_t phys) in pal_hib_map() function
/xnu-8020.121.3/osfmk/machine/ !
H A Dpal_hibernate.h90 uintptr_t pal_hib_map(pal_hib_map_type_t virt, uint64_t phys);
/xnu-8020.121.3/osfmk/arm64/ !
H A Dhibernate_restore.c58 void *d = (void*)pal_hib_map(DEST_COPY_AREA, dst); in hibernate_restore_phys_page()
64 pal_hib_map(pal_hib_map_type_t virt, uint64_t phys) in pal_hib_map() function