Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Ddebug_vm_pgtable.c183 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 …]
A Dshmem.c3545 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()
A Dhuge_memory.c462 if (!has_transparent_hugepage()) { in hugepage_init()
/linux-6.3-rc2/drivers/dax/
A Ddax-private.h96 if (align == PMD_SIZE && has_transparent_hugepage()) in dax_align_valid()
/linux-6.3-rc2/arch/mips/mm/
A Dtlb-r4k.c425 int has_transparent_hugepage(void) in has_transparent_hugepage() function
441 EXPORT_SYMBOL(has_transparent_hugepage);
/linux-6.3-rc2/arch/mips/include/asm/
A Dpgtable.h605 #define has_transparent_hugepage has_transparent_hugepage macro
606 extern int has_transparent_hugepage(void);
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h1128 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
1134 #define has_transparent_hugepage has_transparent_hugepage macro
/linux-6.3-rc2/arch/x86/include/asm/
A 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.3-rc2/drivers/nvdimm/
A Dpfn_devs.c101 if (has_transparent_hugepage()) { in nd_pfn_supported_alignments()
116 if (has_transparent_hugepage()) in nd_pfn_default_alignment()
/linux-6.3-rc2/include/linux/
A Dpgtable.h1595 #ifndef has_transparent_hugepage
1596 #define has_transparent_hugepage() IS_BUILTIN(CONFIG_TRANSPARENT_HUGEPAGE) macro
/linux-6.3-rc2/arch/s390/include/asm/
A Dpgtable.h1786 #define has_transparent_hugepage has_transparent_hugepage macro
1787 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/selftests/
A Dhuge_pages.c1261 return i915->mm.gemfs && has_transparent_hugepage();

Completed in 43 milliseconds