Home
last modified time | relevance | path

Searched refs:pmd_mkwrite_novma (Results 1 – 13 of 13) sorted by relevance

/linux-6.12.1/arch/arc/include/asm/
Dhugepage.h31 #define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd))) macro
/linux-6.12.1/Documentation/mm/
Darch_pgtable_helpers.rst124 | pmd_mkwrite_novma | Creates a writable PMD, of the conventional type |
/linux-6.12.1/arch/s390/mm/
Dpageattr.c159 new = pmd_mkwrite_novma(pmd_mkdirty(new)); in modify_pmd_page()
/linux-6.12.1/arch/loongarch/include/asm/
Dpgtable.h495 static inline pmd_t pmd_mkwrite_novma(pmd_t pmd) in pmd_mkwrite_novma() function
/linux-6.12.1/arch/x86/mm/
Dpgtable.c917 pmd = pmd_mkwrite_novma(pmd); in pmd_mkwrite()
/linux-6.12.1/arch/mips/include/asm/
Dpgtable.h649 static inline pmd_t pmd_mkwrite_novma(pmd_t pmd) function
/linux-6.12.1/arch/riscv/include/asm/
Dpgtable.h735 static inline pmd_t pmd_mkwrite_novma(pmd_t pmd) in pmd_mkwrite_novma() function
/linux-6.12.1/arch/sparc/include/asm/
Dpgtable_64.h777 static inline pmd_t pmd_mkwrite_novma(pmd_t pmd) in pmd_mkwrite_novma() function
/linux-6.12.1/include/linux/
Dpgtable.h820 return pmd_mkwrite_novma(pmd); in pmd_mkwrite()
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1054 #define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd))) macro
/linux-6.12.1/arch/x86/include/asm/
Dpgtable.h628 static inline pmd_t pmd_mkwrite_novma(pmd_t pmd) in pmd_mkwrite_novma() function
/linux-6.12.1/arch/s390/include/asm/
Dpgtable.h1558 static inline pmd_t pmd_mkwrite_novma(pmd_t pmd) in pmd_mkwrite_novma() function
/linux-6.12.1/arch/arm64/include/asm/
Dpgtable.h577 #define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd))) macro