Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/asm/
Dpgtable.h514 #define has_transparent_hugepage has_transparent_hugepage macro
515 extern int has_transparent_hugepage(void);
/Linux-v5.4/include/asm-generic/
Dpgtable.h1166 #ifndef has_transparent_hugepage
1168 #define has_transparent_hugepage() 1 macro
1170 #define has_transparent_hugepage() 0 macro
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1145 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
1151 #define has_transparent_hugepage has_transparent_hugepage macro
/Linux-v5.4/arch/x86/include/asm/
Dpgtable.h268 #define has_transparent_hugepage has_transparent_hugepage macro
269 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/Linux-v5.4/drivers/nvdimm/
Dpfn_devs.c111 if (has_transparent_hugepage()) { in nd_pfn_supported_alignments()
126 if (has_transparent_hugepage()) in nd_pfn_default_alignment()
/Linux-v5.4/arch/s390/include/asm/
Dpgtable.h1617 #define has_transparent_hugepage has_transparent_hugepage macro
1618 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/Linux-v5.4/arch/mips/mm/
Dtlb-r4k.c424 int has_transparent_hugepage(void) in has_transparent_hugepage() function
/Linux-v5.4/mm/
Dshmem.c3459 has_transparent_hugepage())) in shmem_parse_one()
3912 if (has_transparent_hugepage() && shmem_huge > SHMEM_HUGE_DENY) in shmem_init()
3967 if (!has_transparent_hugepage() && in shmem_enabled_store()
Dhuge_memory.c403 if (!has_transparent_hugepage()) { in hugepage_init()
/Linux-v5.4/drivers/gpu/drm/i915/gem/selftests/
Dhuge_pages.c1245 return i915->mm.gemfs && has_transparent_hugepage(); in igt_can_allocate_thp()