Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Ddebug_vm_pgtable.c197 if (!has_transparent_hugepage()) in pmd_basic_tests()
235 if (!has_transparent_hugepage()) in pmd_advanced_tests()
296 if (!has_transparent_hugepage()) in pmd_leaf_tests()
316 if (!has_transparent_hugepage()) in pmd_savedwrite_tests()
332 if (!has_transparent_hugepage()) in pud_basic_tests()
373 if (!has_transparent_hugepage()) in pud_advanced_tests()
435 if (!has_transparent_hugepage()) in pud_leaf_tests()
719 if (!has_transparent_hugepage()) in pmd_protnone_tests()
745 if (!has_transparent_hugepage()) in pmd_devmap_tests()
758 if (!has_transparent_hugepage()) in pud_devmap_tests()
[all …]
Dshmem.c3534 has_transparent_hugepage())) in shmem_parse_one()
4055 if (has_transparent_hugepage() && shmem_huge > SHMEM_HUGE_DENY) in shmem_init()
4112 if (!has_transparent_hugepage() && in shmem_enabled_store()
Dhuge_memory.c461 if (!has_transparent_hugepage()) { in hugepage_init()
/linux-6.1.9/drivers/dax/
Ddax-private.h96 if (align == PMD_SIZE && has_transparent_hugepage()) in dax_align_valid()
/linux-6.1.9/arch/mips/include/asm/
Dpgtable.h572 #define has_transparent_hugepage has_transparent_hugepage macro
573 extern int has_transparent_hugepage(void);
/linux-6.1.9/arch/mips/mm/
Dtlb-r4k.c425 int has_transparent_hugepage(void) in has_transparent_hugepage() function
441 EXPORT_SYMBOL(has_transparent_hugepage);
/linux-6.1.9/arch/x86/include/asm/
Dpgtable.h247 #define has_transparent_hugepage has_transparent_hugepage macro
248 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1199 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
1205 #define has_transparent_hugepage has_transparent_hugepage macro
/linux-6.1.9/drivers/nvdimm/
Dpfn_devs.c99 if (has_transparent_hugepage()) { in nd_pfn_supported_alignments()
114 if (has_transparent_hugepage()) in nd_pfn_default_alignment()
/linux-6.1.9/include/linux/
Dpgtable.h1630 #ifndef has_transparent_hugepage
1631 #define has_transparent_hugepage() IS_BUILTIN(CONFIG_TRANSPARENT_HUGEPAGE) macro
/linux-6.1.9/arch/s390/include/asm/
Dpgtable.h1720 #define has_transparent_hugepage has_transparent_hugepage macro
1721 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/linux-6.1.9/drivers/gpu/drm/i915/gem/selftests/
Dhuge_pages.c1252 return i915->mm.gemfs && has_transparent_hugepage(); in igt_can_allocate_thp()