Home
last modified time | relevance | path

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

/linux/mm/
A 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 …]
A Dshmem.c3390 has_transparent_hugepage())) in shmem_parse_one()
3897 if (has_transparent_hugepage() && shmem_huge > SHMEM_HUGE_DENY) in shmem_init()
3955 if (!has_transparent_hugepage() && in shmem_enabled_store()
A Dhuge_memory.c401 if (!has_transparent_hugepage()) { in hugepage_init()
/linux/drivers/dax/
A Ddax-private.h96 if (align == PMD_SIZE && has_transparent_hugepage()) in dax_align_valid()
/linux/arch/mips/mm/
A Dtlb-r4k.c425 int has_transparent_hugepage(void) in has_transparent_hugepage() function
441 EXPORT_SYMBOL(has_transparent_hugepage);
/linux/arch/mips/include/asm/
A Dpgtable.h594 #define has_transparent_hugepage has_transparent_hugepage macro
595 extern int has_transparent_hugepage(void);
/linux/include/linux/
A Dpgtable.h1543 #ifndef has_transparent_hugepage
1545 #define has_transparent_hugepage() 1 macro
1547 #define has_transparent_hugepage() 0 macro
/linux/arch/x86/include/asm/
A Dpgtable.h243 #define has_transparent_hugepage has_transparent_hugepage macro
244 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/linux/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h1194 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
1200 #define has_transparent_hugepage has_transparent_hugepage macro
/linux/drivers/nvdimm/
A Dpfn_devs.c100 if (has_transparent_hugepage()) { in nd_pfn_supported_alignments()
115 if (has_transparent_hugepage()) in nd_pfn_default_alignment()
/linux/arch/s390/include/asm/
A Dpgtable.h1662 #define has_transparent_hugepage has_transparent_hugepage macro
1663 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/linux/drivers/gpu/drm/i915/gem/selftests/
A Dhuge_pages.c1226 return i915->mm.gemfs && has_transparent_hugepage();

Completed in 52 milliseconds