Searched refs:dst_pmdp (Results 1 – 1 of 1) sorted by relevance
/arch/arm64/kernel/ |
D | hibernate.c | 492 static int copy_pte(pmd_t *dst_pmdp, pmd_t *src_pmdp, unsigned long start, in copy_pte() argument 502 pmd_populate_kernel(&init_mm, dst_pmdp, dst_ptep); in copy_pte() 503 dst_ptep = pte_offset_kernel(dst_pmdp, start); in copy_pte() 517 pmd_t *dst_pmdp; in copy_pmd() local 522 dst_pmdp = (pmd_t *)get_safe_page(GFP_ATOMIC); in copy_pmd() 523 if (!dst_pmdp) in copy_pmd() 525 pud_populate(&init_mm, dst_pudp, dst_pmdp); in copy_pmd() 527 dst_pmdp = pmd_offset(dst_pudp, start); in copy_pmd() 537 if (copy_pte(dst_pmdp, src_pmdp, addr, next)) in copy_pmd() 540 set_pmd(dst_pmdp, in copy_pmd() [all …]
|