Searched refs:dst_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 281 if (pgd_none(READ_ONCE(*dst_pgdp))) { in temp_pgtable_map_p4d() 286 pgd_populate(NULL, dst_pgdp, dst_p4dp); in temp_pgtable_map_p4d() 289 dst_p4dp = p4d_offset(dst_pgdp, start); in temp_pgtable_map_p4d() 314 pgd_t *dst_pgdp = pgd_offset_pgd(pgdp, start); in temp_pgtable_mapping() local 328 set_pgd(dst_pgdp, __pgd(pgd_val(pgd) | pgprot_val(prot))); 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()
|