Searched refs:pmd_mkwrite_novma (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/arc/include/asm/
H A Dhugepage.h31 #define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd))) macro
/linux-master/arch/s390/mm/
H A Dpageattr.c159 new = pmd_mkwrite_novma(pmd_mkdirty(new));
/linux-master/arch/mips/include/asm/
H A Dpgtable.h649 static inline pmd_t pmd_mkwrite_novma(pmd_t pmd) function
/linux-master/arch/x86/mm/
H A Dpgtable.c903 pmd = pmd_mkwrite_novma(pmd);
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h509 static inline pmd_t pmd_mkwrite_novma(pmd_t pmd) function
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h777 static inline pmd_t pmd_mkwrite_novma(pmd_t pmd) function
/linux-master/include/linux/
H A Dpgtable.h736 return pmd_mkwrite_novma(pmd);
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1052 #define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd))) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h700 static inline pmd_t pmd_mkwrite_novma(pmd_t pmd) function
/linux-master/arch/x86/include/asm/
H A Dpgtable.h593 static inline pmd_t pmd_mkwrite_novma(pmd_t pmd) function
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h507 #define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd))) macro
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1505 static inline pmd_t pmd_mkwrite_novma(pmd_t pmd) function

Completed in 346 milliseconds