Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/dax/
Ddax-private.h96 if (align == PMD_SIZE && has_transparent_hugepage()) in dax_align_valid()
/Linux-v5.10/mm/
Ddebug_vm_pgtable.c136 if (!has_transparent_hugepage()) in pmd_basic_tests()
161 if (!has_transparent_hugepage()) in pmd_advanced_tests()
256 if (!has_transparent_hugepage()) in pud_basic_tests()
283 if (!has_transparent_hugepage()) in pud_advanced_tests()
823 if (!has_transparent_hugepage()) in pmd_thp_tests()
852 if (!has_transparent_hugepage()) in pud_thp_tests()
Dshmem.c3505 has_transparent_hugepage())) in shmem_parse_one()
4010 if (has_transparent_hugepage() && shmem_huge > SHMEM_HUGE_DENY) in shmem_init()
4065 if (!has_transparent_hugepage() && in shmem_enabled_store()
Dhuge_memory.c374 if (!has_transparent_hugepage()) { in hugepage_init()
/Linux-v5.10/arch/mips/mm/
Dtlb-r4k.c425 int has_transparent_hugepage(void) in has_transparent_hugepage() function
441 EXPORT_SYMBOL(has_transparent_hugepage);
/Linux-v5.10/arch/mips/include/asm/
Dpgtable.h582 #define has_transparent_hugepage has_transparent_hugepage macro
583 extern int has_transparent_hugepage(void);
/Linux-v5.10/include/linux/
Dpgtable.h1443 #ifndef has_transparent_hugepage
1445 #define has_transparent_hugepage() 1 macro
1447 #define has_transparent_hugepage() 0 macro
/Linux-v5.10/arch/x86/include/asm/
Dpgtable.h272 #define has_transparent_hugepage has_transparent_hugepage macro
273 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/Linux-v5.10/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-v5.10/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.10/arch/s390/include/asm/
Dpgtable.h1646 #define has_transparent_hugepage has_transparent_hugepage macro
1647 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/Linux-v5.10/drivers/gpu/drm/i915/gem/selftests/
Dhuge_pages.c1190 return i915->mm.gemfs && has_transparent_hugepage();