Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dpgtable.h44 void set_ptes(struct mm_struct *mm, unsigned long addr, pte_t *ptep,
46 #define set_ptes set_ptes macro
/openbmc/linux/arch/nios2/include/asm/
H A Dpgtable.h181 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
195 #define set_ptes set_ptes macro
/openbmc/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
/openbmc/linux/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
/openbmc/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
/openbmc/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()
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable.h531 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
544 #define set_ptes set_ptes macro
/openbmc/linux/arch/sparc/include/asm/
H A Dpgtable_64.h931 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
945 #define set_ptes set_ptes macro
/openbmc/linux/include/linux/
H A Dpgtable.h208 #ifndef set_ptes
231 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
247 #define set_pte_at(mm, addr, ptep, pte) set_ptes(mm, addr, ptep, pte, 1)
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h349 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
363 #define set_ptes set_ptes macro
/openbmc/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
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h1331 static inline void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
1355 #define set_ptes set_ptes macro
/openbmc/linux/arch/arm/mm/
H A Dmmu.c1809 void set_ptes(struct mm_struct *mm, unsigned long addr, in set_ptes() function
/openbmc/linux/mm/
H A Dmemory.c4409 set_ptes(vma->vm_mm, addr, vmf->pte, entry, nr); in set_pte_range()