Searched defs:pte_mkhuge (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
H A Dpgtable.h97 static inline pte_t pte_mkhuge(pte_t pte) { pte_mkhuge() function
/linux-4.4.14/arch/mips/include/asm/
H A Dpgtable.h388 static inline pte_t pte_mkhuge(pte_t pte) pte_mkhuge() function
/linux-4.4.14/arch/sh/include/asm/
H A Dpgtable_64.h271 static inline pte_t pte_mkhuge(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_SZHUGE)); return pte; } pte_mkspecial() function
/linux-4.4.14/arch/metag/include/asm/
H A Dpgtable.h137 static inline pte_t pte_mkhuge(pte_t pte) { return pte; } pte_mkhuge() function
/linux-4.4.14/arch/hexagon/include/asm/
H A Dpgtable.h180 #define pte_mkhuge(pte) __pte((pte_val(pte) & ~0x3) | HVM_HUGEPAGE_SIZE) macro
/linux-4.4.14/arch/arm/include/asm/
H A Dpgtable-3level.h209 #define pte_mkhuge(pte) (__pte(pte_val(pte) & ~PTE_TABLE_BIT)) macro
/linux-4.4.14/arch/tile/include/asm/
H A Dpgtable.h214 #define pte_mkhuge hv_pte_set_page macro
/linux-4.4.14/arch/x86/include/asm/
H A Dpgtable.h233 static inline pte_t pte_mkhuge(pte_t pte) pte_mkhuge() function
/linux-4.4.14/arch/sparc/include/asm/
H A Dpgtable_64.h396 static inline pte_t pte_mkhuge(pte_t pte) pte_mkhuge() function
/linux-4.4.14/arch/parisc/include/asm/
H A Dpgtable.h375 #define pte_mkhuge(pte) (__pte(pte_val(pte) | \ pte_mkspecial() macro
379 #define pte_mkhuge(pte) (pte) pte_mkspecial() macro
/linux-4.4.14/arch/ia64/include/asm/
H A Dpgtable.h312 #define pte_mkhuge(pte) (__pte(pte_val(pte))) macro
/linux-4.4.14/arch/arm64/include/asm/
H A Dpgtable.h297 #define pte_mkhuge(pte) (__pte(pte_val(pte) & ~PTE_TABLE_BIT)) macro
/linux-4.4.14/arch/s390/include/asm/
H A Dpgtable.h969 static inline pte_t pte_mkhuge(pte_t pte) pte_mkhuge() function

Completed in 532 milliseconds