Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kernel/
Dhibernate.c361 static int copy_pte(pmd_t *dst_pmdp, pmd_t *src_pmdp, unsigned long start, in copy_pte() argument
371 pmd_populate_kernel(&init_mm, dst_pmdp, dst_ptep); in copy_pte()
372 dst_ptep = pte_offset_kernel(dst_pmdp, start); in copy_pte()
386 pmd_t *dst_pmdp; in copy_pmd() local
391 dst_pmdp = (pmd_t *)get_safe_page(GFP_ATOMIC); in copy_pmd()
392 if (!dst_pmdp) in copy_pmd()
394 pud_populate(&init_mm, dst_pudp, dst_pmdp); in copy_pmd()
396 dst_pmdp = pmd_offset(dst_pudp, start); in copy_pmd()
406 if (copy_pte(dst_pmdp, src_pmdp, addr, next)) in copy_pmd()
409 set_pmd(dst_pmdp, in copy_pmd()
[all …]