Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/asm/
Dhugetlb-3level.h55 ptep_set_wrprotect(mm, addr, ptep); in huge_ptep_set_wrprotect()
/linux-4.1.27/arch/powerpc/include/asm/
Dpgtable-ppc32.h274 static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long addr, in ptep_set_wrprotect() function
282 ptep_set_wrprotect(mm, addr, ptep); in huge_ptep_set_wrprotect()
Dpgtable-ppc64.h274 static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long addr, in ptep_set_wrprotect() function
/linux-4.1.27/arch/metag/include/asm/
Dhugetlb.h59 ptep_set_wrprotect(mm, addr, ptep); in huge_ptep_set_wrprotect()
/linux-4.1.27/arch/tile/include/asm/
Dpgtable_32.h98 extern void ptep_set_wrprotect(struct mm_struct *,
Dhugetlb.h86 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.1.27/arch/ia64/include/asm/
Dhugetlb.h57 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.1.27/arch/sh/include/asm/
Dhugetlb.h70 ptep_set_wrprotect(mm, addr, ptep); in huge_ptep_set_wrprotect()
/linux-4.1.27/arch/x86/include/asm/
Dhugetlb.h72 ptep_set_wrprotect(mm, addr, ptep); in huge_ptep_set_wrprotect()
Dpgtable.h767 static inline void ptep_set_wrprotect(struct mm_struct *mm, in ptep_set_wrprotect() function
/linux-4.1.27/arch/arm64/include/asm/
Dhugetlb.h48 ptep_set_wrprotect(mm, addr, ptep); in huge_ptep_set_wrprotect()
/linux-4.1.27/arch/mips/include/asm/
Dhugetlb.h91 ptep_set_wrprotect(mm, addr, ptep); in huge_ptep_set_wrprotect()
/linux-4.1.27/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.1.27/arch/xtensa/include/asm/
Dpgtable.h349 ptep_set_wrprotect(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in ptep_set_wrprotect() function
/linux-4.1.27/include/asm-generic/
Dpgtable.h163 static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long address, pte_t *ptep) in ptep_set_wrprotect() function
/linux-4.1.27/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.1.27/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.1.27/arch/tile/mm/
Dpgtable.c317 void ptep_set_wrprotect(struct mm_struct *mm, in ptep_set_wrprotect() function
/linux-4.1.27/arch/parisc/include/asm/
Dpgtable.h484 static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in ptep_set_wrprotect() function
/linux-4.1.27/arch/s390/include/asm/
Dpgtable.h1178 static inline pte_t ptep_set_wrprotect(struct mm_struct *mm, in ptep_set_wrprotect() function
/linux-4.1.27/mm/
Dmemory.c860 ptep_set_wrprotect(src_mm, addr, src_pte); in copy_one_pte()