Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/vm/ !
H A Dvm_resident.c9000 struct ppnum_mapping *ppnm = NULL; in hibernate_create_paddr_map() local
9004 if (ppnm) { in hibernate_create_paddr_map()
9005 ppnm->ppnm_eindx = i; in hibernate_create_paddr_map()
9008 if (ppnm == NULL || VM_PAGE_GET_PHYS_PAGE(vm_page_get(i)) != next_ppnum_in_run) { in hibernate_create_paddr_map()
9009 ppnm = zalloc_permanent_type(struct ppnum_mapping); in hibernate_create_paddr_map()
9011 ppnm->ppnm_next = ppnm_head; in hibernate_create_paddr_map()
9012 ppnm_head = ppnm; in hibernate_create_paddr_map()
9014 ppnm->ppnm_sindx = i; in hibernate_create_paddr_map()
9015 ppnm->ppnm_base_paddr = VM_PAGE_GET_PHYS_PAGE(vm_page_get(i)); in hibernate_create_paddr_map()
9019 ppnm->ppnm_eindx = vm_pages_count; in hibernate_create_paddr_map()
[all …]