Home
last modified time | relevance | path

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

/linux-6.8/arch/mips/mm/
Dtlb-r4k.c433 int has_transparent_hugepage(void) in has_transparent_hugepage() function
/linux-6.8/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1125 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
1131 #define has_transparent_hugepage has_transparent_hugepage macro
/linux-6.8/arch/mips/include/asm/
Dpgtable.h625 #define has_transparent_hugepage has_transparent_hugepage macro
/linux-6.8/arch/x86/include/asm/
Dpgtable.h284 #define has_transparent_hugepage has_transparent_hugepage macro
285 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/linux-6.8/arch/s390/include/asm/
Dpgtable.h1800 #define has_transparent_hugepage has_transparent_hugepage macro
1801 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/linux-6.8/include/linux/
Dpgtable.h1613 #define has_transparent_hugepage() IS_BUILTIN(CONFIG_TRANSPARENT_HUGEPAGE) macro