Searched refs:dst_pgdp (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/arch/arm64/kernel/ |
| D | hibernate.c | 578 static int copy_p4d(pgd_t *dst_pgdp, pgd_t *src_pgdp, unsigned long start, in copy_p4d() argument 586 dst_p4dp = p4d_offset(dst_pgdp, start); in copy_p4d() 599 static int copy_page_tables(pgd_t *dst_pgdp, unsigned long start, in copy_page_tables() argument 606 dst_pgdp = pgd_offset_pgd(dst_pgdp, start); in copy_page_tables() 611 if (copy_p4d(dst_pgdp, src_pgdp, addr, next)) in copy_page_tables() 613 } while (dst_pgdp++, src_pgdp++, addr = next, addr != end); in copy_page_tables() 618 static int trans_pgd_create_copy(pgd_t **dst_pgdp, unsigned long start, in trans_pgd_create_copy() argument 631 *dst_pgdp = trans_pgd; in trans_pgd_create_copy()
|