Home
last modified time | relevance | path

Searched refs:set_ptes (Results 1 – 8 of 8) 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/parisc/include/asm/
H A Dpgtable.h368 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
383 #define set_ptes set_ptes macro
384 #define set_pte_at(mm, addr, ptep, pte) set_ptes(mm, addr, ptep, pte, 1)
/linux/arch/riscv/include/asm/
H A Dpgtable.h632 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes()
645 #define set_ptes set_ptes
622 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, set_ptes() function
635 #define set_ptes set_ptes global() macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h1774 #define set_ptes set_ptes macro
1775 static __always_inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
1961 #define set_ptes __set_ptes
1933 #define set_ptes __set_ptes global() macro
/linux/arch/s390/include/asm/
H A Dpgtable.h1361 static inline void set_ptes(struct mm_struct *mm, unsigned long addr,
1373 #define set_ptes set_ptes in pmd_deref()
1332 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, set_ptes() function
1346 #define set_ptes set_ptes global() macro
/linux/mm/
H A Drmap.c2264 set_ptes(mm, address, pvmw.pte, pteval, nr_pages); in try_to_unmap_one()
2277 set_ptes(mm, address, pvmw.pte, pteval, nr_pages); in try_to_unmap_one()
H A Dmemory.c1118 set_ptes(dst_vma->vm_mm, addr, dst_pte, pte, nr); in __copy_present_ptes()
5089 set_ptes(vma->vm_mm, address, ptep, pte, nr_pages); in do_swap_page()
5267 set_ptes(vma->vm_mm, addr, pte, entry, nr_pages); in alloc_anon_folio()
5588 set_ptes(vma->vm_mm, addr, vmf->pte, entry, nr); in do_set_pmd()
H A Dhuge_memory.c3300 set_ptes(mm, haddr, pte, entry, HPAGE_PMD_NR); in __split_huge_pmd_locked()