Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dhibernate.c195 static int temp_pgtable_map_pmd(pud_t *dst_pudp, pud_t *src_pudp, unsigned long start, in temp_pgtable_map_pmd() argument
212 src_pmdp = pmd_offset(src_pudp, start); in temp_pgtable_map_pmd()
240 pud_t *src_pudp; in temp_pgtable_map_pud() local
251 src_pudp = pud_offset(src_p4dp, start); in temp_pgtable_map_pud()
254 pud_t pud = READ_ONCE(*src_pudp); in temp_pgtable_map_pud()
264 ret = temp_pgtable_map_pmd(dst_pudp, src_pudp, start, next, prot); in temp_pgtable_map_pud()
268 } while (dst_pudp++, src_pudp++, start = next, start != end); in temp_pgtable_map_pud()