Home
last modified time | relevance | path

Searched refs:set_ptes (Results 1 – 12 of 12) 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
296 set_ptes(vma->vm_mm, address, ptep, entry, 1); in ptep_set_access_flags()
/linux/arch/um/include/asm/
H A Dpgtable.h243 #define set_ptes set_ptes macro
244 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
/linux/arch/parisc/include/asm/
H A Dpgtable.h379 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
394 #define set_ptes set_ptes macro
395 #define set_pte_at(mm, addr, ptep, pte) set_ptes(mm, addr, ptep, pte, 1)
/linux/arch/sparc/include/asm/
H A Dpgtable_64.h934 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
946 #define set_ptes set_ptes macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h637 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
650 #define set_ptes set_ptes macro
/linux/include/linux/
H A Dpgtable.h391 #ifndef set_ptes
410 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
424 #define set_pte_at(mm, addr, ptep, pte) set_ptes(mm, addr, ptep, pte, 1)
/linux/arch/arm64/include/asm/
H A Dpgtable.h1763 #define set_ptes set_ptes macro
1764 static __always_inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
1918 #define set_ptes __set_ptes macro
/linux/mm/
H A Drmap.c2249 set_ptes(mm, address, pvmw.pte, pteval, nr_pages); in try_to_unmap_one()
2262 set_ptes(mm, address, pvmw.pte, pteval, nr_pages); in try_to_unmap_one()
H A Dmremap.c304 set_ptes(mm, new_addr, new_ptep, pte, nr_ptes); in move_ptes()
H A Dmemory.c1115 set_ptes(dst_vma->vm_mm, addr, dst_pte, pte, nr); in __copy_present_ptes()
5055 set_ptes(vma->vm_mm, address, ptep, pte, nr_pages); in do_swap_page()
5317 set_ptes(vma->vm_mm, addr, vmf->pte, entry, nr_pages); in do_anonymous_page()
5527 set_ptes(vma->vm_mm, addr, vmf->pte, entry, nr); in set_pte_range()
H A Dhuge_memory.c3256 set_ptes(mm, haddr, pte, entry, HPAGE_PMD_NR); in __split_huge_pmd_locked()
/linux/arch/arm64/mm/
H A Dmmu.c2167 set_ptes(vma->vm_mm, addr, ptep, pte, nr); in modify_prot_commit_ptes()