Searched refs:dst_pmdp (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/arch/arm64/kernel/ |
D | hibernate.c | 487 static int copy_pte(pmd_t *dst_pmdp, pmd_t *src_pmdp, unsigned long start, in copy_pte() argument 497 pmd_populate_kernel(&init_mm, dst_pmdp, dst_ptep); in copy_pte() 498 dst_ptep = pte_offset_kernel(dst_pmdp, start); in copy_pte() 512 pmd_t *dst_pmdp; in copy_pmd() local 517 dst_pmdp = (pmd_t *)get_safe_page(GFP_ATOMIC); in copy_pmd() 518 if (!dst_pmdp) in copy_pmd() 520 pud_populate(&init_mm, dst_pudp, dst_pmdp); in copy_pmd() 522 dst_pmdp = pmd_offset(dst_pudp, start); in copy_pmd() 532 if (copy_pte(dst_pmdp, src_pmdp, addr, next)) in copy_pmd() 535 set_pmd(dst_pmdp, in copy_pmd() [all …]
|