Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Ddebug_vm_pgtable.c154 if (!has_transparent_hugepage()) in pmd_basic_tests()
193 if (!has_transparent_hugepage()) in pmd_advanced_tests()
240 if (!has_transparent_hugepage()) in pmd_leaf_tests()
283 if (!has_transparent_hugepage()) in pmd_savedwrite_tests()
299 if (!has_transparent_hugepage()) in pud_basic_tests()
341 if (!has_transparent_hugepage()) in pud_advanced_tests()
389 if (!has_transparent_hugepage()) in pud_leaf_tests()
680 if (!has_transparent_hugepage()) in pmd_protnone_tests()
706 if (!has_transparent_hugepage()) in pmd_devmap_tests()
719 if (!has_transparent_hugepage()) in pud_devmap_tests()
[all …]
H A Dshmem.c3475 has_transparent_hugepage())) in shmem_parse_one()
3983 if (has_transparent_hugepage() && shmem_huge > SHMEM_HUGE_DENY) in shmem_init()
4038 if (!has_transparent_hugepage() && in shmem_enabled_store()
H A Dhuge_memory.c386 if (!has_transparent_hugepage()) { in hugepage_init()
/OK3568_Linux_fs/kernel/drivers/dax/
H A Ddax-private.h96 if (align == PMD_SIZE && has_transparent_hugepage()) in dax_align_valid()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h582 #define has_transparent_hugepage has_transparent_hugepage macro
583 extern int has_transparent_hugepage(void);
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dtlb-r4k.c425 int has_transparent_hugepage(void) in has_transparent_hugepage() function
441 EXPORT_SYMBOL(has_transparent_hugepage);
/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h1459 #ifndef has_transparent_hugepage
1461 #define has_transparent_hugepage() 1 macro
1463 #define has_transparent_hugepage() 0 macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1158 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
1164 #define has_transparent_hugepage has_transparent_hugepage macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h272 #define has_transparent_hugepage has_transparent_hugepage macro
273 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/OK3568_Linux_fs/kernel/drivers/nvdimm/
H A Dpfn_devs.c100 if (has_transparent_hugepage()) { in nd_pfn_supported_alignments()
115 if (has_transparent_hugepage()) in nd_pfn_default_alignment()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h1665 #define has_transparent_hugepage has_transparent_hugepage macro
1666 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c1190 return i915->mm.gemfs && has_transparent_hugepage(); in igt_can_allocate_thp()