Searched refs:copy_p4d (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | trans_pgd.c | 154 static int copy_p4d(struct trans_pgd_info *info, pgd_t *dst_pgdp, in copy_p4d() function 188 if (copy_p4d(info, dst_pgdp, src_pgdp, addr, next)) in copy_page_tables()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | hibernate.c | 578 static int copy_p4d(pgd_t *dst_pgdp, pgd_t *src_pgdp, unsigned long start, in copy_p4d() function 611 if (copy_p4d(dst_pgdp, src_pgdp, addr, next)) in copy_page_tables()
|
Completed in 2 milliseconds