Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/arm64/mm/
H A Dtrans_pgd.c155 pgd_t *src_pgdp, unsigned long start, in copy_p4d()
164 src_p4dp = p4d_offset(src_pgdp, start); in copy_p4d()
181 pgd_t *src_pgdp = pgd_offset_k(start); in copy_page_tables() local
186 if (pgd_none(READ_ONCE(*src_pgdp))) in copy_page_tables()
188 if (copy_p4d(info, dst_pgdp, src_pgdp, addr, next)) in copy_page_tables()
190 } while (dst_pgdp++, src_pgdp++, addr = next, addr != end); in copy_page_tables()
154 copy_p4d(struct trans_pgd_info *info, pgd_t *dst_pgdp, pgd_t *src_pgdp, unsigned long start, unsigned long end) copy_p4d() argument
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dhibernate.c273 static int temp_pgtable_map_p4d(pgd_t *dst_pgdp, pgd_t *src_pgdp, unsigned long start, in temp_pgtable_map_p4d() argument
290 src_p4dp = p4d_offset(src_pgdp, start); in temp_pgtable_map_p4d()
315 pgd_t *src_pgdp = pgd_offset_k(start); in temp_pgtable_mapping() local
320 pgd_t pgd = READ_ONCE(*src_pgdp); in temp_pgtable_mapping()
330 ret = temp_pgtable_map_p4d(dst_pgdp, src_pgdp, start, next, prot); in temp_pgtable_mapping()
334 } while (dst_pgdp++, src_pgdp++, start = next, start != end); in temp_pgtable_mapping()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dhibernate.c578 static int copy_p4d(pgd_t *dst_pgdp, pgd_t *src_pgdp, unsigned long start, in copy_p4d() argument
587 src_p4dp = p4d_offset(src_pgdp, start); in copy_p4d()
604 pgd_t *src_pgdp = pgd_offset_k(start); in copy_page_tables() local
609 if (pgd_none(READ_ONCE(*src_pgdp))) 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()

Completed in 3 milliseconds