Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/include/asm/
H A Dpgtable.h46 void set_ptes(struct mm_struct *mm, unsigned long addr, pte_t *ptep,
48 #define set_ptes set_ptes macro
/linux-6.15/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-6.15/arch/um/include/asm/
H A Dpgtable.h239 #define set_ptes set_ptes macro
240 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
/linux-6.15/arch/arm/include/asm/
H A Dpgtable.h213 void set_ptes(struct mm_struct *mm, unsigned long addr,
215 #define set_ptes set_ptes macro
/linux-6.15/arch/parisc/include/asm/
H A Dpgtable.h385 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
400 #define set_ptes set_ptes macro
/linux-6.15/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-6.15/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-6.15/arch/riscv/include/asm/
H A Dpgtable.h574 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
587 #define set_ptes set_ptes macro
/linux-6.15/arch/sparc/include/asm/
H A Dpgtable_64.h936 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
948 #define set_ptes set_ptes macro
/linux-6.15/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-6.15/arch/arm64/include/asm/
H A Dpgtable.h1690 #define set_ptes set_ptes macro
1691 static __always_inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
1834 #define set_ptes __set_ptes macro
/linux-6.15/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-6.15/arch/s390/include/asm/
H A Dpgtable.h1413 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
1437 #define set_ptes set_ptes macro
/linux-6.15/mm/
H A Drmap.c2124 set_ptes(mm, address, pvmw.pte, pteval, nr_pages); in try_to_unmap_one()
2137 set_ptes(mm, address, pvmw.pte, pteval, nr_pages); in try_to_unmap_one()
H A Dmemory.c961 set_ptes(dst_vma->vm_mm, addr, dst_pte, pte, nr); in __copy_present_ptes()
4788 set_ptes(vma->vm_mm, address, ptep, pte, nr_pages); in do_swap_page()
5051 set_ptes(vma->vm_mm, addr, vmf->pte, entry, nr_pages); in do_anonymous_page()
5258 set_ptes(vma->vm_mm, addr, vmf->pte, entry, nr); in set_pte_range()
H A Dhuge_memory.c3062 set_ptes(mm, haddr, pte, entry, HPAGE_PMD_NR); in __split_huge_pmd_locked()
/linux-6.15/arch/arm/mm/
H A Dmmu.c1799 void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function