Home
last modified time | relevance | path

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

/linux/arch/mips/mm/
H A Dtlb-r4k.c437 int has_transparent_hugepage(void) in has_transparent_hugepage() function
453 EXPORT_SYMBOL(has_transparent_hugepage);
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1125 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
1131 #define has_transparent_hugepage has_transparent_hugepage macro
/linux/drivers/nvdimm/
H A Dpfn_devs.c97 if (has_transparent_hugepage()) { in nd_pfn_supported_alignments()
112 if (has_transparent_hugepage()) in nd_pfn_default_alignment()
/linux/arch/x86/include/asm/
H A Dpgtable.h309 #define has_transparent_hugepage has_transparent_hugepage macro
310 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/linux/arch/s390/include/asm/
H A Dpgtable.h1802 #define has_transparent_hugepage has_transparent_hugepage macro
1803 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/linux/mm/
H A Dhuge_memory.c972 if (!has_transparent_hugepage()) { in hugepage_init()