Searched refs:src_pudp (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | trans_pgd.c | 84 pud_t *src_pudp, unsigned long start, unsigned long end) in copy_pmd() 99 src_pmdp = pmd_offset(src_pudp, start); in copy_pmd() 123 pud_t *src_pudp; in copy_pud() local 135 src_pudp = pud_offset(src_p4dp, start); in copy_pud() 137 pud_t pud = READ_ONCE(*src_pudp); in copy_pud() 143 if (copy_pmd(info, dst_pudp, src_pudp, addr, next)) in copy_pud() 149 } while (dst_pudp++, src_pudp++, addr = next, addr != end); in copy_pud() 83 copy_pmd(struct trans_pgd_info *info, pud_t *dst_pudp, pud_t *src_pudp, unsigned long start, unsigned long end) copy_pmd() argument
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | hibernate.c | 195 static int temp_pgtable_map_pmd(pud_t *dst_pudp, pud_t *src_pudp, unsigned long start, in temp_pgtable_map_pmd() argument 212 src_pmdp = pmd_offset(src_pudp, start); in temp_pgtable_map_pmd() 240 pud_t *src_pudp; in temp_pgtable_map_pud() local 251 src_pudp = pud_offset(src_p4dp, start); in temp_pgtable_map_pud() 254 pud_t pud = READ_ONCE(*src_pudp); in temp_pgtable_map_pud() 264 ret = temp_pgtable_map_pmd(dst_pudp, src_pudp, start, next, prot); in temp_pgtable_map_pud() 268 } while (dst_pudp++, src_pudp++, start = next, start != end); in temp_pgtable_map_pud()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | hibernate.c | 508 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()
|
Completed in 3 milliseconds