Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Ddebug_vm_pgtable.c305 if (!has_transparent_pud_hugepage()) in pud_basic_tests()
346 if (!has_transparent_pud_hugepage()) in pud_advanced_tests()
416 if (!has_transparent_pud_hugepage()) in pud_leaf_tests()
743 if (!has_transparent_pud_hugepage()) in pud_devmap_tests()
992 if (!has_transparent_pud_hugepage()) in pud_thp_tests()
1033 has_transparent_pud_hugepage() && in destroy_args()
1284 has_transparent_pud_hugepage()) { in init_args()
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1162 static inline int has_transparent_pud_hugepage(void) in has_transparent_pud_hugepage() function
1168 #define has_transparent_pud_hugepage has_transparent_pud_hugepage macro
/linux-6.6.21/include/linux/
Dpgtable.h1588 #ifndef has_transparent_pud_hugepage
1589 #define has_transparent_pud_hugepage() IS_BUILTIN(CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD) macro
/linux-6.6.21/drivers/nvdimm/
Dpfn_devs.c103 if (has_transparent_pud_hugepage()) in nd_pfn_supported_alignments()