Home
last modified time | relevance | path

Searched refs:ptep_set_wrprotect (Results 1 – 25 of 25) sorted by relevance

/linux-4.4.14/arch/arm/include/asm/
Dhugetlb-3level.h55 ptep_set_wrprotect(mm, addr, ptep); in huge_ptep_set_wrprotect()
/linux-4.4.14/arch/powerpc/include/asm/
Dpgtable-ppc32.h255 static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long addr, in ptep_set_wrprotect() function
263 ptep_set_wrprotect(mm, addr, ptep); in huge_ptep_set_wrprotect()
Dpgtable-ppc64.h262 static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long addr, in ptep_set_wrprotect() function
/linux-4.4.14/arch/ia64/include/asm/
Dhugetlb.h53 ptep_set_wrprotect(mm, addr, ptep); in huge_ptep_set_wrprotect()
Dpgtable.h437 ptep_set_wrprotect(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in ptep_set_wrprotect() function
/linux-4.4.14/arch/metag/include/asm/
Dhugetlb.h55 ptep_set_wrprotect(mm, addr, ptep); in huge_ptep_set_wrprotect()
/linux-4.4.14/arch/tile/include/asm/
Dpgtable_32.h98 extern void ptep_set_wrprotect(struct mm_struct *,
Dhugetlb.h82 ptep_set_wrprotect(mm, addr, ptep); in huge_ptep_set_wrprotect()
Dpgtable_64.h156 static inline void ptep_set_wrprotect(struct mm_struct *mm, in ptep_set_wrprotect() function
Dpgtable.h413 ptep_set_wrprotect(mm, address, pmdp_ptep(pmdp)); in pmdp_set_wrprotect()
/linux-4.4.14/arch/sh/include/asm/
Dhugetlb.h67 ptep_set_wrprotect(mm, addr, ptep); in huge_ptep_set_wrprotect()
/linux-4.4.14/arch/arm64/include/asm/
Dhugetlb.h44 ptep_set_wrprotect(mm, addr, ptep); in huge_ptep_set_wrprotect()
Dpgtable.h621 static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long address, pte_t *ptep) in ptep_set_wrprotect() function
645 ptep_set_wrprotect(mm, address, (pte_t *)pmdp); in pmdp_set_wrprotect()
/linux-4.4.14/arch/x86/include/asm/
Dhugetlb.h69 ptep_set_wrprotect(mm, addr, ptep); in huge_ptep_set_wrprotect()
Dpgtable.h794 static inline void ptep_set_wrprotect(struct mm_struct *mm, in ptep_set_wrprotect() function
/linux-4.4.14/arch/mips/include/asm/
Dhugetlb.h87 ptep_set_wrprotect(mm, addr, ptep); in huge_ptep_set_wrprotect()
/linux-4.4.14/arch/m32r/include/asm/
Dpgtable.h257 static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in ptep_set_wrprotect() function
/linux-4.4.14/arch/xtensa/include/asm/
Dpgtable.h353 ptep_set_wrprotect(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in ptep_set_wrprotect() function
/linux-4.4.14/include/asm-generic/
Dpgtable.h186 static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long address, pte_t *ptep) in ptep_set_wrprotect() function
/linux-4.4.14/arch/tile/mm/
Dpgtable.c317 void ptep_set_wrprotect(struct mm_struct *mm, in ptep_set_wrprotect() function
/linux-4.4.14/arch/mn10300/include/asm/
Dpgtable.h364 void ptep_set_wrprotect(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in ptep_set_wrprotect() function
/linux-4.4.14/arch/frv/include/asm/
Dpgtable.h402 static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in ptep_set_wrprotect() function
/linux-4.4.14/arch/parisc/include/asm/
Dpgtable.h503 static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in ptep_set_wrprotect() function
/linux-4.4.14/arch/s390/include/asm/
Dpgtable.h1240 static inline pte_t ptep_set_wrprotect(struct mm_struct *mm, in ptep_set_wrprotect() function
/linux-4.4.14/mm/
Dmemory.c901 ptep_set_wrprotect(src_mm, addr, src_pte); in copy_one_pte()