Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Ddebug_vm_pgtable.c195 if (!has_transparent_hugepage()) in pmd_basic_tests()
233 if (!has_transparent_hugepage()) in pmd_advanced_tests()
294 if (!has_transparent_hugepage()) in pmd_leaf_tests()
314 if (!has_transparent_hugepage()) in pmd_savedwrite_tests()
330 if (!has_transparent_hugepage()) in pud_basic_tests()
371 if (!has_transparent_hugepage()) in pud_advanced_tests()
433 if (!has_transparent_hugepage()) in pud_leaf_tests()
717 if (!has_transparent_hugepage()) in pmd_protnone_tests()
743 if (!has_transparent_hugepage()) in pmd_devmap_tests()
756 if (!has_transparent_hugepage()) in pud_devmap_tests()
[all …]
Dshmem.c3411 has_transparent_hugepage())) in shmem_parse_one()
3918 if (has_transparent_hugepage() && shmem_huge > SHMEM_HUGE_DENY) in shmem_init()
3976 if (!has_transparent_hugepage() && in shmem_enabled_store()
Dhuge_memory.c401 if (!has_transparent_hugepage()) { in hugepage_init()
/Linux-v5.15/drivers/dax/
Ddax-private.h96 if (align == PMD_SIZE && has_transparent_hugepage()) in dax_align_valid()
/Linux-v5.15/arch/mips/mm/
Dtlb-r4k.c425 int has_transparent_hugepage(void) in has_transparent_hugepage() function
441 EXPORT_SYMBOL(has_transparent_hugepage);
/Linux-v5.15/arch/mips/include/asm/
Dpgtable.h576 #define has_transparent_hugepage has_transparent_hugepage macro
577 extern int has_transparent_hugepage(void);
/Linux-v5.15/include/linux/
Dpgtable.h1543 #ifndef has_transparent_hugepage
1545 #define has_transparent_hugepage() 1 macro
1547 #define has_transparent_hugepage() 0 macro
/Linux-v5.15/arch/x86/include/asm/
Dpgtable.h243 #define has_transparent_hugepage has_transparent_hugepage macro
244 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/Linux-v5.15/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1184 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
1190 #define has_transparent_hugepage has_transparent_hugepage macro
/Linux-v5.15/drivers/nvdimm/
Dpfn_devs.c100 if (has_transparent_hugepage()) { in nd_pfn_supported_alignments()
115 if (has_transparent_hugepage()) in nd_pfn_default_alignment()
/Linux-v5.15/arch/s390/include/asm/
Dpgtable.h1659 #define has_transparent_hugepage has_transparent_hugepage macro
1660 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/Linux-v5.15/drivers/gpu/drm/i915/gem/selftests/
Dhuge_pages.c1221 return i915->mm.gemfs && has_transparent_hugepage();