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

/linux-master/arch/riscv/include/asm/
H A Dvmalloc.h10 #define arch_vmap_pud_supported arch_vmap_pud_supported macro
11 static inline bool arch_vmap_pud_supported(pgprot_t prot) function
/linux-master/arch/x86/include/asm/
H A Dvmalloc.h11 #define arch_vmap_pud_supported arch_vmap_pud_supported macro
12 static inline bool arch_vmap_pud_supported(pgprot_t prot) function
/linux-master/arch/arm64/include/asm/
H A Dvmalloc.h9 #define arch_vmap_pud_supported arch_vmap_pud_supported macro
10 static inline bool arch_vmap_pud_supported(pgprot_t prot) function
22 /* See arch_vmap_pud_supported() */
/linux-master/arch/powerpc/include/asm/
H A Dvmalloc.h9 #define arch_vmap_pud_supported arch_vmap_pud_supported macro
10 static __always_inline bool arch_vmap_pud_supported(pgprot_t prot) function
/linux-master/include/linux/
H A Dvmalloc.h92 #ifndef arch_vmap_pud_supported
93 static inline bool arch_vmap_pud_supported(pgprot_t prot) function
/linux-master/mm/
H A Ddebug_vm_pgtable.c466 if (!arch_vmap_pud_supported(args->page_prot) ||
H A Dvmalloc.c183 if (!arch_vmap_pud_supported(prot))

Completed in 170 milliseconds