Searched refs:dst_pgdp (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/arm64/mm/ |
D | trans_pgd.c | 152 static int copy_p4d(struct trans_pgd_info *info, pgd_t *dst_pgdp, in copy_p4d() argument 161 dst_p4dp = p4d_offset(dst_pgdp, start); in copy_p4d() 174 static int copy_page_tables(struct trans_pgd_info *info, pgd_t *dst_pgdp, in copy_page_tables() argument 181 dst_pgdp = pgd_offset_pgd(dst_pgdp, start); in copy_page_tables() 186 if (copy_p4d(info, dst_pgdp, src_pgdp, addr, next)) in copy_page_tables() 188 } while (dst_pgdp++, src_pgdp++, addr = next, addr != end); in copy_page_tables() 202 int trans_pgd_create_copy(struct trans_pgd_info *info, pgd_t **dst_pgdp, in trans_pgd_create_copy() argument 215 *dst_pgdp = trans_pgd; in trans_pgd_create_copy()
|