Searched refs:has_transparent_hugepage (Results 1 – 7 of 7) sorted by relevance
180 if (!has_transparent_hugepage()) in pmd_basic_tests() 225 if (!has_transparent_hugepage()) in pmd_advanced_tests() 286 if (!has_transparent_hugepage()) in pmd_leaf_tests() 691 if (!has_transparent_hugepage()) in pmd_protnone_tests() 740 if (!has_transparent_hugepage()) in pmd_soft_dirty_tests() 757 if (!has_transparent_hugepage()) in pmd_leaf_soft_dirty_tests() 828 if (!has_transparent_hugepage()) in pmd_softleaf_tests() 909 if (!has_transparent_hugepage()) in pmd_thp_tests() 1000 has_transparent_hugepage() && in destroy_args() 1252 has_transparent_hugepage()) { in init_args() [all...]
692 if (!has_transparent_hugepage() && in shmem_parse_huge() 4686 has_transparent_hugepage())) in shmem_parse_one() 5472 if (has_transparent_hugepage() && shmem_huge > SHMEM_HUGE_DENY) in shmem_init()
911 if (!has_transparent_hugepage()) { in hugepage_init()
122 if (align == PMD_SIZE && has_transparent_hugepage()) in dax_align_valid()
437 int has_transparent_hugepage(void) in has_transparent_hugepage() function453 EXPORT_SYMBOL(has_transparent_hugepage);
97 if (has_transparent_hugepage()) { in nd_pfn_supported_alignments()112 if (has_transparent_hugepage()) in nd_pfn_default_alignment()
2210 #ifndef has_transparent_hugepage2211 #define has_transparent_hugepage() IS_BUILTIN(CONFIG_TRANSPARENT_HUGEPAGE) macro