Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/mm/ !
Dtrans_pgd.c153 pgd_t *src_pgdp, unsigned long start, in copy_p4d() argument
162 src_p4dp = p4d_offset(src_pgdp, start); in copy_p4d()
179 pgd_t *src_pgdp = pgd_offset_k(start); in copy_page_tables() local
184 if (pgd_none(READ_ONCE(*src_pgdp))) 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()