Searched refs:src_pudp (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm64/mm/ |
H A D | trans_pgd.c | 84 pud_t *src_pudp, unsigned long start, unsigned long end) in copy_pmd() argument 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()
|
/openbmc/linux/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()
|