Searched refs:dst_pudp (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | hibernate.c | 513 static int copy_pmd(pud_t *dst_pudp, pud_t *src_pudp, unsigned long start, in copy_pmd() argument 521 if (pud_none(READ_ONCE(*dst_pudp))) { 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() 551 pud_t *dst_pudp; in copy_pud() local 557 dst_pudp = (pud_t *)get_safe_page(GFP_ATOMIC); in copy_pud() 558 if (!dst_pudp) in copy_pud() 560 p4d_populate(&init_mm, dst_p4dp, dst_pudp); in copy_pud() 562 dst_pudp = pud_offset(dst_p4dp, start); in copy_pud() 572 if (copy_pmd(dst_pudp, src_pudp, addr, next)) in copy_pud() [all …]
|