Home
last modified time | relevance | path

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

/linux/mm/
H A Ddebug_vm_pgtable.c180 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...]
H A Dshmem.c692 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()
H A Dhuge_memory.c911 if (!has_transparent_hugepage()) { in hugepage_init()
/linux/drivers/dax/
H A Ddax-private.h122 if (align == PMD_SIZE && has_transparent_hugepage()) in dax_align_valid()
/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/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/include/linux/
H A Dpgtable.h2210 #ifndef has_transparent_hugepage
2211 #define has_transparent_hugepage() IS_BUILTIN(CONFIG_TRANSPARENT_HUGEPAGE) macro