Home
last modified time | relevance | path

Searched refs:has_transparent_pud_hugepage (Results 1 – 4 of 4) sorted by relevance

/linux/mm/
H A Ddebug_vm_pgtable.c291 if (!has_transparent_pud_hugepage()) in pud_basic_tests()
332 if (!has_transparent_pud_hugepage()) in pud_advanced_tests()
402 if (!has_transparent_pud_hugepage()) in pud_leaf_tests()
723 if (!has_transparent_pud_hugepage()) in pud_devmap_tests()
973 if (!has_transparent_pud_hugepage()) in pud_thp_tests()
1014 has_transparent_pud_hugepage() && in destroy_args()
1265 has_transparent_pud_hugepage()) { in init_args()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1126 static inline int has_transparent_pud_hugepage(void) in has_transparent_pud_hugepage() function
1132 #define has_transparent_pud_hugepage has_transparent_pud_hugepage macro
/linux/include/linux/
H A Dpgtable.h1841 #ifndef has_transparent_pud_hugepage
1842 #define has_transparent_pud_hugepage() IS_BUILTIN(CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD) macro
/linux/drivers/nvdimm/
H A Dpfn_devs.c103 if (has_transparent_pud_hugepage()) in nd_pfn_supported_alignments()