Home
last modified time | relevance | path

Searched defs:has_transparent_hugepage (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1117 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
1123 #define has_transparent_hugepage has_transparent_hugepage macro
/linux/arch/mips/include/asm/
H A Dpgtable.h619 #define has_transparent_hugepage has_transparent_hugepage macro
/linux/arch/x86/include/asm/
H A Dpgtable.h317 #define has_transparent_hugepage has_transparent_hugepage macro
318 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/linux/arch/s390/include/asm/
H A Dpgtable.h1878 #define has_transparent_hugepage has_transparent_hugepage macro
1879 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/linux/include/linux/
H A Dpgtable.h1854 #define has_transparent_hugepage() IS_BUILTIN(CONFIG_TRANSPARENT_HUGEPAGE) macro