Searched refs:src_pgdp (Results 1 – 1 of 1) sorted by relevance
/linux/arch/riscv/kernel/ |
H A D | hibernate.c | 273 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()
|