Home
last modified time | relevance | path

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

/linux/drivers/dax/
H A Ddax-private.h124 if (align == PMD_SIZE && has_transparent_hugepage()) in dax_align_valid()
/linux/arch/mips/mm/
H A Dtlb-r4k.c437 int has_transparent_hugepage(void) in has_transparent_hugepage() function
453 EXPORT_SYMBOL(has_transparent_hugepage);
/linux/drivers/nvdimm/
H A Dpfn_devs.c97 if (has_transparent_hugepage()) { in nd_pfn_supported_alignments()
112 if (has_transparent_hugepage()) in nd_pfn_default_alignment()
/linux/arch/x86/include/asm/
H A Dpgtable.h309 #define has_transparent_hugepage has_transparent_hugepage macro
310 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/linux/mm/
H A Dshmem.c693 if (!has_transparent_hugepage() && in shmem_parse_huge()
4613 has_transparent_hugepage())) in shmem_parse_one()
5408 if (has_transparent_hugepage() && shmem_huge > SHMEM_HUGE_DENY) in shmem_init()
H A Dhuge_memory.c1098 if (!has_transparent_hugepage()) { in hugepage_init()