Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dhibernate.c513 static int copy_pmd(pud_t *dst_pudp, pud_t *src_pudp, unsigned long start, in copy_pmd() argument
529 src_pmdp = pmd_offset(src_pudp, start); in copy_pmd()
552 pud_t *src_pudp; in copy_pud() local
564 src_pudp = pud_offset(src_p4dp, start); in copy_pud()
566 pud_t pud = READ_ONCE(*src_pudp); in copy_pud()
572 if (copy_pmd(dst_pudp, src_pudp, addr, next)) in copy_pud()
578 } while (dst_pudp++, src_pudp++, addr = next, addr != end); in copy_pud()