Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/kernel/
Dhibernate.c460 static void _copy_pte(pte_t *dst_ptep, pte_t *src_ptep, unsigned long addr) in _copy_pte() argument
462 pte_t pte = READ_ONCE(*src_ptep); in _copy_pte()
490 pte_t *src_ptep; in copy_pte() local
500 src_ptep = pte_offset_kernel(src_pmdp, start); in copy_pte()
502 _copy_pte(dst_ptep, src_ptep, addr); in copy_pte()
503 } while (dst_ptep++, src_ptep++, addr += PAGE_SIZE, addr != end); in copy_pte()