Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dhibernate.c234 static int temp_pgtable_map_pud(p4d_t *dst_p4dp, p4d_t *src_p4dp, unsigned long start, in temp_pgtable_map_pud() argument
251 src_pudp = pud_offset(src_p4dp, start); in temp_pgtable_map_pud()
279 p4d_t *src_p4dp; in temp_pgtable_map_p4d() local
290 src_p4dp = p4d_offset(src_pgdp, start); in temp_pgtable_map_p4d()
293 p4d_t p4d = READ_ONCE(*src_p4dp); in temp_pgtable_map_p4d()
303 ret = temp_pgtable_map_pud(dst_p4dp, src_p4dp, start, next, prot); in temp_pgtable_map_p4d()
307 } while (dst_p4dp++, src_p4dp++, start = next, start != end); in temp_pgtable_map_p4d()