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.h1857 #define wrprotect_ptes wrprotect_ptes macro
1858 static __always_inline void wrprotect_ptes(struct mm_struct *mm, in wrprotect_ptes() function
1885 wrprotect_ptes(mm, addr, ptep, 1); in ptep_set_wrprotect()
1930 #define wrprotect_ptes __wrprotect_ptes macro
/linux/include/linux/ !
H A Dpgtable.h1040 #ifndef wrprotect_ptes
1058 static inline void wrprotect_ptes(struct mm_struct *mm, unsigned long addr, in wrprotect_ptes() function
/linux/mm/ !
H A Dmemory.c1103 wrprotect_ptes(src_mm, addr, src_pte, nr); in __copy_present_ptes()