Home
last modified time | relevance | path

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

/linux/kernel/liveupdate/
H A Dkexec_handover.c1073 unsigned long total_pages, contig_pages; in kho_restore_vmalloc() local
1089 contig_pages = (1 << order); in kho_restore_vmalloc()
1099 if (idx + contig_pages > total_pages) in kho_restore_vmalloc()
1102 page = kho_restore_pages(phys, contig_pages); in kho_restore_vmalloc()
1106 for (int j = 0; j < contig_pages; j++) in kho_restore_vmalloc()
1109 phys += contig_pages * PAGE_SIZE; in kho_restore_vmalloc()