Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/kernel/
Dhibernate.c508 static int copy_pmd(pud_t *dst_pudp, pud_t *src_pudp, unsigned long start, in copy_pmd() argument
524 src_pmdp = pmd_offset(src_pudp, start); in copy_pmd()
547 pud_t *src_pudp; in copy_pud() local
559 src_pudp = pud_offset(src_p4dp, start); in copy_pud()
561 pud_t pud = READ_ONCE(*src_pudp); in copy_pud()
567 if (copy_pmd(dst_pudp, src_pudp, addr, next)) in copy_pud()
573 } while (dst_pudp++, src_pudp++, addr = next, addr != end); in copy_pud()