Searched refs:arch_vmap_pmd_supported (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/riscv/include/asm/
H A Dvmalloc.h16 #define arch_vmap_pmd_supported arch_vmap_pmd_supported macro
17 static inline bool arch_vmap_pmd_supported(pgprot_t prot) function
/linux-master/arch/x86/include/asm/
H A Dvmalloc.h18 #define arch_vmap_pmd_supported arch_vmap_pmd_supported macro
19 static inline bool arch_vmap_pmd_supported(pgprot_t prot) function
/linux-master/arch/arm64/include/asm/
H A Dvmalloc.h19 #define arch_vmap_pmd_supported arch_vmap_pmd_supported macro
20 static inline bool arch_vmap_pmd_supported(pgprot_t prot) function
/linux-master/arch/powerpc/include/asm/
H A Dvmalloc.h16 #define arch_vmap_pmd_supported arch_vmap_pmd_supported macro
17 static __always_inline bool arch_vmap_pmd_supported(pgprot_t prot) function
/linux-master/include/linux/
H A Dvmalloc.h99 #ifndef arch_vmap_pmd_supported
100 static inline bool arch_vmap_pmd_supported(pgprot_t prot) function
/linux-master/mm/
H A Ddebug_vm_pgtable.c446 if (!arch_vmap_pmd_supported(args->page_prot) ||
H A Dvmalloc.c133 if (!arch_vmap_pmd_supported(prot))
3768 if (arch_vmap_pmd_supported(prot) && size_per_node >= PMD_SIZE)

Completed in 318 milliseconds