Searched refs:ppnm (Results 1 – 1 of 1) sorted by relevance
8192 struct ppnum_mapping *ppnm = NULL; in hibernate_create_paddr_map() local8196 if (ppnm) { in hibernate_create_paddr_map()8197 ppnm->ppnm_eindx = i; in hibernate_create_paddr_map()8200 if (ppnm == NULL || VM_PAGE_GET_PHYS_PAGE(&vm_pages[i]) != next_ppnum_in_run) { in hibernate_create_paddr_map()8201 ppnm = zalloc_permanent_type(struct ppnum_mapping); in hibernate_create_paddr_map()8203 ppnm->ppnm_next = ppnm_head; in hibernate_create_paddr_map()8204 ppnm_head = ppnm; in hibernate_create_paddr_map()8206 ppnm->ppnm_sindx = i; in hibernate_create_paddr_map()8207 ppnm->ppnm_base_paddr = VM_PAGE_GET_PHYS_PAGE(&vm_pages[i]); in hibernate_create_paddr_map()8211 ppnm->ppnm_eindx = vm_pages_count; in hibernate_create_paddr_map()[all …]