Home
last modified time | relevance | path

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

/linux/arch/arc/include/asm/
H A Dhugepage.h31 #define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd))) macro
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst118 | pmd_mkwrite_novma | Creates a writable PMD, of the conventional type |
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1056 #define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd))) macro