Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/mm/
Dtlb-r4k.c425 int has_transparent_hugepage(void) in has_transparent_hugepage() function
/linux-6.1.9/arch/mips/include/asm/
Dpgtable.h572 #define has_transparent_hugepage has_transparent_hugepage macro
/linux-6.1.9/arch/x86/include/asm/
Dpgtable.h247 #define has_transparent_hugepage has_transparent_hugepage macro
248 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1199 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
1205 #define has_transparent_hugepage has_transparent_hugepage macro
/linux-6.1.9/arch/s390/include/asm/
Dpgtable.h1720 #define has_transparent_hugepage has_transparent_hugepage macro
1721 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/linux-6.1.9/include/linux/
Dpgtable.h1631 #define has_transparent_hugepage() IS_BUILTIN(CONFIG_TRANSPARENT_HUGEPAGE) macro