Home
last modified time | relevance | path

Searched refs:pmd_mkyoung (Results 1 – 8 of 8) sorted by relevance

/arch/arc/include/asm/
Dhugepage.h31 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd))) macro
/arch/tile/include/asm/
Dpgtable.h470 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd))) macro
/arch/s390/include/asm/
Dpgtable.h1305 static inline pmd_t pmd_mkyoung(pmd_t pmd) in pmd_mkyoung() function
1437 entry = pmd_mkyoung(entry); in pmdp_set_access_flags()
/arch/mips/include/asm/
Dpgtable.h608 static inline pmd_t pmd_mkyoung(pmd_t pmd) function
/arch/arm64/include/asm/
Dpgtable.h330 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd))) macro
/arch/sparc/include/asm/
Dpgtable_64.h756 static inline pmd_t pmd_mkyoung(pmd_t pmd) in pmd_mkyoung() function
/arch/x86/include/asm/
Dpgtable.h403 static inline pmd_t pmd_mkyoung(pmd_t pmd) in pmd_mkyoung() function
/arch/powerpc/include/asm/book3s/64/
Dpgtable.h990 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd))) macro