Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Ddebug_vm_pgtable.c171 if (!has_transparent_hugepage()) in pmd_basic_tests()
209 if (!has_transparent_hugepage()) in pmd_advanced_tests()
270 if (!has_transparent_hugepage()) in pmd_leaf_tests()
683 if (!has_transparent_hugepage()) in pmd_protnone_tests()
709 if (!has_transparent_hugepage()) in pmd_devmap_tests()
774 if (!has_transparent_hugepage()) in pmd_soft_dirty_tests()
791 if (!has_transparent_hugepage()) in pmd_swap_soft_dirty_tests()
856 if (!has_transparent_hugepage()) in pmd_swap_tests()
942 if (!has_transparent_hugepage()) in pmd_thp_tests()
1028 has_transparent_hugepage() && in destroy_args()
[all …]
H A Dshmem.c3982 has_transparent_hugepage())) in shmem_parse_one()
4647 if (has_transparent_hugepage() && shmem_huge > SHMEM_HUGE_DENY) in shmem_init()
4708 if (!has_transparent_hugepage() && in shmem_enabled_store()
H A Dhuge_memory.c452 if (!has_transparent_hugepage()) { in hugepage_init()
/openbmc/linux/drivers/dax/
H A Ddax-private.h105 if (align == PMD_SIZE && has_transparent_hugepage()) in dax_align_valid()
/openbmc/linux/arch/mips/mm/
H A Dtlb-r4k.c433 int has_transparent_hugepage(void) in has_transparent_hugepage() function
449 EXPORT_SYMBOL(has_transparent_hugepage);
/openbmc/linux/arch/mips/include/asm/
H A Dpgtable.h625 #define has_transparent_hugepage has_transparent_hugepage macro
626 extern int has_transparent_hugepage(void);
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1154 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
1160 #define has_transparent_hugepage has_transparent_hugepage macro
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h283 #define has_transparent_hugepage has_transparent_hugepage macro
284 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/openbmc/linux/drivers/nvdimm/
H A Dpfn_devs.c101 if (has_transparent_hugepage()) { in nd_pfn_supported_alignments()
116 if (has_transparent_hugepage()) in nd_pfn_default_alignment()
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h1810 #define has_transparent_hugepage has_transparent_hugepage macro
1811 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/openbmc/linux/include/linux/
H A Dpgtable.h1605 #ifndef has_transparent_hugepage
1606 #define has_transparent_hugepage() IS_BUILTIN(CONFIG_TRANSPARENT_HUGEPAGE) macro
/openbmc/linux/Documentation/filesystems/
H A Dtmpfs.rst113 your system (has_transparent_hugepage(), which is architecture specific).
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c1319 return i915->mm.gemfs && has_transparent_hugepage();