Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kernel/
Dhibernate.c382 static int copy_pmd(pud_t *dst_pudp, pud_t *src_pudp, unsigned long start, in copy_pmd() argument
398 src_pmdp = pmd_offset(src_pudp, start); in copy_pmd()
421 pud_t *src_pudp; in copy_pud() local
433 src_pudp = pud_offset(src_pgdp, start); in copy_pud()
435 pud_t pud = READ_ONCE(*src_pudp); in copy_pud()
441 if (copy_pmd(dst_pudp, src_pudp, addr, next)) in copy_pud()
447 } while (dst_pudp++, src_pudp++, addr = next, addr != end); in copy_pud()