Searched refs:src_pgdp (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/arch/arm64/kernel/ |
D | hibernate.c | 425 static int copy_pud(pgd_t *dst_pgdp, pgd_t *src_pgdp, unsigned long start, in copy_pud() argument 441 src_pudp = pud_offset(src_pgdp, start); in copy_pud() 465 pgd_t *src_pgdp = pgd_offset_k(start); in copy_page_tables() local 470 if (pgd_none(READ_ONCE(*src_pgdp))) in copy_page_tables() 472 if (copy_pud(dst_pgdp, src_pgdp, addr, next)) in copy_page_tables() 474 } while (dst_pgdp++, src_pgdp++, addr = next, addr != end); in copy_page_tables()
|