Searched refs:has_transparent_hugepage (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/dax/
H A Ddax-private.h106 if (align == PMD_SIZE && has_transparent_hugepage())
/linux-master/mm/
H A Ddebug_vm_pgtable.c186 if (!has_transparent_hugepage())
224 if (!has_transparent_hugepage())
285 if (!has_transparent_hugepage())
704 if (!has_transparent_hugepage())
730 if (!has_transparent_hugepage())
795 if (!has_transparent_hugepage())
812 if (!has_transparent_hugepage())
877 if (!has_transparent_hugepage())
963 if (!has_transparent_hugepage())
1049 has_transparent_hugepage()
[all...]
H A Dshmem.c4006 has_transparent_hugepage()))
4686 if (has_transparent_hugepage() && shmem_huge > SHMEM_HUGE_DENY)
4745 if (!has_transparent_hugepage() &&
H A Dhuge_memory.c678 if (!has_transparent_hugepage()) {
/linux-master/arch/mips/include/asm/
H A Dpgtable.h625 #define has_transparent_hugepage has_transparent_hugepage macro
626 extern int has_transparent_hugepage(void);
/linux-master/arch/mips/mm/
H A Dtlb-r4k.c433 int has_transparent_hugepage(void) function
449 EXPORT_SYMBOL(has_transparent_hugepage); variable
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1115 static inline int has_transparent_hugepage(void) function
1121 #define has_transparent_hugepage has_transparent_hugepage macro
/linux-master/arch/x86/include/asm/
H A Dpgtable.h283 #define has_transparent_hugepage has_transparent_hugepage macro
284 static inline int has_transparent_hugepage(void) function
/linux-master/drivers/nvdimm/
H A Dpfn_devs.c101 if (has_transparent_hugepage()) {
116 if (has_transparent_hugepage())
/linux-master/include/linux/
H A Dpgtable.h1739 #ifndef has_transparent_hugepage
1740 #define has_transparent_hugepage() IS_BUILTIN(CONFIG_TRANSPARENT_HUGEPAGE) macro
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1802 #define has_transparent_hugepage has_transparent_hugepage macro
1803 static inline int has_transparent_hugepage(void) function
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c1319 return i915->mm.gemfs && has_transparent_hugepage();

Completed in 273 milliseconds