Home
last modified time | relevance | path

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

/linux/mm/
H A Ddebug_vm_pgtable.c173 if (!has_transparent_hugepage()) in pmd_basic_tests()
211 if (!has_transparent_hugepage()) in pmd_advanced_tests()
272 if (!has_transparent_hugepage()) in pmd_leaf_tests()
677 if (!has_transparent_hugepage()) in pmd_protnone_tests()
724 if (!has_transparent_hugepage()) in pmd_soft_dirty_tests()
741 if (!has_transparent_hugepage()) in pmd_swap_soft_dirty_tests()
804 if (!has_transparent_hugepage()) in pmd_swap_tests()
884 if (!has_transparent_hugepage()) in pmd_thp_tests()
971 has_transparent_hugepage() && in destroy_args()
1224 has_transparent_hugepage()) { in init_args()
[all...]
H A Dshmem.c712 if (!has_transparent_hugepage() && in shmem_parse_huge()
4713 has_transparent_hugepage())) in shmem_parse_one()
5494 if (has_transparent_hugepage() && shmem_huge > SHMEM_HUGE_DENY) in shmem_init()
H A Dhuge_memory.c887 if (!has_transparent_hugepage()) { in hugepage_init()
/linux/arch/mips/include/asm/
H A Dpgtable.h619 #define has_transparent_hugepage has_transparent_hugepage macro
620 extern int has_transparent_hugepage(void);
/linux/arch/mips/mm/
H A Dtlb-r4k.c433 int has_transparent_hugepage(void) in has_transparent_hugepage() function
449 EXPORT_SYMBOL(has_transparent_hugepage);
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1098 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
1104 #define has_transparent_hugepage has_transparent_hugepage macro
/linux/arch/x86/include/asm/
H A Dpgtable.h316 #define has_transparent_hugepage has_transparent_hugepage macro
317 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/linux/include/linux/
H A Dpgtable.h1976 #ifndef has_transparent_hugepage
1977 #define has_transparent_hugepage() IS_BUILTIN(CONFIG_TRANSPARENT_HUGEPAGE) macro
/linux/Documentation/filesystems/
H A Dtmpfs.rst113 your system (has_transparent_hugepage(), which is architecture specific).
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c1319 return i915->mm.gemfs && has_transparent_hugepage(); in igt_can_allocate_thp()