Home
last modified time | relevance | path

Searched refs:arch_vmap_pmd_supported (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/arch/powerpc/include/asm/
A Dvmalloc.h16 #define arch_vmap_pmd_supported arch_vmap_pmd_supported macro
17 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported() function
/linux-6.3-rc2/arch/riscv/include/asm/
A Dvmalloc.h14 #define arch_vmap_pmd_supported arch_vmap_pmd_supported macro
15 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported() function
/linux-6.3-rc2/arch/x86/include/asm/
A Dvmalloc.h18 #define arch_vmap_pmd_supported arch_vmap_pmd_supported macro
19 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported() function
/linux-6.3-rc2/arch/arm64/include/asm/
A Dvmalloc.h19 #define arch_vmap_pmd_supported arch_vmap_pmd_supported macro
20 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported() function
/linux-6.3-rc2/include/linux/
A Dvmalloc.h97 #ifndef arch_vmap_pmd_supported
98 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported() function
/linux-6.3-rc2/Documentation/features/vm/huge-vmap/
A Darch-support.txt4 # description: arch supports the arch_vmap_pud_supported() and arch_vmap_pmd_supported() …
/linux-6.3-rc2/mm/
A Ddebug_vm_pgtable.c435 if (!arch_vmap_pmd_supported(args->page_prot) || in pmd_huge_tests()
A Dvmalloc.c133 if (!arch_vmap_pmd_supported(prot)) in vmap_try_huge_pmd()
3131 if (arch_vmap_pmd_supported(prot) && size_per_node >= PMD_SIZE) in __vmalloc_node_range()
/linux-6.3-rc2/arch/
A DKconfig880 # arch_vmap_pmd_supported() returns true). The VM_ALLOW_HUGE_VMAP flag

Completed in 24 milliseconds