Home
last modified time | relevance | path

Searched defs:arch_vmap_pmd_supported (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/arch/powerpc/include/asm/
Dvmalloc.h16 #define arch_vmap_pmd_supported arch_vmap_pmd_supported macro
17 static __always_inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported() function
/linux-6.12.1/arch/x86/include/asm/
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.12.1/arch/riscv/include/asm/
Dvmalloc.h17 #define arch_vmap_pmd_supported arch_vmap_pmd_supported macro
18 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported() function
/linux-6.12.1/arch/arm64/include/asm/
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.12.1/include/linux/
Dvmalloc.h102 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported() function