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

12

/linux-master/arch/riscv/include/asm/
H A Dpgtable.h399 static inline pte_t pte_mkwrite_novma(pte_t pte) function
702 return pte_pmd(pte_mkwrite_novma(pmd_pte(pmd)));
/linux-master/arch/x86/mm/
H A Dpgtable.c893 pte = pte_mkwrite_novma(pte);
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h400 static inline pte_t pte_mkwrite_novma(pte_t pte) function
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h194 static inline pte_t pte_mkwrite_novma(pte_t pte) function
507 #define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd)))
/linux-master/include/linux/
H A Dpgtable.h729 return pte_mkwrite_novma(pte);
/linux-master/arch/x86/include/asm/
H A Dpgtable.h454 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.h1006 static inline pte_t pte_mkwrite_novma(pte_t pte) function

Completed in 177 milliseconds

12