Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dpgtable.h34 void set_ptes(struct mm_struct *mm, unsigned long addr, pte_t *ptep,
36 #define set_ptes set_ptes macro
/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/arm/include/asm/
H A Dpgtable.h212 void set_ptes(struct mm_struct *mm, unsigned long addr,
214 #define set_ptes set_ptes macro
/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/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.c259 set_ptes(mm, addr, ptep, pte, 1); in set_huge_pte_at()
264 set_ptes(mm, addr, ptep, pte, 1); in set_huge_pte_at()
/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.h627 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
640 #define set_ptes set_ptes macro
/linux/include/linux/
H A Dpgtable.h270 #ifndef set_ptes
289 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
303 #define set_pte_at(mm, addr, ptep, pte) set_ptes(mm, addr, ptep, pte, 1)
/linux/arch/arm64/include/asm/
H A Dpgtable.h1793 #define set_ptes set_ptes macro
1794 static __always_inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
1937 #define set_ptes __set_ptes macro
/linux/arch/powerpc/mm/
H A Dpgtable.c192 void set_ptes(struct mm_struct *mm, unsigned long addr, pte_t *ptep, in set_ptes() function
/linux/arch/s390/include/asm/
H A Dpgtable.h1404 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
1428 #define set_ptes set_ptes macro
/linux/mm/
H A Drmap.c2130 set_ptes(mm, address, pvmw.pte, pteval, nr_pages); in try_to_unmap_one()
2143 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.c1102 set_ptes(dst_vma->vm_mm, addr, dst_pte, pte, nr); in __copy_present_ptes()
5013 set_ptes(vma->vm_mm, address, ptep, pte, nr_pages); in do_swap_page()
5276 set_ptes(vma->vm_mm, addr, vmf->pte, entry, nr_pages); in do_anonymous_page()
5486 set_ptes(vma->vm_mm, addr, vmf->pte, entry, nr); in set_pte_range()
H A Dhuge_memory.c3252 set_ptes(mm, haddr, pte, entry, HPAGE_PMD_NR); in __split_huge_pmd_locked()
/linux/arch/arm/mm/
H A Dmmu.c1799 void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
/linux/arch/arm64/mm/
H A Dmmu.c2167 set_ptes(vma->vm_mm, addr, ptep, pte, nr); in modify_prot_commit_ptes()