Searched defs:pmd_mkhuge (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/arc/include/asm/
H A Dhugepage.h35 #define pmd_mkhuge(pmd) pte_pmd(pte_mkhuge(pmd_pte(pmd))) macro
/linux-master/arch/mips/include/asm/
H A Dpgtable.h633 static inline pmd_t pmd_mkhuge(pmd_t pmd) function
/linux-master/arch/arm/include/asm/
H A Dpgtable-3level.h209 #define pmd_mkhuge(pmd) (__pmd(pmd_val(pmd) & ~PMD_TABLE_BIT)) macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h494 static inline pmd_t pmd_mkhuge(pmd_t pmd) function
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h441 static inline pmd_t pmd_mkhuge(pmd_t pmd) function
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h632 static inline pmd_t pmd_mkhuge(pmd_t pmd) function
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h524 #define pmd_mkhuge(pmd) (__pmd(pmd_val(pmd) & ~PMD_TABLE_BIT)) macro
/linux-master/arch/x86/include/asm/
H A Dpgtable.h583 static inline pmd_t pmd_mkhuge(pmd_t pmd) function
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1733 static inline pmd_t pmd_mkhuge(pmd_t pmd) function
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1259 static inline pmd_t pmd_mkhuge(pmd_t pmd) function

Completed in 183 milliseconds