Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gemfs.c53 if (has_transparent_hugepage()) { in i915_gemfs_init()
/Linux-v4.19/arch/mips/include/asm/
Dpgtable.h540 #define has_transparent_hugepage has_transparent_hugepage macro
541 extern int has_transparent_hugepage(void);
/Linux-v4.19/include/asm-generic/
Dpgtable.h1122 #ifndef has_transparent_hugepage
1124 #define has_transparent_hugepage() 1 macro
1126 #define has_transparent_hugepage() 0 macro
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1113 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
1119 #define has_transparent_hugepage has_transparent_hugepage macro
/Linux-v4.19/arch/x86/include/asm/
Dpgtable.h252 #define has_transparent_hugepage has_transparent_hugepage macro
253 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/Linux-v4.19/arch/s390/include/asm/
Dpgtable.h1548 #define has_transparent_hugepage has_transparent_hugepage macro
1549 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
/Linux-v4.19/arch/mips/mm/
Dtlb-r4k.c411 int has_transparent_hugepage(void) in has_transparent_hugepage() function
/Linux-v4.19/mm/
Dshmem.c3370 if (!has_transparent_hugepage() && in shmem_parse_options()
3733 if (has_transparent_hugepage() && shmem_huge > SHMEM_HUGE_DENY) in shmem_init()
3788 if (!has_transparent_hugepage() && in shmem_enabled_store()
Dhuge_memory.c388 if (!has_transparent_hugepage()) { in hugepage_init()
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dhuge_pages.c1349 return i915->mm.gemfs && has_transparent_hugepage(); in igt_can_allocate_thp()