Home
last modified time | relevance | path

Searched refs:wrprotect_ptes (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dpgtable.h1872 #define wrprotect_ptes wrprotect_ptes macro
1873 static __always_inline void wrprotect_ptes(struct mm_struct *mm, in wrprotect_ptes() function
1900 wrprotect_ptes(mm, addr, ptep, 1); in ptep_set_wrprotect()
1945 #define wrprotect_ptes __wrprotect_ptes macro
/linux/include/linux/
H A Dpgtable.h1039 #ifndef wrprotect_ptes
1057 static inline void wrprotect_ptes(struct mm_struct *mm, unsigned long addr, in wrprotect_ptes() function
/linux/mm/
H A Dmemory.c1090 wrprotect_ptes(src_mm, addr, src_pte, nr); in __copy_present_ptes()