Searched refs:dst_p4dp (Results 1 – 1 of 1) sorted by relevance
/arch/arm64/kernel/ |
D | hibernate.c | 548 static int copy_pud(p4d_t *dst_p4dp, p4d_t *src_p4dp, unsigned long start, in copy_pud() argument 556 if (p4d_none(READ_ONCE(*dst_p4dp))) { 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() 586 p4d_t *dst_p4dp; in copy_p4d() local 591 dst_p4dp = p4d_offset(dst_pgdp, start); in copy_p4d() 597 if (copy_pud(dst_p4dp, src_p4dp, addr, next)) in copy_p4d() 599 } while (dst_p4dp++, src_p4dp++, addr = next, addr != end); in copy_p4d()
|