Home
last modified time | relevance | path

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

/linux/arch/nios2/include/asm/
H A Dpgtable.h186 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
200 #define set_ptes set_ptes macro
/linux/arch/arm/include/asm/
H A Dpgtable.h214 void set_ptes(struct mm_struct *mm, unsigned long addr,
216 #define set_ptes set_ptes macro
/linux/arch/mips/include/asm/
H A Dpgtable.h204 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, function
230 #define set_ptes set_ptes macro
/linux/arch/riscv/mm/
H A Dhugetlbpage.c248 set_ptes(mm, addr, ptep, pte, 1); in set_huge_pte_at()
253 set_ptes(mm, addr, ptep, pte, 1); in set_huge_pte_at()
/linux/mm/
H A Dmemory.c969 set_ptes(dst_vma->vm_mm, addr, dst_pte, pte, nr); in __copy_present_ptes()
4580 set_ptes(vma->vm_mm, address, ptep, pte, nr_pages); in do_swap_page()
4829 set_ptes(vma->vm_mm, addr, vmf->pte, entry, nr_pages); in do_anonymous_page()
5027 set_ptes(vma->vm_mm, addr, vmf->pte, entry, nr); in set_pte_range()
H A Dhuge_memory.c2865 set_ptes(mm, haddr, pte, entry, HPAGE_PMD_NR); in __split_huge_pmd_locked()
/linux/arch/arm/mm/
H A Dmmu.c1802 void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function