Home
last modified time | relevance | path

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

/Linux-v6.6/arch/mips/mm/
Dtlb-r4k.c433 int has_transparent_hugepage(void) in has_transparent_hugepage() function
/Linux-v6.6/arch/mips/include/asm/
Dpgtable.h625 #define has_transparent_hugepage has_transparent_hugepage macro
/Linux-v6.6/arch/x86/include/asm/
Dpgtable.h283 #define has_transparent_hugepage has_transparent_hugepage macro
284 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/Linux-v6.6/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1154 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
1160 #define has_transparent_hugepage has_transparent_hugepage macro
/Linux-v6.6/arch/s390/include/asm/
Dpgtable.h1798 #define has_transparent_hugepage has_transparent_hugepage macro
1799 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/Linux-v6.6/include/linux/
Dpgtable.h1585 #define has_transparent_hugepage() IS_BUILTIN(CONFIG_TRANSPARENT_HUGEPAGE) macro