Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/mm/
Dtrans_pgd.c60 static int copy_pte(struct trans_pgd_info *info, pmd_t *dst_pmdp, in copy_pte() argument
70 pmd_populate_kernel(NULL, dst_pmdp, dst_ptep); in copy_pte()
71 dst_ptep = pte_offset_kernel(dst_pmdp, start); in copy_pte()
85 pmd_t *dst_pmdp; in copy_pmd() local
90 dst_pmdp = trans_alloc(info); in copy_pmd()
91 if (!dst_pmdp) in copy_pmd()
93 pud_populate(NULL, dst_pudp, dst_pmdp); in copy_pmd()
95 dst_pmdp = pmd_offset(dst_pudp, start); in copy_pmd()
105 if (copy_pte(info, dst_pmdp, src_pmdp, addr, next)) in copy_pmd()
108 set_pmd(dst_pmdp, in copy_pmd()
[all …]