Searched refs:has_transparent_hugepage (Results 1 – 12 of 12) sorted by relevance
183 if (!has_transparent_hugepage()) in pmd_basic_tests()221 if (!has_transparent_hugepage()) in pmd_advanced_tests()282 if (!has_transparent_hugepage()) in pmd_leaf_tests()302 if (!has_transparent_hugepage()) in pud_basic_tests()343 if (!has_transparent_hugepage()) in pud_advanced_tests()405 if (!has_transparent_hugepage()) in pud_leaf_tests()690 if (!has_transparent_hugepage()) in pmd_protnone_tests()716 if (!has_transparent_hugepage()) in pmd_devmap_tests()729 if (!has_transparent_hugepage()) in pud_devmap_tests()781 if (!has_transparent_hugepage()) in pmd_soft_dirty_tests()[all …]
3545 has_transparent_hugepage())) in shmem_parse_one()4081 if (has_transparent_hugepage() && shmem_huge > SHMEM_HUGE_DENY) in shmem_init()4138 if (!has_transparent_hugepage() && in shmem_enabled_store()
462 if (!has_transparent_hugepage()) { in hugepage_init()
96 if (align == PMD_SIZE && has_transparent_hugepage()) in dax_align_valid()
425 int has_transparent_hugepage(void) in has_transparent_hugepage() function441 EXPORT_SYMBOL(has_transparent_hugepage);
605 #define has_transparent_hugepage has_transparent_hugepage macro606 extern int has_transparent_hugepage(void);
1128 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function1134 #define has_transparent_hugepage has_transparent_hugepage macro
247 #define has_transparent_hugepage has_transparent_hugepage macro248 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
101 if (has_transparent_hugepage()) { in nd_pfn_supported_alignments()116 if (has_transparent_hugepage()) in nd_pfn_default_alignment()
1595 #ifndef has_transparent_hugepage1596 #define has_transparent_hugepage() IS_BUILTIN(CONFIG_TRANSPARENT_HUGEPAGE) macro
1786 #define has_transparent_hugepage has_transparent_hugepage macro1787 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
1261 return i915->mm.gemfs && has_transparent_hugepage();
Completed in 43 milliseconds