Searched refs:dst_p4dp (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/arch/arm64/kernel/ |
| D | hibernate.c | 543 static int copy_pud(p4d_t *dst_p4dp, p4d_t *src_p4dp, unsigned long start, in copy_pud() argument 551 if (p4d_none(READ_ONCE(*dst_p4dp))) { in copy_pud() 555 p4d_populate(&init_mm, dst_p4dp, dst_pudp); in copy_pud() 557 dst_pudp = pud_offset(dst_p4dp, start); in copy_pud() 581 p4d_t *dst_p4dp; in copy_p4d() local 586 dst_p4dp = p4d_offset(dst_pgdp, start); in copy_p4d() 592 if (copy_pud(dst_p4dp, src_p4dp, addr, next)) in copy_p4d() 594 } while (dst_p4dp++, src_p4dp++, addr = next, addr != end); in copy_p4d()
|