Home
last modified time | relevance | path

Searched refs:dst_pgdp (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dhibernate.c583 static int copy_p4d(pgd_t *dst_pgdp, pgd_t *src_pgdp, unsigned long start, in copy_p4d() argument
591 dst_p4dp = p4d_offset(dst_pgdp, start); in copy_p4d()
604 static int copy_page_tables(pgd_t *dst_pgdp, unsigned long start, in copy_page_tables() argument
611 dst_pgdp = pgd_offset_pgd(dst_pgdp, start); in copy_page_tables()
616 if (copy_p4d(dst_pgdp, src_pgdp, addr, next)) in copy_page_tables()
618 } while (dst_pgdp++, src_pgdp++, addr = next, addr != end); in copy_page_tables()
623 static int trans_pgd_create_copy(pgd_t **dst_pgdp, unsigned long start, in trans_pgd_create_copy() argument
636 *dst_pgdp = trans_pgd; in trans_pgd_create_copy()