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.h1098 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
1104 #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.h316 #define has_transparent_hugepage has_transparent_hugepage macro
317 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/linux/arch/s390/include/asm/
H A Dpgtable.h1884 #define has_transparent_hugepage has_transparent_hugepage macro
1885 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/linux/include/linux/
H A Dpgtable.h1977 #define has_transparent_hugepage() IS_BUILTIN(CONFIG_TRANSPARENT_HUGEPAGE) macro