Home
last modified time | relevance | path

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

/linux/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/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/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/include/linux/
A Dvmalloc.h100 #ifndef arch_vmap_pmd_supported
101 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported() function
/linux/Documentation/features/vm/huge-vmap/
A Darch-support.txt4 # description: arch supports the arch_vmap_pud_supported() and arch_vmap_pmd_supported() …
/linux/mm/
A Dvmalloc.c140 if (!arch_vmap_pmd_supported(prot)) in vmap_try_huge_pmd()
3045 if (arch_vmap_pmd_supported(prot) && size_per_node >= PMD_SIZE) in __vmalloc_node_range()
A Ddebug_vm_pgtable.c464 if (!arch_vmap_pmd_supported(args->page_prot)) in pmd_huge_tests()
/linux/arch/
A DKconfig852 # arch_vmap_pmd_supported() returns true), and they must make no assumptions

Completed in 24 milliseconds