Searched refs:pte_mkwrite_novma (Results 26 - 33 of 33) sorted by relevance

12

/linux-master/arch/riscv/include/asm/
H A Dpgtable.h402 static inline pte_t pte_mkwrite_novma(pte_t pte) function
706 return pte_pmd(pte_mkwrite_novma(pmd_pte(pmd)));
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h400 static inline pte_t pte_mkwrite_novma(pte_t pte) function
/linux-master/arch/x86/mm/
H A Dpgtable.c895 pte = pte_mkwrite_novma(pte);
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h190 static inline pte_t pte_mkwrite_novma(pte_t pte) function
553 #define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd)))
/linux-master/include/linux/
H A Dpgtable.h802 return pte_mkwrite_novma(pte);
/linux-master/arch/x86/include/asm/
H A Dpgtable.h439 static inline pte_t pte_mkwrite_novma(pte_t pte) function
/linux-master/arch/x86/xen/
H A Dmmu_pv.c169 ptev = pte_mkwrite_novma(*pte);
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1024 static inline pte_t pte_mkwrite_novma(pte_t pte) function

Completed in 224 milliseconds

12