Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Ddebug_vm_pgtable.c186 if (!has_transparent_hugepage()) in pmd_basic_tests()
224 if (!has_transparent_hugepage()) in pmd_advanced_tests()
285 if (!has_transparent_hugepage()) in pmd_leaf_tests()
704 if (!has_transparent_hugepage()) in pmd_protnone_tests()
730 if (!has_transparent_hugepage()) in pmd_devmap_tests()
795 if (!has_transparent_hugepage()) in pmd_soft_dirty_tests()
812 if (!has_transparent_hugepage()) in pmd_swap_soft_dirty_tests()
877 if (!has_transparent_hugepage()) in pmd_swap_tests()
963 if (!has_transparent_hugepage()) in pmd_thp_tests()
1049 has_transparent_hugepage() && in destroy_args()
[all …]
Dshmem.c3975 has_transparent_hugepage())) in shmem_parse_one()
4640 if (has_transparent_hugepage() && shmem_huge > SHMEM_HUGE_DENY) in shmem_init()
4701 if (!has_transparent_hugepage() && in shmem_enabled_store()
Dhuge_memory.c462 if (!has_transparent_hugepage()) { in hugepage_init()
/linux-6.6.21/drivers/dax/
Ddax-private.h105 if (align == PMD_SIZE && has_transparent_hugepage()) in dax_align_valid()
/linux-6.6.21/arch/mips/mm/
Dtlb-r4k.c433 int has_transparent_hugepage(void) in has_transparent_hugepage() function
449 EXPORT_SYMBOL(has_transparent_hugepage);
/linux-6.6.21/arch/mips/include/asm/
Dpgtable.h625 #define has_transparent_hugepage has_transparent_hugepage macro
626 extern int has_transparent_hugepage(void);
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1154 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
1160 #define has_transparent_hugepage has_transparent_hugepage macro
/linux-6.6.21/arch/x86/include/asm/
Dpgtable.h283 #define has_transparent_hugepage has_transparent_hugepage macro
284 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/linux-6.6.21/drivers/nvdimm/
Dpfn_devs.c101 if (has_transparent_hugepage()) { in nd_pfn_supported_alignments()
116 if (has_transparent_hugepage()) in nd_pfn_default_alignment()
/linux-6.6.21/arch/s390/include/asm/
Dpgtable.h1798 #define has_transparent_hugepage has_transparent_hugepage macro
1799 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/linux-6.6.21/include/linux/
Dpgtable.h1584 #ifndef has_transparent_hugepage
1585 #define has_transparent_hugepage() IS_BUILTIN(CONFIG_TRANSPARENT_HUGEPAGE) macro
/linux-6.6.21/Documentation/filesystems/
Dtmpfs.rst113 your system (has_transparent_hugepage(), which is architecture specific).
/linux-6.6.21/drivers/gpu/drm/i915/gem/selftests/
Dhuge_pages.c1319 return i915->mm.gemfs && has_transparent_hugepage(); in igt_can_allocate_thp()